Shades of Plum #EAA0DE
Tints of Plum #EAA0DE
RGB
CMYK
RGB Variations
Color information
#EAA0DE (or 0xEAA0DE) is known color: Plum. HEX triplet: EA, A0 and DE. RGB value is (234,160,222). Sum of RGB (Red+Green+Blue) = 234+160+222=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0DE is #155F21. Grayscale: #BDBDBD. Windows color (decimal): -1400610 or 14590186. OLE color: 14590186.
HSL color Cylindrical-coordinate representation of color #EAA0DE: hue angle of 309.73º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA0DE is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 222 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.08 |
| HSL | 309.73º | 0.64% | 0.77% | - |
| HSV(B) | 309.73º | 0.32% | 0.92% | - |
| XYZ | 59.69 | 47.91 | 75.21 | - |
| YUV | 189.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 222 | 0 | 0.32 | 0.05 | 0.08 | 309.73 | 0.64 | 0.77 |
| Hex | EA | A0 | DE | 0 | 20 | 5 | 8 | 136 | 40 | 4D |
| Octal | 352 | 240 | 336 | 0 | 40 | 5 | 10 | 466 | 100 | 115 |
| Binary | 11101010 | 10100000 | 11011110 | 0 | 100000 | 101 | 1000 | 100110110 | 1000000 | 1001101 |
Color Harmonies of #EAA0DE
Complementary color
Monochromatic Colors of #EAA0DE
Black with #EAA0DE
Text Example
Text Example
White with #EAA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA0DE; }
p { color: rgb(234,160,222); }
H1.HeaderClassName
{
color: #EAA0DE;
}
.AnyTagClassName
{
color: #EAA0DE;
}
</style>
background-color css
<style>
a { background-color: #EAA0DE; }
a { background-color: rgb(234,160,222); }
div.DivClassName
{
background-color: #EAA0DE;
}
.BgClassName
{
background-color: #EAA0DE;
}
</style>
border-color css
<style>
span { border-color: #EAA0DE; }
span { border-color: rgb(234,160,222); }
td.TdClassName
{
border-color: #EAA0DE;
}
.TagClassName
{
border-color: #EAA0DE;
}
</style>