Shades of Plum #E0A0EA
Tints of Plum #E0A0EA
RGB
CMYK
RGB Variations
Color information
#E0A0EA (or 0xE0A0EA) is known color: Plum. HEX triplet: E0, A0 and EA. RGB value is (224,160,234). Sum of RGB (Red+Green+Blue) = 224+160+234=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0A0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A0EA is #1F5F15. Grayscale: #BBBBBB. Windows color (decimal): -2055958 or 15376608. OLE color: 15376608.
HSL color Cylindrical-coordinate representation of color #E0A0EA: hue angle of 291.89º 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 #E0A0EA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 160 | 234 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.08 |
| HSL | 291.89º | 0.64% | 0.77% | - |
| HSV(B) | 291.89º | 0.32% | 0.92% | - |
| XYZ | 58.16 | 46.93 | 83.83 | - |
| YUV | 187.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 234 | 0.04 | 0.32 | 0 | 0.08 | 291.89 | 0.64 | 0.77 |
| Hex | E0 | A0 | EA | 4 | 20 | 0 | 8 | 124 | 40 | 4D |
| Octal | 340 | 240 | 352 | 4 | 40 | 0 | 10 | 444 | 100 | 115 |
| Binary | 11100000 | 10100000 | 11101010 | 100 | 100000 | 0 | 1000 | 100100100 | 1000000 | 1001101 |
Color Harmonies of #E0A0EA
Complementary color
Monochromatic Colors of #E0A0EA
Black with #E0A0EA
Text Example
Text Example
White with #E0A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A0EA; }
p { color: rgb(224,160,234); }
H1.HeaderClassName
{
color: #E0A0EA;
}
.AnyTagClassName
{
color: #E0A0EA;
}
</style>
background-color css
<style>
a { background-color: #E0A0EA; }
a { background-color: rgb(224,160,234); }
div.DivClassName
{
background-color: #E0A0EA;
}
.BgClassName
{
background-color: #E0A0EA;
}
</style>
border-color css
<style>
span { border-color: #E0A0EA; }
span { border-color: rgb(224,160,234); }
td.TdClassName
{
border-color: #E0A0EA;
}
.TagClassName
{
border-color: #E0A0EA;
}
</style>