Color: #E23CAC

#E23CAC Color Information

#E23CAC is a dark color. The closest websafe version is #E23CAC. A complement of this color would be #3CE273, perceived brightness is 0.48, and the grayscale version is #8F8F8F.

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

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

In the Yxy color space, this color is represented as Y: 22.66, x: 0.4322, and y: 0.2400.

Color Code #E23CAC

HEX
#E23CAC
RGB
rgb(226, 60, 172)
HSL
hsl(320, 74%, 56%)
HSV
hsv(320, 73%, 89%)
CMYK
0%, 73%, 24%, 11%
XYZ
X: 40.81, Y: 22.66, Z: 30.96
Lab
L: 54.72, a: 70.56, b: -22.31
Name

Shades of Color #E23CAC

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

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

In the HSL color space, this color has a hue angle of 320°, a saturation of 74%, and a lightness of 56%. The HSV representation shows a hue of 320°, a saturation of 73%, and a value of 89%.

  • HEX: #E23CAC
  • RGB: rgb(226, 60, 172)
  • HSL: hsl(320, 74%, 56%)
  • HSV: hsv(320, 73%, 89%)
  • CMYK: 0.00% cyan, 73.00% magenta, 24.00% yellow, 11.00% black
  • XYZ: 40.81, 22.66, 30.96
  • Yxy: 22.66, 0.4322, 0.2400
  • Hunter Lab: 54.72, 70.56, -22.31
  • CIE-Lab: 54.72, 70.56, -22.31

In the XYZ color space, this color is represented as X: 40.81, Y: 22.66, Z: 30.96. The Yxy representation further refines this as Y: 22.66, x: 0.4322, and y: 0.2400.

In the Hunter Lab color space, this color is represented as L: 54.72, a: 70.56, and b: -22.31. Similarly, in the CIE-Lab color space, it is represented as L: 54.72, a: 70.56, and b: -22.31.

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

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

Analogous Colors of #E23CAC

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

Monochromatic Colors of #E23CAC

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

Complementary Color of #E23CAC

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

/* Using HEX */
body {
  background-color: #e23cac;
}
/* Using RGB */
body {
  background-color: rgb(226, 60, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(226, 60, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(320, 74%, 56%);
}
/* Text color */
p {
  color: #e23cac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e23cac;
}

HTML Examples of #E23CAC

<!-- Using HEX -->
<div style="background-color: #e23cac; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(226, 60, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(226, 60, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(320, 74%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e23cac;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e23cac; width: 100px; height: 100px;"></div>

Related Colors of #E23CAC

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