Color: #E59AFC

#E59AFC Color Information

#E59AFC is a light color. The closest websafe version is #E59AFC. A complement of this color would be #B2FC9C, perceived brightness is 0.74, and the grayscale version is #CBCBCB.

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

In a RGB color space, #E59AFC is composed of 90% red, 60% green and 99% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 39% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 46.50, x: 0.3349, and y: 0.2572.

Color Code #E59AFC

HEX
#E59AFC
RGB
rgb(229, 154, 252)
HSL
hsl(286, 94%, 80%)
HSV
hsv(286, 39%, 99%)
CMYK
9%, 39%, 0%, 1%
XYZ
X: 60.54, Y: 46.50, Z: 73.75
Lab
L: 73.87, a: 40.78, b: -37.70
Name

Shades of Color #E59AFC

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

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

In the HSL color space, this color has a hue angle of 286°, a saturation of 94%, and a lightness of 80%. The HSV representation shows a hue of 286°, a saturation of 39%, and a value of 99%.

  • HEX: #E59AFC
  • RGB: rgb(229, 154, 252)
  • HSL: hsl(286, 94%, 80%)
  • HSV: hsv(286, 39%, 99%)
  • CMYK: 9.00% cyan, 39.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 60.54, 46.50, 73.75
  • Yxy: 46.50, 0.3349, 0.2572
  • Hunter Lab: 73.87, 40.78, -37.70
  • CIE-Lab: 73.87, 40.78, -37.70

In the XYZ color space, this color is represented as X: 60.54, Y: 46.50, Z: 73.75. The Yxy representation further refines this as Y: 46.50, x: 0.3349, and y: 0.2572.

In the Hunter Lab color space, this color is represented as L: 73.87, a: 40.78, and b: -37.70. Similarly, in the CIE-Lab color space, it is represented as L: 73.87, a: 40.78, and b: -37.70.

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

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

Analogous Colors of #E59AFC

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

Monochromatic Colors of #E59AFC

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

Complementary Color of #E59AFC

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

/* Using HEX */
body {
  background-color: #e59afc;
}
/* Using RGB */
body {
  background-color: rgb(229, 154, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(229, 154, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 94%, 80%);
}
/* Text color */
p {
  color: #e59afc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e59afc;
}

HTML Examples of #E59AFC

<!-- Using HEX -->
<div style="background-color: #e59afc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(229, 154, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(229, 154, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(286, 94%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e59afc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e59afc; width: 100px; height: 100px;"></div>

Related Colors of #E59AFC

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