Color: #E07DBC

#E07DBC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 34.34, x: 0.3938, and y: 0.2841.

Color Code #E07DBC

HEX
#E07DBC
RGB
rgb(224, 125, 188)
HSL
hsl(322, 61%, 68%)
HSV
hsv(322, 44%, 88%)
CMYK
0%, 44%, 16%, 12%
XYZ
X: 47.60, Y: 34.34, Z: 38.94
Lab
L: 65.23, a: 45.04, b: -15.66
Name

Shades of Color #E07DBC

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

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

About #E07DBC Color Code

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

  • HEX: #E07DBC
  • RGB: rgb(224, 125, 188)
  • HSL: hsl(322, 61%, 68%)
  • HSV: hsv(322, 44%, 88%)
  • CMYK: 0.00% cyan, 44.00% magenta, 16.00% yellow, 12.00% black
  • XYZ: 47.60, 34.34, 38.94
  • Yxy: 34.34, 0.3938, 0.2841
  • Hunter Lab: 65.23, 45.04, -15.66
  • CIE-Lab: 65.23, 45.04, -15.66

In the XYZ color space, this color is represented as X: 47.60, Y: 34.34, Z: 38.94. The Yxy representation further refines this as Y: 34.34, x: 0.3938, and y: 0.2841.

In the Hunter Lab color space, this color is represented as L: 65.23, a: 45.04, and b: -15.66. Similarly, in the CIE-Lab color space, it is represented as L: 65.23, a: 45.04, and b: -15.66.

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

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

Analogous Colors of #E07DBC

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

Monochromatic Colors of #E07DBC

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

Complementary Color of #E07DBC

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

/* Using HEX */
body {
  background-color: #e07dbc;
}
/* Using RGB */
body {
  background-color: rgb(224, 125, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 125, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 61%, 68%);
}
/* Text color */
p {
  color: #e07dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e07dbc;
}

HTML Examples of #E07DBC

<!-- Using HEX -->
<div style="background-color: #e07dbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(224, 125, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(224, 125, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(322, 61%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e07dbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e07dbc; width: 100px; height: 100px;"></div>

Related Colors of #E07DBC

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