Shades of Plum #E4A0DB
Tints of Plum #E4A0DB
RGB
CMYK
RGB Variations
Color information
#E4A0DB (or 0xE4A0DB) is known color: Plum. HEX triplet: E4, A0 and DB. RGB value is (228,160,219). Sum of RGB (Red+Green+Blue) = 228+160+219=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A0DB is #1B5F24. Grayscale: #BABABA. Windows color (decimal): -1793829 or 14393572. OLE color: 14393572.
HSL color Cylindrical-coordinate representation of color #E4A0DB: hue angle of 307.94º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4A0DB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 219 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.94º | 0.56% | 0.76% | - |
| HSV(B) | 307.94º | 0.3% | 0.89% | - |
| XYZ | 57.35 | 46.75 | 73.02 | - |
| YUV | 187.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 219 | 0 | 0.30 | 0.04 | 0.11 | 307.94 | 0.56 | 0.76 |
| Hex | E4 | A0 | DB | 0 | 1E | 4 | B | 134 | 38 | 4C |
| Octal | 344 | 240 | 333 | 0 | 36 | 4 | 13 | 464 | 70 | 114 |
| Binary | 11100100 | 10100000 | 11011011 | 0 | 11110 | 100 | 1011 | 100110100 | 111000 | 1001100 |
Color Harmonies of #E4A0DB
Complementary color
Monochromatic Colors of #E4A0DB
Black with #E4A0DB
Text Example
Text Example
White with #E4A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A0DB; }
p { color: rgb(228,160,219); }
H1.HeaderClassName
{
color: #E4A0DB;
}
.AnyTagClassName
{
color: #E4A0DB;
}
</style>
background-color css
<style>
a { background-color: #E4A0DB; }
a { background-color: rgb(228,160,219); }
div.DivClassName
{
background-color: #E4A0DB;
}
.BgClassName
{
background-color: #E4A0DB;
}
</style>
border-color css
<style>
span { border-color: #E4A0DB; }
span { border-color: rgb(228,160,219); }
td.TdClassName
{
border-color: #E4A0DB;
}
.TagClassName
{
border-color: #E4A0DB;
}
</style>