Color: #EC22CD

#EC22CD Color Information

#EC22CD is a dark color. The closest websafe version is #EC22CD. A complement of this color would be #22EC41, perceived brightness is 0.45, and the grayscale version is #878787.

In the HSL color space, this color has a hue angle of 309°,a saturation of 84%, and a lightness of 53%.The HSV representation shows a hue of 309°, a saturation of 86%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 23.51, x: 0.4016, and y: 0.2056.

Color Code #EC22CD

#EC22CDrgb(236, 34, 205)
HEX
#EC22CD
RGB
rgb(236, 34, 205)
HSL
hsl(309, 84%, 53%)
HSV
hsv(309, 86%, 93%)
CMYK
0%, 86%, 13%, 7%
XYZ
X: 45.93, Y: 23.51, Z: 44.92
Lab
L: 55.59, a: 81.89, b: -39.87
Name

Shades of Color #EC22CD

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

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

#EC22CDrgb(236, 34, 205)

About #EC22CD Color Code

In the HSL color space, this color has a hue angle of 309°, a saturation of 84%, and a lightness of 53%. The HSV representation shows a hue of 309°, a saturation of 86%, and a value of 93%.

  • HEX: #EC22CD
  • RGB: rgb(236, 34, 205)
  • HSL: hsl(309, 84%, 53%)
  • HSV: hsv(309, 86%, 93%)
  • CMYK: 0.00% cyan, 86.00% magenta, 13.00% yellow, 7.00% black
  • XYZ: 45.93, 23.51, 44.92
  • Yxy: 23.51, 0.4016, 0.2056
  • Hunter Lab: 55.59, 81.89, -39.87
  • CIE-Lab: 55.59, 81.89, -39.87

In the XYZ color space, this color is represented as X: 45.93, Y: 23.51, Z: 44.92. The Yxy representation further refines this as Y: 23.51, x: 0.4016, and y: 0.2056.

In the Hunter Lab color space, this color is represented as L: 55.59, a: 81.89, and b: -39.87. Similarly, in the CIE-Lab color space, it is represented as L: 55.59, a: 81.89, and b: -39.87.

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

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

Analogous Colors of #EC22CD

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

Split Complementary Colors of #EC22CD

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

Tetradic Colors of #EC22CD

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

Monochromatic Colors of #EC22CD

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

Complementary Color of #EC22CD

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

/* Using HEX */
body {
  background-color: #ec22cd;
}
/* Using RGB */
body {
  background-color: rgb(236, 34, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 34, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(309, 84%, 53%);
}
/* Text color */
p {
  color: #ec22cd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec22cd;
}
/* Border color */
.box {
  border: 4px solid #ec22cd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec22cd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec22cd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC22CD
On Black Background
#EC22CD
On White Background
#EC22CD

HTML Examples of #EC22CD

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

Related Colors of #EC22CD

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