Color: #EC93CC

#EC93CC Color Information

#EC93CC is a light color. The closest websafe version is #EC93CC. A complement of this color would be #93ECB3, perceived brightness is 0.71, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 322°,a saturation of 70%, and a lightness of 75%.The HSV representation shows a hue of 322°, a saturation of 38%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 43.24, x: 0.3845, and y: 0.2945.

Color Code #EC93CC

#EC93CCrgb(236, 147, 204)
HEX
#EC93CC
RGB
rgb(236, 147, 204)
HSL
hsl(322, 70%, 75%)
HSV
hsv(322, 38%, 93%)
CMYK
0%, 38%, 14%, 7%
XYZ
X: 56.45, Y: 43.24, Z: 47.13
Lab
L: 71.72, a: 40.19, b: -14.69
Name

Shades of Color #EC93CC

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

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

#EC93CCrgb(236, 147, 204)

About #EC93CC Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 70%, and a lightness of 75%. The HSV representation shows a hue of 322°, a saturation of 38%, and a value of 93%.

  • HEX: #EC93CC
  • RGB: rgb(236, 147, 204)
  • HSL: hsl(322, 70%, 75%)
  • HSV: hsv(322, 38%, 93%)
  • CMYK: 0.00% cyan, 38.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 56.45, 43.24, 47.13
  • Yxy: 43.24, 0.3845, 0.2945
  • Hunter Lab: 71.72, 40.19, -14.69
  • CIE-Lab: 71.72, 40.19, -14.69

In the XYZ color space, this color is represented as X: 56.45, Y: 43.24, Z: 47.13. The Yxy representation further refines this as Y: 43.24, x: 0.3845, and y: 0.2945.

In the Hunter Lab color space, this color is represented as L: 71.72, a: 40.19, and b: -14.69. Similarly, in the CIE-Lab color space, it is represented as L: 71.72, a: 40.19, and b: -14.69.

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

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

Analogous Colors of #EC93CC

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

Monochromatic Colors of #EC93CC

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

Complementary Color of #EC93CC

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

/* Using HEX */
body {
  background-color: #ec93cc;
}
/* Using RGB */
body {
  background-color: rgb(236, 147, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 147, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 70%, 75%);
}
/* Text color */
p {
  color: #ec93cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec93cc;
}
/* Border color */
.box {
  border: 4px solid #ec93cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec93cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec93cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC93CC
On Black Background
#EC93CC
On White Background
#EC93CC

HTML Examples of #EC93CC

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

Related Colors of #EC93CC

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