Color: #E57EFD

#E57EFD Color Information

#E57EFD is a light color. The closest websafe version is #E57EFD. A complement of this color would be #94FD7C, perceived brightness is 0.67, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 289°,a saturation of 97%, and a lightness of 74%.The HSV representation shows a hue of 289°, a saturation of 50%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 38.34, x: 0.3351, and y: 0.2284.

Color Code #E57EFD

#E57EFDrgb(229, 126, 253)
HEX
#E57EFD
RGB
rgb(229, 126, 253)
HSL
hsl(289, 97%, 74%)
HSV
hsv(289, 50%, 99%)
CMYK
9%, 50%, 0%, 1%
XYZ
X: 56.26, Y: 38.34, Z: 73.27
Lab
L: 68.27, a: 54.55, b: -46.93
Name

Shades of Color #E57EFD

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

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

#E57EFDrgb(229, 126, 253)

About #E57EFD Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 97%, and a lightness of 74%. The HSV representation shows a hue of 289°, a saturation of 50%, and a value of 99%.

  • HEX: #E57EFD
  • RGB: rgb(229, 126, 253)
  • HSL: hsl(289, 97%, 74%)
  • HSV: hsv(289, 50%, 99%)
  • CMYK: 9.00% cyan, 50.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 56.26, 38.34, 73.27
  • Yxy: 38.34, 0.3351, 0.2284
  • Hunter Lab: 68.27, 54.55, -46.93
  • CIE-Lab: 68.27, 54.55, -46.93

In the XYZ color space, this color is represented as X: 56.26, Y: 38.34, Z: 73.27. The Yxy representation further refines this as Y: 38.34, x: 0.3351, and y: 0.2284.

In the Hunter Lab color space, this color is represented as L: 68.27, a: 54.55, and b: -46.93. Similarly, in the CIE-Lab color space, it is represented as L: 68.27, a: 54.55, and b: -46.93.

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

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

Analogous Colors of #E57EFD

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

Split Complementary Colors of #E57EFD

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

Tetradic Colors of #E57EFD

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

Monochromatic Colors of #E57EFD

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

Complementary Color of #E57EFD

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

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

HTML Examples of #E57EFD

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

Related Colors of #E57EFD

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