Color: #EE96E5

#EE96E5 Color Information

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

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

In a RGB color space, #EE96E5 is composed of 93% red, 59% green and 90% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 4% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 45.64, x: 0.3629, and y: 0.2750.

Color Code #EE96E5

#EE96E5rgb(238, 150, 229)
HEX
#EE96E5
RGB
rgb(238, 150, 229)
HSL
hsl(306, 72%, 76%)
HSV
hsv(306, 37%, 93%)
CMYK
0%, 37%, 4%, 7%
XYZ
X: 60.24, Y: 45.64, Z: 60.11
Lab
L: 73.31, a: 42.48, b: -25.97
Name

Shades of Color #EE96E5

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

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

#EE96E5rgb(238, 150, 229)

About #EE96E5 Color Code

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

  • HEX: #EE96E5
  • RGB: rgb(238, 150, 229)
  • HSL: hsl(306, 72%, 76%)
  • HSV: hsv(306, 37%, 93%)
  • CMYK: 0.00% cyan, 37.00% magenta, 4.00% yellow, 7.00% black
  • XYZ: 60.24, 45.64, 60.11
  • Yxy: 45.64, 0.3629, 0.2750
  • Hunter Lab: 73.31, 42.48, -25.97
  • CIE-Lab: 73.31, 42.48, -25.97

In the XYZ color space, this color is represented as X: 60.24, Y: 45.64, Z: 60.11. The Yxy representation further refines this as Y: 45.64, x: 0.3629, and y: 0.2750.

In the Hunter Lab color space, this color is represented as L: 73.31, a: 42.48, and b: -25.97. Similarly, in the CIE-Lab color space, it is represented as L: 73.31, a: 42.48, and b: -25.97.

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

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

Analogous Colors of #EE96E5

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

Monochromatic Colors of #EE96E5

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

Complementary Color of #EE96E5

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

/* Using HEX */
body {
  background-color: #ee96e5;
}
/* Using RGB */
body {
  background-color: rgb(238, 150, 229);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 150, 229, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 72%, 76%);
}
/* Text color */
p {
  color: #ee96e5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ee96e5;
}
/* Border color */
.box {
  border: 4px solid #ee96e5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ee96e5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ee96e5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EE96E5
On Black Background
#EE96E5
On White Background
#EE96E5

HTML Examples of #EE96E5

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

Related Colors of #EE96E5

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