Color: #E48CDA

#E48CDA Color Information

#E48CDA is a light color. The closest websafe version is #E48CDA. A complement of this color would be #8BE496, perceived brightness is 0.69, and the grayscale version is #B8B8B8.

In the HSL color space, this color has a hue angle of 307°,a saturation of 62%, and a lightness of 72%.The HSV representation shows a hue of 307°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E48CDA is composed of 89% red, 55% green and 85% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 4% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 40.31, x: 0.3647, and y: 0.2724.

Color Code #E48CDA

HEX
#E48CDA
RGB
rgb(228, 140, 218)
HSL
hsl(307, 62%, 72%)
HSV
hsv(307, 39%, 89%)
CMYK
0%, 39%, 4%, 11%
XYZ
X: 53.96, Y: 40.31, Z: 53.70
Lab
L: 69.69, a: 42.68, b: -25.57
Name

Shades of Color #E48CDA

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

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

About #E48CDA Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 62%, and a lightness of 72%. The HSV representation shows a hue of 307°, a saturation of 39%, and a value of 89%.

  • HEX: #E48CDA
  • RGB: rgb(228, 140, 218)
  • HSL: hsl(307, 62%, 72%)
  • HSV: hsv(307, 39%, 89%)
  • CMYK: 0.00% cyan, 39.00% magenta, 4.00% yellow, 11.00% black
  • XYZ: 53.96, 40.31, 53.70
  • Yxy: 40.31, 0.3647, 0.2724
  • Hunter Lab: 69.69, 42.68, -25.57
  • CIE-Lab: 69.69, 42.68, -25.57

In the XYZ color space, this color is represented as X: 53.96, Y: 40.31, Z: 53.70. The Yxy representation further refines this as Y: 40.31, x: 0.3647, and y: 0.2724.

In the Hunter Lab color space, this color is represented as L: 69.69, a: 42.68, and b: -25.57. Similarly, in the CIE-Lab color space, it is represented as L: 69.69, a: 42.68, and b: -25.57.

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

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

Analogous Colors of #E48CDA

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

Monochromatic Colors of #E48CDA

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

Complementary Color of #E48CDA

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

/* Using HEX */
body {
  background-color: #e48cda;
}
/* Using RGB */
body {
  background-color: rgb(228, 140, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(228, 140, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 62%, 72%);
}
/* Text color */
p {
  color: #e48cda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e48cda;
}

HTML Examples of #E48CDA

<!-- Using HEX -->
<div style="background-color: #e48cda; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(228, 140, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(228, 140, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(307, 62%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e48cda;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e48cda; width: 100px; height: 100px;"></div>

Related Colors of #E48CDA

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