Color: #E27ADD

#E27ADD Color Information

#E27ADD is a light color. The closest websafe version is #E27ADD. A complement of this color would be #79E27E, perceived brightness is 0.64, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 303°,a saturation of 64%, and a lightness of 68%.The HSV representation shows a hue of 303°, a saturation of 46%, and a value of 89%.

In a RGB color space, #E27ADD is composed of 89% red, 48% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 2% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 35.26, x: 0.3621, and y: 0.2503.

Color Code #E27ADD

#E27ADDrgb(226, 122, 221)
HEX
#E27ADD
RGB
rgb(226, 122, 221)
HSL
hsl(303, 64%, 68%)
HSV
hsv(303, 46%, 89%)
CMYK
0%, 46%, 2%, 11%
XYZ
X: 51.00, Y: 35.26, Z: 54.59
Lab
L: 65.95, a: 51.15, b: -32.97
Name

Shades of Color #E27ADD

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

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

#E27ADDrgb(226, 122, 221)

About #E27ADD Color Code

In the HSL color space, this color has a hue angle of 303°, a saturation of 64%, and a lightness of 68%. The HSV representation shows a hue of 303°, a saturation of 46%, and a value of 89%.

  • HEX: #E27ADD
  • RGB: rgb(226, 122, 221)
  • HSL: hsl(303, 64%, 68%)
  • HSV: hsv(303, 46%, 89%)
  • CMYK: 0.00% cyan, 46.00% magenta, 2.00% yellow, 11.00% black
  • XYZ: 51.00, 35.26, 54.59
  • Yxy: 35.26, 0.3621, 0.2503
  • Hunter Lab: 65.95, 51.15, -32.97
  • CIE-Lab: 65.95, 51.15, -32.97

In the XYZ color space, this color is represented as X: 51.00, Y: 35.26, Z: 54.59. The Yxy representation further refines this as Y: 35.26, x: 0.3621, and y: 0.2503.

In the Hunter Lab color space, this color is represented as L: 65.95, a: 51.15, and b: -32.97. Similarly, in the CIE-Lab color space, it is represented as L: 65.95, a: 51.15, and b: -32.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 #E27ADD

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

Analogous Colors of #E27ADD

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

Split Complementary Colors of #E27ADD

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

Tetradic Colors of #E27ADD

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

Monochromatic Colors of #E27ADD

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

Complementary Color of #E27ADD

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

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

HTML Examples of #E27ADD

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

Related Colors of #E27ADD

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