Color: #E534DD

#E534DD Color Information

#E534DD is a dark color. The closest websafe version is #E534DD. A complement of this color would be #34E53D, perceived brightness is 0.49, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 303°,a saturation of 77%, and a lightness of 55%.The HSV representation shows a hue of 303°, a saturation of 77%, and a value of 90%.

In a RGB color space, #E534DD is composed of 90% red, 20% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 3% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 24.28, x: 0.3721, and y: 0.1971.

Color Code #E534DD

#E534DDrgb(229, 52, 221)
HEX
#E534DD
RGB
rgb(229, 52, 221)
HSL
hsl(303, 77%, 55%)
HSV
hsv(303, 77%, 90%)
CMYK
0%, 77%, 3%, 10%
XYZ
X: 45.84, Y: 24.28, Z: 53.06
Lab
L: 56.37, a: 78.30, b: -47.86
Name

Shades of Color #E534DD

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

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

#E534DDrgb(229, 52, 221)

About #E534DD Color Code

In the HSL color space, this color has a hue angle of 303°, a saturation of 77%, and a lightness of 55%. The HSV representation shows a hue of 303°, a saturation of 77%, and a value of 90%.

  • HEX: #E534DD
  • RGB: rgb(229, 52, 221)
  • HSL: hsl(303, 77%, 55%)
  • HSV: hsv(303, 77%, 90%)
  • CMYK: 0.00% cyan, 77.00% magenta, 3.00% yellow, 10.00% black
  • XYZ: 45.84, 24.28, 53.06
  • Yxy: 24.28, 0.3721, 0.1971
  • Hunter Lab: 56.37, 78.30, -47.86
  • CIE-Lab: 56.37, 78.30, -47.86

In the XYZ color space, this color is represented as X: 45.84, Y: 24.28, Z: 53.06. The Yxy representation further refines this as Y: 24.28, x: 0.3721, and y: 0.1971.

In the Hunter Lab color space, this color is represented as L: 56.37, a: 78.30, and b: -47.86. Similarly, in the CIE-Lab color space, it is represented as L: 56.37, a: 78.30, and b: -47.86.

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

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

Analogous Colors of #E534DD

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

Split Complementary Colors of #E534DD

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

Tetradic Colors of #E534DD

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

Monochromatic Colors of #E534DD

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

Complementary Color of #E534DD

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

/* Using HEX */
body {
  background-color: #e534dd;
}
/* Using RGB */
body {
  background-color: rgb(229, 52, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(229, 52, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(303, 77%, 55%);
}
/* Text color */
p {
  color: #e534dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e534dd;
}
/* Border color */
.box {
  border: 4px solid #e534dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e534dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e534dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E534DD
On Black Background
#E534DD
On White Background
#E534DD

HTML Examples of #E534DD

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

Related Colors of #E534DD

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