Color: #E22CBB

#E22CBB Color Information

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

In the HSL color space, this color has a hue angle of 313°,a saturation of 76%, and a lightness of 53%.The HSV representation shows a hue of 313°, a saturation of 81%, and a value of 89%.

In a RGB color space, #E22CBB is composed of 89% red, 17% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 17% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 21.74, x: 0.4134, and y: 0.2179.

Color Code #E22CBB

#E22CBBrgb(226, 44, 187)
HEX
#E22CBB
RGB
rgb(226, 44, 187)
HSL
hsl(313, 76%, 53%)
HSV
hsv(313, 81%, 89%)
CMYK
0%, 81%, 17%, 11%
XYZ
X: 41.24, Y: 21.74, Z: 36.79
Lab
L: 53.75, a: 76.09, b: -32.53
Name

Shades of Color #E22CBB

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

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

#E22CBBrgb(226, 44, 187)

About #E22CBB Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 76%, and a lightness of 53%. The HSV representation shows a hue of 313°, a saturation of 81%, and a value of 89%.

  • HEX: #E22CBB
  • RGB: rgb(226, 44, 187)
  • HSL: hsl(313, 76%, 53%)
  • HSV: hsv(313, 81%, 89%)
  • CMYK: 0.00% cyan, 81.00% magenta, 17.00% yellow, 11.00% black
  • XYZ: 41.24, 21.74, 36.79
  • Yxy: 21.74, 0.4134, 0.2179
  • Hunter Lab: 53.75, 76.09, -32.53
  • CIE-Lab: 53.75, 76.09, -32.53

In the XYZ color space, this color is represented as X: 41.24, Y: 21.74, Z: 36.79. The Yxy representation further refines this as Y: 21.74, x: 0.4134, and y: 0.2179.

In the Hunter Lab color space, this color is represented as L: 53.75, a: 76.09, and b: -32.53. Similarly, in the CIE-Lab color space, it is represented as L: 53.75, a: 76.09, and b: -32.53.

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

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

Analogous Colors of #E22CBB

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

Split Complementary Colors of #E22CBB

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

Tetradic Colors of #E22CBB

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

Monochromatic Colors of #E22CBB

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

Complementary Color of #E22CBB

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

/* Using HEX */
body {
  background-color: #e22cbb;
}
/* Using RGB */
body {
  background-color: rgb(226, 44, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(226, 44, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(313, 76%, 53%);
}
/* Text color */
p {
  color: #e22cbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e22cbb;
}
/* Border color */
.box {
  border: 4px solid #e22cbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e22cbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e22cbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E22CBB
On Black Background
#E22CBB
On White Background
#E22CBB

HTML Examples of #E22CBB

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

Related Colors of #E22CBB

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