Shades of Plum #E5A0DC
Tints of Plum #E5A0DC
RGB
CMYK
RGB Variations
Color information
#E5A0DC (or 0xE5A0DC) is known color: Plum. HEX triplet: E5, A0 and DC. RGB value is (229,160,220). Sum of RGB (Red+Green+Blue) = 229+160+220=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0DC is #1A5F23. Grayscale: #BBBBBB. Windows color (decimal): -1728292 or 14459109. OLE color: 14459109.
HSL color Cylindrical-coordinate representation of color #E5A0DC: hue angle of 307.83º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0DC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 220 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.10 |
| HSL | 307.83º | 0.57% | 0.76% | - |
| HSV(B) | 307.83º | 0.3% | 0.9% | - |
| XYZ | 57.8 | 46.97 | 73.73 | - |
| YUV | 187.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 220 | 0 | 0.30 | 0.04 | 0.10 | 307.83 | 0.57 | 0.76 |
| Hex | E5 | A0 | DC | 0 | 1E | 4 | A | 134 | 39 | 4C |
| Octal | 345 | 240 | 334 | 0 | 36 | 4 | 12 | 464 | 71 | 114 |
| Binary | 11100101 | 10100000 | 11011100 | 0 | 11110 | 100 | 1010 | 100110100 | 111001 | 1001100 |
Color Harmonies of #E5A0DC
Complementary color
Monochromatic Colors of #E5A0DC
Black with #E5A0DC
Text Example
Text Example
White with #E5A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0DC; }
p { color: rgb(229,160,220); }
H1.HeaderClassName
{
color: #E5A0DC;
}
.AnyTagClassName
{
color: #E5A0DC;
}
</style>
background-color css
<style>
a { background-color: #E5A0DC; }
a { background-color: rgb(229,160,220); }
div.DivClassName
{
background-color: #E5A0DC;
}
.BgClassName
{
background-color: #E5A0DC;
}
</style>
border-color css
<style>
span { border-color: #E5A0DC; }
span { border-color: rgb(229,160,220); }
td.TdClassName
{
border-color: #E5A0DC;
}
.TagClassName
{
border-color: #E5A0DC;
}
</style>