Color: #EA579C

#EA579C Color Information

#EA579C is a light color. The closest websafe version is #EA579C. A complement of this color would be #57EAA6, perceived brightness is 0.54, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 332°,a saturation of 78%, and a lightness of 63%.The HSV representation shows a hue of 332°, a saturation of 63%, and a value of 92%.

In a RGB color space, #EA579C is composed of 92% red, 34% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 33% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 27.15, x: 0.4555, and y: 0.2791.

Color Code #EA579C

#EA579Crgb(234, 87, 156)
HEX
#EA579C
RGB
rgb(234, 87, 156)
HSL
hsl(332, 78%, 63%)
HSV
hsv(332, 63%, 92%)
CMYK
0%, 63%, 33%, 8%
XYZ
X: 44.31, Y: 27.15, Z: 25.81
Lab
L: 59.12, a: 62.05, b: -6.25
Name

Shades of Color #EA579C

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

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

#EA579Crgb(234, 87, 156)

About #EA579C Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 78%, and a lightness of 63%. The HSV representation shows a hue of 332°, a saturation of 63%, and a value of 92%.

  • HEX: #EA579C
  • RGB: rgb(234, 87, 156)
  • HSL: hsl(332, 78%, 63%)
  • HSV: hsv(332, 63%, 92%)
  • CMYK: 0.00% cyan, 63.00% magenta, 33.00% yellow, 8.00% black
  • XYZ: 44.31, 27.15, 25.81
  • Yxy: 27.15, 0.4555, 0.2791
  • Hunter Lab: 59.12, 62.05, -6.25
  • CIE-Lab: 59.12, 62.05, -6.25

In the XYZ color space, this color is represented as X: 44.31, Y: 27.15, Z: 25.81. The Yxy representation further refines this as Y: 27.15, x: 0.4555, and y: 0.2791.

In the Hunter Lab color space, this color is represented as L: 59.12, a: 62.05, and b: -6.25. Similarly, in the CIE-Lab color space, it is represented as L: 59.12, a: 62.05, and b: -6.25.

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

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

Analogous Colors of #EA579C

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

Split Complementary Colors of #EA579C

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

Tetradic Colors of #EA579C

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

Monochromatic Colors of #EA579C

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

Complementary Color of #EA579C

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

/* Using HEX */
body {
  background-color: #ea579c;
}
/* Using RGB */
body {
  background-color: rgb(234, 87, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 87, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 78%, 63%);
}
/* Text color */
p {
  color: #ea579c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ea579c;
}
/* Border color */
.box {
  border: 4px solid #ea579c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ea579c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ea579c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EA579C
On Black Background
#EA579C
On White Background
#EA579C

HTML Examples of #EA579C

<!-- Using HEX -->
<div style="background-color: #ea579c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 87, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 87, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(332, 78%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ea579c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ea579c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ea579c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ea579c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ea579c; color: #fff; padding: 16px; border-radius: 8px;">
  #EA579C
</div>
#EA579C
On Black Background
#EA579C
On White Background
#EA579C

Related Colors of #EA579C

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