Shades of Plum #E4A0DC
Tints of Plum #E4A0DC
RGB
CMYK
RGB Variations
Color information
#E4A0DC (or 0xE4A0DC) is known color: Plum. HEX triplet: E4, A0 and DC. RGB value is (228,160,220). Sum of RGB (Red+Green+Blue) = 228+160+220=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A0DC is #1B5F23. Grayscale: #BABABA. Windows color (decimal): -1793828 or 14459108. OLE color: 14459108.
HSL color Cylindrical-coordinate representation of color #E4A0DC: hue angle of 307.06º 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 #E4A0DC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 220 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.06º | 0.56% | 0.76% | - |
| HSV(B) | 307.06º | 0.3% | 0.89% | - |
| XYZ | 57.48 | 46.8 | 73.71 | - |
| YUV | 187.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 220 | 0 | 0.30 | 0.04 | 0.11 | 307.06 | 0.56 | 0.76 |
| Hex | E4 | A0 | DC | 0 | 1E | 4 | B | 133 | 38 | 4C |
| Octal | 344 | 240 | 334 | 0 | 36 | 4 | 13 | 463 | 70 | 114 |
| Binary | 11100100 | 10100000 | 11011100 | 0 | 11110 | 100 | 1011 | 100110011 | 111000 | 1001100 |
Color Harmonies of #E4A0DC
Complementary color
Monochromatic Colors of #E4A0DC
Black with #E4A0DC
Text Example
Text Example
White with #E4A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A0DC; }
p { color: rgb(228,160,220); }
H1.HeaderClassName
{
color: #E4A0DC;
}
.AnyTagClassName
{
color: #E4A0DC;
}
</style>
background-color css
<style>
a { background-color: #E4A0DC; }
a { background-color: rgb(228,160,220); }
div.DivClassName
{
background-color: #E4A0DC;
}
.BgClassName
{
background-color: #E4A0DC;
}
</style>
border-color css
<style>
span { border-color: #E4A0DC; }
span { border-color: rgb(228,160,220); }
td.TdClassName
{
border-color: #E4A0DC;
}
.TagClassName
{
border-color: #E4A0DC;
}
</style>