Color: #E481DE

#E481DE Color Information

#E481DE is a light color. The closest websafe version is #E481DE. A complement of this color would be #81E487, perceived brightness is 0.66, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 304°,a saturation of 65%, and a lightness of 70%.The HSV representation shows a hue of 304°, a saturation of 43%, and a value of 89%.

In a RGB color space, #E481DE is composed of 89% red, 51% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 3% yellow and 11% black.

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

Color Code #E481DE

#E481DErgb(228, 129, 222)
HEX
#E481DE
RGB
rgb(228, 129, 222)
HSL
hsl(304, 65%, 70%)
HSV
hsv(304, 43%, 89%)
CMYK
0%, 43%, 3%, 11%
XYZ
X: 52.74, Y: 37.43, Z: 55.38
Lab
L: 67.60, a: 48.57, b: -30.97
Name

Shades of Color #E481DE

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

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

#E481DErgb(228, 129, 222)

About #E481DE Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 65%, and a lightness of 70%. The HSV representation shows a hue of 304°, a saturation of 43%, and a value of 89%.

  • HEX: #E481DE
  • RGB: rgb(228, 129, 222)
  • HSL: hsl(304, 65%, 70%)
  • HSV: hsv(304, 43%, 89%)
  • CMYK: 0.00% cyan, 43.00% magenta, 3.00% yellow, 11.00% black
  • XYZ: 52.74, 37.43, 55.38
  • Yxy: 37.43, 0.3623, 0.2572
  • Hunter Lab: 67.60, 48.57, -30.97
  • CIE-Lab: 67.60, 48.57, -30.97

In the XYZ color space, this color is represented as X: 52.74, Y: 37.43, Z: 55.38. The Yxy representation further refines this as Y: 37.43, x: 0.3623, and y: 0.2572.

In the Hunter Lab color space, this color is represented as L: 67.60, a: 48.57, and b: -30.97. Similarly, in the CIE-Lab color space, it is represented as L: 67.60, a: 48.57, and b: -30.97.

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

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

Analogous Colors of #E481DE

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

Split Complementary Colors of #E481DE

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

Tetradic Colors of #E481DE

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

Monochromatic Colors of #E481DE

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

Complementary Color of #E481DE

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

/* Using HEX */
body {
  background-color: #e481de;
}
/* Using RGB */
body {
  background-color: rgb(228, 129, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(228, 129, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 65%, 70%);
}
/* Text color */
p {
  color: #e481de;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e481de;
}
/* Border color */
.box {
  border: 4px solid #e481de;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e481de;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e481de;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E481DE
On Black Background
#E481DE
On White Background
#E481DE

HTML Examples of #E481DE

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

Related Colors of #E481DE

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