Color: #E02E9C

#E02E9C Color Information

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

In the HSL color space, this color has a hue angle of 323°,a saturation of 74%, and a lightness of 53%.The HSV representation shows a hue of 323°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E02E9C is composed of 88% red, 18% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 79% magenta, 30% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 20.56, x: 0.4565, and y: 0.2450.

Color Code #E02E9C

HEX
#E02E9C
RGB
rgb(224, 46, 156)
HSL
hsl(323, 74%, 53%)
HSV
hsv(323, 79%, 88%)
CMYK
0%, 79%, 30%, 12%
XYZ
X: 38.31, Y: 20.56, Z: 25.05
Lab
L: 52.46, a: 72.49, b: -16.37
Name

Shades of Color #E02E9C

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

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

About #E02E9C Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 74%, and a lightness of 53%. The HSV representation shows a hue of 323°, a saturation of 79%, and a value of 88%.

  • HEX: #E02E9C
  • RGB: rgb(224, 46, 156)
  • HSL: hsl(323, 74%, 53%)
  • HSV: hsv(323, 79%, 88%)
  • CMYK: 0.00% cyan, 79.00% magenta, 30.00% yellow, 12.00% black
  • XYZ: 38.31, 20.56, 25.05
  • Yxy: 20.56, 0.4565, 0.2450
  • Hunter Lab: 52.46, 72.49, -16.37
  • CIE-Lab: 52.46, 72.49, -16.37

In the XYZ color space, this color is represented as X: 38.31, Y: 20.56, Z: 25.05. The Yxy representation further refines this as Y: 20.56, x: 0.4565, and y: 0.2450.

In the Hunter Lab color space, this color is represented as L: 52.46, a: 72.49, and b: -16.37. Similarly, in the CIE-Lab color space, it is represented as L: 52.46, a: 72.49, and b: -16.37.

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

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

Analogous Colors of #E02E9C

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

Monochromatic Colors of #E02E9C

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

Complementary Color of #E02E9C

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

/* Using HEX */
body {
  background-color: #e02e9c;
}
/* Using RGB */
body {
  background-color: rgb(224, 46, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 46, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 74%, 53%);
}
/* Text color */
p {
  color: #e02e9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e02e9c;
}

HTML Examples of #E02E9C

<!-- Using HEX -->
<div style="background-color: #e02e9c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(224, 46, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(224, 46, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(323, 74%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e02e9c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e02e9c; width: 100px; height: 100px;"></div>

Related Colors of #E02E9C

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