Color: #E46BDC

#E46BDC Color Information

#E46BDC is a light color. The closest websafe version is #E46BDC. A complement of this color would be #6CE474, perceived brightness is 0.61, and the grayscale version is #A8A8A8.

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

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

In the Yxy color space, this color is represented as Y: 32.14, x: 0.3670, and y: 0.2372.

Color Code #E46BDC

#E46BDCrgb(228, 107, 220)
HEX
#E46BDC
RGB
rgb(228, 107, 220)
HSL
hsl(304, 69%, 66%)
HSV
hsv(304, 53%, 89%)
CMYK
0%, 53%, 4%, 11%
XYZ
X: 49.73, Y: 32.14, Z: 53.62
Lab
L: 63.46, a: 58.49, b: -36.23
Name

Shades of Color #E46BDC

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

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

#E46BDCrgb(228, 107, 220)

About #E46BDC Color Code

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

  • HEX: #E46BDC
  • RGB: rgb(228, 107, 220)
  • HSL: hsl(304, 69%, 66%)
  • HSV: hsv(304, 53%, 89%)
  • CMYK: 0.00% cyan, 53.00% magenta, 4.00% yellow, 11.00% black
  • XYZ: 49.73, 32.14, 53.62
  • Yxy: 32.14, 0.3670, 0.2372
  • Hunter Lab: 63.46, 58.49, -36.23
  • CIE-Lab: 63.46, 58.49, -36.23

In the XYZ color space, this color is represented as X: 49.73, Y: 32.14, Z: 53.62. The Yxy representation further refines this as Y: 32.14, x: 0.3670, and y: 0.2372.

In the Hunter Lab color space, this color is represented as L: 63.46, a: 58.49, and b: -36.23. Similarly, in the CIE-Lab color space, it is represented as L: 63.46, a: 58.49, and b: -36.23.

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

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

Analogous Colors of #E46BDC

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

Monochromatic Colors of #E46BDC

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

Complementary Color of #E46BDC

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

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

HTML Examples of #E46BDC

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

Related Colors of #E46BDC

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