Shades of Plum #E0A0DE
Tints of Plum #E0A0DE
RGB
CMYK
RGB Variations
Color information
#E0A0DE (or 0xE0A0DE) is known color: Plum. HEX triplet: E0, A0 and DE. RGB value is (224,160,222). Sum of RGB (Red+Green+Blue) = 224+160+222=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A0DE is #1F5F21. Grayscale: #BABABA. Windows color (decimal): -2055970 or 14590176. OLE color: 14590176.
HSL color Cylindrical-coordinate representation of color #E0A0DE: hue angle of 301.88º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0DE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 222 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.12 |
| HSL | 301.88º | 0.51% | 0.75% | - |
| HSV(B) | 301.88º | 0.29% | 0.88% | - |
| XYZ | 56.5 | 46.26 | 75.06 | - |
| YUV | 186.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 222 | 0 | 0.29 | 0.01 | 0.12 | 301.88 | 0.51 | 0.75 |
| Hex | E0 | A0 | DE | 0 | 1D | 1 | C | 12E | 33 | 4B |
| Octal | 340 | 240 | 336 | 0 | 35 | 1 | 14 | 456 | 63 | 113 |
| Binary | 11100000 | 10100000 | 11011110 | 0 | 11101 | 1 | 1100 | 100101110 | 110011 | 1001011 |
Color Harmonies of #E0A0DE
Complementary color
Monochromatic Colors of #E0A0DE
Black with #E0A0DE
Text Example
Text Example
White with #E0A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A0DE; }
p { color: rgb(224,160,222); }
H1.HeaderClassName
{
color: #E0A0DE;
}
.AnyTagClassName
{
color: #E0A0DE;
}
</style>
background-color css
<style>
a { background-color: #E0A0DE; }
a { background-color: rgb(224,160,222); }
div.DivClassName
{
background-color: #E0A0DE;
}
.BgClassName
{
background-color: #E0A0DE;
}
</style>
border-color css
<style>
span { border-color: #E0A0DE; }
span { border-color: rgb(224,160,222); }
td.TdClassName
{
border-color: #E0A0DE;
}
.TagClassName
{
border-color: #E0A0DE;
}
</style>