Shades of Plum #E5A0DB
Tints of Plum #E5A0DB
RGB
CMYK
RGB Variations
Color information
#E5A0DB (or 0xE5A0DB) is known color: Plum. HEX triplet: E5, A0 and DB. RGB value is (229,160,219). Sum of RGB (Red+Green+Blue) = 229+160+219=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0DB is #1A5F24. Grayscale: #BBBBBB. Windows color (decimal): -1728293 or 14393573. OLE color: 14393573.
HSL color Cylindrical-coordinate representation of color #E5A0DB: hue angle of 308.7º 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 #E5A0DB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 219 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.10 |
| HSL | 308.7º | 0.57% | 0.76% | - |
| HSV(B) | 308.7º | 0.3% | 0.9% | - |
| XYZ | 57.67 | 46.91 | 73.03 | - |
| YUV | 187.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 219 | 0 | 0.30 | 0.04 | 0.10 | 308.7 | 0.57 | 0.76 |
| Hex | E5 | A0 | DB | 0 | 1E | 4 | A | 135 | 39 | 4C |
| Octal | 345 | 240 | 333 | 0 | 36 | 4 | 12 | 465 | 71 | 114 |
| Binary | 11100101 | 10100000 | 11011011 | 0 | 11110 | 100 | 1010 | 100110101 | 111001 | 1001100 |
Color Harmonies of #E5A0DB
Complementary color
Monochromatic Colors of #E5A0DB
Black with #E5A0DB
Text Example
Text Example
White with #E5A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0DB; }
p { color: rgb(229,160,219); }
H1.HeaderClassName
{
color: #E5A0DB;
}
.AnyTagClassName
{
color: #E5A0DB;
}
</style>
background-color css
<style>
a { background-color: #E5A0DB; }
a { background-color: rgb(229,160,219); }
div.DivClassName
{
background-color: #E5A0DB;
}
.BgClassName
{
background-color: #E5A0DB;
}
</style>
border-color css
<style>
span { border-color: #E5A0DB; }
span { border-color: rgb(229,160,219); }
td.TdClassName
{
border-color: #E5A0DB;
}
.TagClassName
{
border-color: #E5A0DB;
}
</style>