Color: #ED7DDC

#ED7DDC Color Information

#ED7DDC is a light color. The closest websafe version is #ED7DDC. A complement of this color would be #7DED8E, perceived brightness is 0.66, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 309°,a saturation of 76%, and a lightness of 71%.The HSV representation shows a hue of 309°, a saturation of 47%, and a value of 93%.

In a RGB color space, #ED7DDC is composed of 93% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 7% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 37.88, x: 0.3740, and y: 0.2573.

Color Code #ED7DDC

#ED7DDCrgb(237, 125, 220)
HEX
#ED7DDC
RGB
rgb(237, 125, 220)
HSL
hsl(309, 76%, 71%)
HSV
hsv(309, 47%, 93%)
CMYK
0%, 47%, 7%, 7%
XYZ
X: 55.07, Y: 37.88, Z: 54.28
Lab
L: 67.93, a: 53.05, b: -29.23
Name

Shades of Color #ED7DDC

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

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

#ED7DDCrgb(237, 125, 220)

About #ED7DDC Color Code

In the HSL color space, this color has a hue angle of 309°, a saturation of 76%, and a lightness of 71%. The HSV representation shows a hue of 309°, a saturation of 47%, and a value of 93%.

  • HEX: #ED7DDC
  • RGB: rgb(237, 125, 220)
  • HSL: hsl(309, 76%, 71%)
  • HSV: hsv(309, 47%, 93%)
  • CMYK: 0.00% cyan, 47.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 55.07, 37.88, 54.28
  • Yxy: 37.88, 0.3740, 0.2573
  • Hunter Lab: 67.93, 53.05, -29.23
  • CIE-Lab: 67.93, 53.05, -29.23

In the XYZ color space, this color is represented as X: 55.07, Y: 37.88, Z: 54.28. The Yxy representation further refines this as Y: 37.88, x: 0.3740, and y: 0.2573.

In the Hunter Lab color space, this color is represented as L: 67.93, a: 53.05, and b: -29.23. Similarly, in the CIE-Lab color space, it is represented as L: 67.93, a: 53.05, and b: -29.23.

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

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

Analogous Colors of #ED7DDC

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

Monochromatic Colors of #ED7DDC

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

Complementary Color of #ED7DDC

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

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

HTML Examples of #ED7DDC

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

Related Colors of #ED7DDC

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