Color: #EE5CDC

#EE5CDC Color Information

#EE5CDC is a light color. The closest websafe version is #EE5CDC. A complement of this color would be #5DEE6E, perceived brightness is 0.59, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 307°,a saturation of 81%, and a lightness of 65%.The HSV representation shows a hue of 307°, a saturation of 61%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 31.03, x: 0.3797, and y: 0.2281.

Color Code #EE5CDC

#EE5CDCrgb(238, 92, 220)
HEX
#EE5CDC
RGB
rgb(238, 92, 220)
HSL
hsl(307, 81%, 65%)
HSV
hsv(307, 61%, 93%)
CMYK
0%, 61%, 8%, 7%
XYZ
X: 51.65, Y: 31.03, Z: 53.34
Lab
L: 62.54, a: 67.54, b: -37.52
Name

Shades of Color #EE5CDC

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

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

#EE5CDCrgb(238, 92, 220)

About #EE5CDC Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 81%, and a lightness of 65%. The HSV representation shows a hue of 307°, a saturation of 61%, and a value of 93%.

  • HEX: #EE5CDC
  • RGB: rgb(238, 92, 220)
  • HSL: hsl(307, 81%, 65%)
  • HSV: hsv(307, 61%, 93%)
  • CMYK: 0.00% cyan, 61.00% magenta, 8.00% yellow, 7.00% black
  • XYZ: 51.65, 31.03, 53.34
  • Yxy: 31.03, 0.3797, 0.2281
  • Hunter Lab: 62.54, 67.54, -37.52
  • CIE-Lab: 62.54, 67.54, -37.52

In the XYZ color space, this color is represented as X: 51.65, Y: 31.03, Z: 53.34. The Yxy representation further refines this as Y: 31.03, x: 0.3797, and y: 0.2281.

In the Hunter Lab color space, this color is represented as L: 62.54, a: 67.54, and b: -37.52. Similarly, in the CIE-Lab color space, it is represented as L: 62.54, a: 67.54, and b: -37.52.

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

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

Analogous Colors of #EE5CDC

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

Split Complementary Colors of #EE5CDC

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

Tetradic Colors of #EE5CDC

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

Monochromatic Colors of #EE5CDC

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

Complementary Color of #EE5CDC

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

/* Using HEX */
body {
  background-color: #ee5cdc;
}
/* Using RGB */
body {
  background-color: rgb(238, 92, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 92, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 81%, 65%);
}
/* Text color */
p {
  color: #ee5cdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ee5cdc;
}
/* Border color */
.box {
  border: 4px solid #ee5cdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ee5cdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ee5cdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EE5CDC
On Black Background
#EE5CDC
On White Background
#EE5CDC

HTML Examples of #EE5CDC

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

Related Colors of #EE5CDC

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