Shades of Plum #E4A0DF
Tints of Plum #E4A0DF
RGB
CMYK
RGB Variations
Color information
#E4A0DF (or 0xE4A0DF) is known color: Plum. HEX triplet: E4, A0 and DF. RGB value is (228,160,223). Sum of RGB (Red+Green+Blue) = 228+160+223=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A0DF is #1B5F20. Grayscale: #BBBBBB. Windows color (decimal): -1793825 or 14655716. OLE color: 14655716.
HSL color Cylindrical-coordinate representation of color #E4A0DF: hue angle of 304.41º 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 #E4A0DF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 223 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.11 |
| HSL | 304.41º | 0.56% | 0.76% | - |
| HSV(B) | 304.41º | 0.3% | 0.89% | - |
| XYZ | 57.89 | 46.96 | 75.83 | - |
| YUV | 187.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 223 | 0 | 0.30 | 0.02 | 0.11 | 304.41 | 0.56 | 0.76 |
| Hex | E4 | A0 | DF | 0 | 1E | 2 | B | 130 | 38 | 4C |
| Octal | 344 | 240 | 337 | 0 | 36 | 2 | 13 | 460 | 70 | 114 |
| Binary | 11100100 | 10100000 | 11011111 | 0 | 11110 | 10 | 1011 | 100110000 | 111000 | 1001100 |
Color Harmonies of #E4A0DF
Complementary color
Monochromatic Colors of #E4A0DF
Black with #E4A0DF
Text Example
Text Example
White with #E4A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A0DF; }
p { color: rgb(228,160,223); }
H1.HeaderClassName
{
color: #E4A0DF;
}
.AnyTagClassName
{
color: #E4A0DF;
}
</style>
background-color css
<style>
a { background-color: #E4A0DF; }
a { background-color: rgb(228,160,223); }
div.DivClassName
{
background-color: #E4A0DF;
}
.BgClassName
{
background-color: #E4A0DF;
}
</style>
border-color css
<style>
span { border-color: #E4A0DF; }
span { border-color: rgb(228,160,223); }
td.TdClassName
{
border-color: #E4A0DF;
}
.TagClassName
{
border-color: #E4A0DF;
}
</style>