Color: #E69EDC

#E69EDC Color Information

#E69EDC is a light color. The closest websafe version is #E69EDC. A complement of this color would be #9EE6A7, perceived brightness is 0.73, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 308°,a saturation of 59%, and a lightness of 76%.The HSV representation shows a hue of 308°, a saturation of 31%, and a value of 90%.

In a RGB color space, #E69EDC is composed of 90% red, 62% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 4% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 46.46, x: 0.3621, and y: 0.2905.

Color Code #E69EDC

#E69EDCrgb(230, 158, 220)
HEX
#E69EDC
RGB
rgb(230, 158, 220)
HSL
hsl(308, 59%, 76%)
HSV
hsv(308, 31%, 90%)
CMYK
0%, 31%, 4%, 10%
XYZ
X: 57.91, Y: 46.46, Z: 55.54
Lab
L: 73.84, a: 34.62, b: -20.37
Name

Shades of Color #E69EDC

Shades are created by darkening the original color #E69EDC 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 #E69EDC

Tints are created by lightening the original color #E69EDC 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.

#E69EDCrgb(230, 158, 220)

About #E69EDC Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 59%, and a lightness of 76%. The HSV representation shows a hue of 308°, a saturation of 31%, and a value of 90%.

  • HEX: #E69EDC
  • RGB: rgb(230, 158, 220)
  • HSL: hsl(308, 59%, 76%)
  • HSV: hsv(308, 31%, 90%)
  • CMYK: 0.00% cyan, 31.00% magenta, 4.00% yellow, 10.00% black
  • XYZ: 57.91, 46.46, 55.54
  • Yxy: 46.46, 0.3621, 0.2905
  • Hunter Lab: 73.84, 34.62, -20.37
  • CIE-Lab: 73.84, 34.62, -20.37

In the XYZ color space, this color is represented as X: 57.91, Y: 46.46, Z: 55.54. The Yxy representation further refines this as Y: 46.46, x: 0.3621, and y: 0.2905.

In the Hunter Lab color space, this color is represented as L: 73.84, a: 34.62, and b: -20.37. Similarly, in the CIE-Lab color space, it is represented as L: 73.84, a: 34.62, and b: -20.37.

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 #E69EDC

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

Analogous Colors of #E69EDC

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

Monochromatic Colors of #E69EDC

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

Complementary Color of #E69EDC

The complementary color of #E69EDC 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 #E69EDC

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

HTML Examples of #E69EDC

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

Related Colors of #E69EDC

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