Color: #E594C0

#E594C0 Color Information

#E594C0 is a light color. The closest websafe version is #E594C0. A complement of this color would be #94E5B9, perceived brightness is 0.70, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 327°,a saturation of 61%, and a lightness of 74%.The HSV representation shows a hue of 327°, a saturation of 35%, and a value of 90%.

In a RGB color space, #E594C0 is composed of 90% red, 58% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 16% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 41.86, x: 0.3889, and y: 0.3065.

Color Code #E594C0

#E594C0rgb(229, 148, 192)
HEX
#E594C0
RGB
rgb(229, 148, 192)
HSL
hsl(327, 61%, 74%)
HSV
hsv(327, 35%, 90%)
CMYK
0%, 35%, 16%, 10%
XYZ
X: 53.11, Y: 41.86, Z: 41.61
Lab
L: 70.77, a: 35.85, b: -9.58
Name

Shades of Color #E594C0

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

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

#E594C0rgb(229, 148, 192)

About #E594C0 Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 61%, and a lightness of 74%. The HSV representation shows a hue of 327°, a saturation of 35%, and a value of 90%.

  • HEX: #E594C0
  • RGB: rgb(229, 148, 192)
  • HSL: hsl(327, 61%, 74%)
  • HSV: hsv(327, 35%, 90%)
  • CMYK: 0.00% cyan, 35.00% magenta, 16.00% yellow, 10.00% black
  • XYZ: 53.11, 41.86, 41.61
  • Yxy: 41.86, 0.3889, 0.3065
  • Hunter Lab: 70.77, 35.85, -9.58
  • CIE-Lab: 70.77, 35.85, -9.58

In the XYZ color space, this color is represented as X: 53.11, Y: 41.86, Z: 41.61. The Yxy representation further refines this as Y: 41.86, x: 0.3889, and y: 0.3065.

In the Hunter Lab color space, this color is represented as L: 70.77, a: 35.85, and b: -9.58. Similarly, in the CIE-Lab color space, it is represented as L: 70.77, a: 35.85, and b: -9.58.

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

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

Analogous Colors of #E594C0

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

Split Complementary Colors of #E594C0

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

Tetradic Colors of #E594C0

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

Monochromatic Colors of #E594C0

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

Complementary Color of #E594C0

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

/* Using HEX */
body {
  background-color: #e594c0;
}
/* Using RGB */
body {
  background-color: rgb(229, 148, 192);
}
/* Using RGB with opacity */
body {
  background-color: rgba(229, 148, 192, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 61%, 74%);
}
/* Text color */
p {
  color: #e594c0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e594c0;
}
/* Border color */
.box {
  border: 4px solid #e594c0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e594c0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e594c0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E594C0
On Black Background
#E594C0
On White Background
#E594C0

HTML Examples of #E594C0

<!-- Using HEX -->
<div style="background-color: #e594c0; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(229, 148, 192); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(229, 148, 192, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 61%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e594c0;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e594c0; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e594c0; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e594c0;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e594c0; color: #fff; padding: 16px; border-radius: 8px;">
  #E594C0
</div>
#E594C0
On Black Background
#E594C0
On White Background
#E594C0

Related Colors of #E594C0

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