Shades of Plum #E0A4DF
Tints of Plum #E0A4DF
RGB
CMYK
RGB Variations
Color information
#E0A4DF (or 0xE0A4DF) is known color: Plum. HEX triplet: E0, A4 and DF. RGB value is (224,164,223). Sum of RGB (Red+Green+Blue) = 224+164+223=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A4DF is #1F5B20. Grayscale: #BCBCBC. Windows color (decimal): -2054945 or 14656736. OLE color: 14656736.
HSL color Cylindrical-coordinate representation of color #E0A4DF: hue angle of 301º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A4DF is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 223 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.12 |
| HSL | 301º | 0.49% | 0.76% | - |
| HSV(B) | 301º | 0.27% | 0.88% | - |
| XYZ | 57.34 | 47.73 | 76 | - |
| YUV | 188.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 223 | 0 | 0.27 | 0.00 | 0.12 | 301 | 0.49 | 0.76 |
| Hex | E0 | A4 | DF | 0 | 1B | 0 | C | 12D | 31 | 4C |
| Octal | 340 | 244 | 337 | 0 | 33 | 0 | 14 | 455 | 61 | 114 |
| Binary | 11100000 | 10100100 | 11011111 | 0 | 11011 | 0 | 1100 | 100101101 | 110001 | 1001100 |
Color Harmonies of #E0A4DF
Complementary color
Monochromatic Colors of #E0A4DF
Black with #E0A4DF
Text Example
Text Example
White with #E0A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4DF; }
p { color: rgb(224,164,223); }
H1.HeaderClassName
{
color: #E0A4DF;
}
.AnyTagClassName
{
color: #E0A4DF;
}
</style>
background-color css
<style>
a { background-color: #E0A4DF; }
a { background-color: rgb(224,164,223); }
div.DivClassName
{
background-color: #E0A4DF;
}
.BgClassName
{
background-color: #E0A4DF;
}
</style>
border-color css
<style>
span { border-color: #E0A4DF; }
span { border-color: rgb(224,164,223); }
td.TdClassName
{
border-color: #E0A4DF;
}
.TagClassName
{
border-color: #E0A4DF;
}
</style>