Color: #E07DCC

#E07DCC Color Information

#E07DCC is a light color. The closest websafe version is #E07DCC. A complement of this color would be #7CDF90, perceived brightness is 0.64, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 312°,a saturation of 61%, and a lightness of 68%.The HSV representation shows a hue of 312°, a saturation of 44%, and a value of 88%.

In a RGB color space, #E07DCC is composed of 88% red, 49% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 9% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 34.95, x: 0.3768, and y: 0.2686.

Color Code #E07DCC

#E07DCCrgb(224, 125, 204)
HEX
#E07DCC
RGB
rgb(224, 125, 204)
HSL
hsl(312, 61%, 68%)
HSV
hsv(312, 44%, 88%)
CMYK
0%, 44%, 9%, 12%
XYZ
X: 49.04, Y: 34.95, Z: 46.15
Lab
L: 65.71, a: 46.93, b: -23.91
Name

Shades of Color #E07DCC

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

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

#E07DCCrgb(224, 125, 204)

About #E07DCC Color Code

In the HSL color space, this color has a hue angle of 312°, a saturation of 61%, and a lightness of 68%. The HSV representation shows a hue of 312°, a saturation of 44%, and a value of 88%.

  • HEX: #E07DCC
  • RGB: rgb(224, 125, 204)
  • HSL: hsl(312, 61%, 68%)
  • HSV: hsv(312, 44%, 88%)
  • CMYK: 0.00% cyan, 44.00% magenta, 9.00% yellow, 12.00% black
  • XYZ: 49.04, 34.95, 46.15
  • Yxy: 34.95, 0.3768, 0.2686
  • Hunter Lab: 65.71, 46.93, -23.91
  • CIE-Lab: 65.71, 46.93, -23.91

In the XYZ color space, this color is represented as X: 49.04, Y: 34.95, Z: 46.15. The Yxy representation further refines this as Y: 34.95, x: 0.3768, and y: 0.2686.

In the Hunter Lab color space, this color is represented as L: 65.71, a: 46.93, and b: -23.91. Similarly, in the CIE-Lab color space, it is represented as L: 65.71, a: 46.93, and b: -23.91.

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

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

Analogous Colors of #E07DCC

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

Split Complementary Colors of #E07DCC

Split complementary colors are two colors adjacent to the complementary color of #E07DCC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #E07DCC

Tetradic colors form a rectangle on the color wheel, including #E07DCC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #E07DCC

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

Complementary Color of #E07DCC

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

/* Using HEX */
body {
  background-color: #e07dcc;
}
/* Using RGB */
body {
  background-color: rgb(224, 125, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 125, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(312, 61%, 68%);
}
/* Text color */
p {
  color: #e07dcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e07dcc;
}
/* Border color */
.box {
  border: 4px solid #e07dcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e07dcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e07dcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E07DCC
On Black Background
#E07DCC
On White Background
#E07DCC

HTML Examples of #E07DCC

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

Related Colors of #E07DCC

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