Shades of Plum #E08EE0
Tints of Plum #E08EE0
RGB
CMYK
RGB Variations
Color information
#E08EE0 (or 0xE08EE0) is known color: Plum. HEX triplet: E0, 8E and E0. RGB value is (224,142,224). Sum of RGB (Red+Green+Blue) = 224+142+224=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E08EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EE0 is #1F711F. Grayscale: #AFAFAF. Windows color (decimal): -2060576 or 14716640. OLE color: 14716640.
HSL color Cylindrical-coordinate representation of color #E08EE0: hue angle of 300º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08EE0 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 224 | - |
| CMYK | 0 | 0.37 | 0 | 0.12 |
| HSL | 300º | 0.57% | 0.72% | - |
| HSV(B) | 300º | 0.37% | 0.88% | - |
| XYZ | 53.87 | 40.58 | 75.51 | - |
| YUV | 175.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 224 | 0 | 0.37 | 0 | 0.12 | 300 | 0.57 | 0.72 |
| Hex | E0 | 8E | E0 | 0 | 25 | 0 | C | 12C | 39 | 48 |
| Octal | 340 | 216 | 340 | 0 | 45 | 0 | 14 | 454 | 71 | 110 |
| Binary | 11100000 | 10001110 | 11100000 | 0 | 100101 | 0 | 1100 | 100101100 | 111001 | 1001000 |
Color Harmonies of #E08EE0
Complementary color
Monochromatic Colors of #E08EE0
Black with #E08EE0
Text Example
Text Example
White with #E08EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EE0; }
p { color: rgb(224,142,224); }
H1.HeaderClassName
{
color: #E08EE0;
}
.AnyTagClassName
{
color: #E08EE0;
}
</style>
background-color css
<style>
a { background-color: #E08EE0; }
a { background-color: rgb(224,142,224); }
div.DivClassName
{
background-color: #E08EE0;
}
.BgClassName
{
background-color: #E08EE0;
}
</style>
border-color css
<style>
span { border-color: #E08EE0; }
span { border-color: rgb(224,142,224); }
td.TdClassName
{
border-color: #E08EE0;
}
.TagClassName
{
border-color: #E08EE0;
}
</style>