Color: #EC99CB

#EC99CB Color Information

#EC99CB is a light color. The closest websafe version is #EC99CB. A complement of this color would be #98ECB9, perceived brightness is 0.72, and the grayscale version is #C3C3C3.

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

In a RGB color space, #EC99CB is composed of 93% red, 60% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 14% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 45.12, x: 0.3841, and y: 0.3020.

Color Code #EC99CB

#EC99CBrgb(236, 153, 203)
HEX
#EC99CB
RGB
rgb(236, 153, 203)
HSL
hsl(324, 69%, 76%)
HSV
hsv(324, 35%, 93%)
CMYK
0%, 35%, 14%, 7%
XYZ
X: 57.39, Y: 45.12, Z: 46.91
Lab
L: 72.97, a: 37.09, b: -12.28
Name

Shades of Color #EC99CB

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

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

#EC99CBrgb(236, 153, 203)

About #EC99CB Color Code

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

  • HEX: #EC99CB
  • RGB: rgb(236, 153, 203)
  • HSL: hsl(324, 69%, 76%)
  • HSV: hsv(324, 35%, 93%)
  • CMYK: 0.00% cyan, 35.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 57.39, 45.12, 46.91
  • Yxy: 45.12, 0.3841, 0.3020
  • Hunter Lab: 72.97, 37.09, -12.28
  • CIE-Lab: 72.97, 37.09, -12.28

In the XYZ color space, this color is represented as X: 57.39, Y: 45.12, Z: 46.91. The Yxy representation further refines this as Y: 45.12, x: 0.3841, and y: 0.3020.

In the Hunter Lab color space, this color is represented as L: 72.97, a: 37.09, and b: -12.28. Similarly, in the CIE-Lab color space, it is represented as L: 72.97, a: 37.09, and b: -12.28.

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

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

Analogous Colors of #EC99CB

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

Monochromatic Colors of #EC99CB

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

Complementary Color of #EC99CB

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

/* Using HEX */
body {
  background-color: #ec99cb;
}
/* Using RGB */
body {
  background-color: rgb(236, 153, 203);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 153, 203, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(324, 69%, 76%);
}
/* Text color */
p {
  color: #ec99cb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec99cb;
}
/* Border color */
.box {
  border: 4px solid #ec99cb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec99cb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec99cb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC99CB
On Black Background
#EC99CB
On White Background
#EC99CB

HTML Examples of #EC99CB

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

Related Colors of #EC99CB

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