Color: #E49ADC

#E49ADC Color Information

#E49ADC is a light color. The closest websafe version is #E49ADC. A complement of this color would be #9AE4A2, perceived brightness is 0.72, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 306°,a saturation of 58%, and a lightness of 75%.The HSV representation shows a hue of 306°, a saturation of 32%, and a value of 89%.

In a RGB color space, #E49ADC is composed of 89% red, 60% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 4% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 44.77, x: 0.3608, and y: 0.2859.

Color Code #E49ADC

#E49ADCrgb(228, 154, 220)
HEX
#E49ADC
RGB
rgb(228, 154, 220)
HSL
hsl(306, 58%, 75%)
HSV
hsv(306, 32%, 89%)
CMYK
0%, 32%, 4%, 11%
XYZ
X: 56.51, Y: 44.77, Z: 55.33
Lab
L: 72.74, a: 35.95, b: -22.06
Name

Shades of Color #E49ADC

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

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

#E49ADCrgb(228, 154, 220)

About #E49ADC Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 58%, and a lightness of 75%. The HSV representation shows a hue of 306°, a saturation of 32%, and a value of 89%.

  • HEX: #E49ADC
  • RGB: rgb(228, 154, 220)
  • HSL: hsl(306, 58%, 75%)
  • HSV: hsv(306, 32%, 89%)
  • CMYK: 0.00% cyan, 32.00% magenta, 4.00% yellow, 11.00% black
  • XYZ: 56.51, 44.77, 55.33
  • Yxy: 44.77, 0.3608, 0.2859
  • Hunter Lab: 72.74, 35.95, -22.06
  • CIE-Lab: 72.74, 35.95, -22.06

In the XYZ color space, this color is represented as X: 56.51, Y: 44.77, Z: 55.33. The Yxy representation further refines this as Y: 44.77, x: 0.3608, and y: 0.2859.

In the Hunter Lab color space, this color is represented as L: 72.74, a: 35.95, and b: -22.06. Similarly, in the CIE-Lab color space, it is represented as L: 72.74, a: 35.95, and b: -22.06.

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

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

Analogous Colors of #E49ADC

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

Monochromatic Colors of #E49ADC

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

Complementary Color of #E49ADC

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

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

HTML Examples of #E49ADC

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

Related Colors of #E49ADC

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