Color: #EC90C5

#EC90C5 Color Information

#EC90C5 is a light color. The closest websafe version is #EC90C5. A complement of this color would be #92EDB8, perceived brightness is 0.70, and the grayscale version is #BEBEBE.

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

In a RGB color space, #EC90C5 is composed of 93% red, 56% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 17% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 42.04, x: 0.3920, and y: 0.2979.

Color Code #EC90C5

#EC90C5rgb(236, 144, 197)
HEX
#EC90C5
RGB
rgb(236, 144, 197)
HSL
hsl(325, 71%, 75%)
HSV
hsv(325, 39%, 93%)
CMYK
0%, 39%, 17%, 7%
XYZ
X: 55.31, Y: 42.04, Z: 43.75
Lab
L: 70.90, a: 40.87, b: -12.05
Name

Shades of Color #EC90C5

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

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

#EC90C5rgb(236, 144, 197)

About #EC90C5 Color Code

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

  • HEX: #EC90C5
  • RGB: rgb(236, 144, 197)
  • HSL: hsl(325, 71%, 75%)
  • HSV: hsv(325, 39%, 93%)
  • CMYK: 0.00% cyan, 39.00% magenta, 17.00% yellow, 7.00% black
  • XYZ: 55.31, 42.04, 43.75
  • Yxy: 42.04, 0.3920, 0.2979
  • Hunter Lab: 70.90, 40.87, -12.05
  • CIE-Lab: 70.90, 40.87, -12.05

In the XYZ color space, this color is represented as X: 55.31, Y: 42.04, Z: 43.75. The Yxy representation further refines this as Y: 42.04, x: 0.3920, and y: 0.2979.

In the Hunter Lab color space, this color is represented as L: 70.90, a: 40.87, and b: -12.05. Similarly, in the CIE-Lab color space, it is represented as L: 70.90, a: 40.87, and b: -12.05.

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

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

Analogous Colors of #EC90C5

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

Split Complementary Colors of #EC90C5

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

Tetradic Colors of #EC90C5

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

Monochromatic Colors of #EC90C5

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

Complementary Color of #EC90C5

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

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

HTML Examples of #EC90C5

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

Related Colors of #EC90C5

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