Color: #E09EDC

#E09EDC Color Information

#E09EDC is a light color. The closest websafe version is #E09EDC. A complement of this color would be #9EE0A3, perceived brightness is 0.72, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 304°,a saturation of 52%, and a lightness of 75%.The HSV representation shows a hue of 304°, a saturation of 29%, and a value of 88%.

In a RGB color space, #E09EDC is composed of 88% red, 62% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 2% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 45.44, x: 0.3565, and y: 0.2898.

Color Code #E09EDC

#E09EDCrgb(224, 158, 220)
HEX
#E09EDC
RGB
rgb(224, 158, 220)
HSL
hsl(304, 52%, 75%)
HSV
hsv(304, 29%, 88%)
CMYK
0%, 29%, 2%, 12%
XYZ
X: 55.91, Y: 45.44, Z: 55.47
Lab
L: 73.18, a: 32.56, b: -21.44
Name

Shades of Color #E09EDC

Shades are created by darkening the original color #E09EDC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #E09EDC

Tints are created by lightening the original color #E09EDC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#E09EDCrgb(224, 158, 220)

About #E09EDC Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 52%, and a lightness of 75%. The HSV representation shows a hue of 304°, a saturation of 29%, and a value of 88%.

  • HEX: #E09EDC
  • RGB: rgb(224, 158, 220)
  • HSL: hsl(304, 52%, 75%)
  • HSV: hsv(304, 29%, 88%)
  • CMYK: 0.00% cyan, 29.00% magenta, 2.00% yellow, 12.00% black
  • XYZ: 55.91, 45.44, 55.47
  • Yxy: 45.44, 0.3565, 0.2898
  • Hunter Lab: 73.18, 32.56, -21.44
  • CIE-Lab: 73.18, 32.56, -21.44

In the XYZ color space, this color is represented as X: 55.91, Y: 45.44, Z: 55.47. The Yxy representation further refines this as Y: 45.44, x: 0.3565, and y: 0.2898.

In the Hunter Lab color space, this color is represented as L: 73.18, a: 32.56, and b: -21.44. Similarly, in the CIE-Lab color space, it is represented as L: 73.18, a: 32.56, and b: -21.44.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #E09EDC

Triadic colors are three colors evenly spaced around the color wheel, including #E09EDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #E09EDC

Analogous colors are adjacent to #E09EDC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #E09EDC

Monochromatic colors are variations of #E09EDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #E09EDC

The complementary color of #E09EDC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #E09EDC

/* Using HEX */
body {
  background-color: #e09edc;
}
/* Using RGB */
body {
  background-color: rgb(224, 158, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 158, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 52%, 75%);
}
/* Text color */
p {
  color: #e09edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e09edc;
}
/* Border color */
.box {
  border: 4px solid #e09edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e09edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e09edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E09EDC
On Black Background
#E09EDC
On White Background
#E09EDC

HTML Examples of #E09EDC

<!-- Using HEX -->
<div style="background-color: #e09edc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(224, 158, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(224, 158, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(304, 52%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e09edc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e09edc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e09edc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e09edc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e09edc; color: #fff; padding: 16px; border-radius: 8px;">
  #E09EDC
</div>
#E09EDC
On Black Background
#E09EDC
On White Background
#E09EDC

Related Colors of #E09EDC

These colors are similar to #E09EDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.