Color: #E02E52

#E02E52 Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 19.06, x: 0.5684, and y: 0.3117.

Color Code #E02E52

HEX
#E02E52
RGB
rgb(224, 46, 82)
HSL
hsl(348, 74%, 53%)
HSV
hsv(348, 79%, 88%)
CMYK
0%, 79%, 63%, 12%
XYZ
X: 34.76, Y: 19.06, Z: 7.33
Lab
L: 50.75, a: 68.14, b: 25.85
Name

Shades of Color #E02E52

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

Tints are created by lightening the original color #E02E52 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 #E02E52 Color Code

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

  • HEX: #E02E52
  • RGB: rgb(224, 46, 82)
  • HSL: hsl(348, 74%, 53%)
  • HSV: hsv(348, 79%, 88%)
  • CMYK: 0.00% cyan, 79.00% magenta, 63.00% yellow, 12.00% black
  • XYZ: 34.76, 19.06, 7.33
  • Yxy: 19.06, 0.5684, 0.3117
  • Hunter Lab: 50.75, 68.14, 25.85
  • CIE-Lab: 50.75, 68.14, 25.85

In the XYZ color space, this color is represented as X: 34.76, Y: 19.06, Z: 7.33. The Yxy representation further refines this as Y: 19.06, x: 0.5684, and y: 0.3117.

In the Hunter Lab color space, this color is represented as L: 50.75, a: 68.14, and b: 25.85. Similarly, in the CIE-Lab color space, it is represented as L: 50.75, a: 68.14, and b: 25.85.

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

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

Analogous Colors of #E02E52

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

Monochromatic Colors of #E02E52

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

Complementary Color of #E02E52

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

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

HTML Examples of #E02E52

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

Related Colors of #E02E52

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