Shades of Plum #E58EE0
Tints of Plum #E58EE0
RGB
CMYK
RGB Variations
Color information
#E58EE0 (or 0xE58EE0) is known color: Plum. HEX triplet: E5, 8E and E0. RGB value is (229,142,224). Sum of RGB (Red+Green+Blue) = 229+142+224=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EE0 is #1A711F. Grayscale: #B1B1B1. Windows color (decimal): -1732896 or 14716645. OLE color: 14716645.
HSL color Cylindrical-coordinate representation of color #E58EE0: hue angle of 303.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58EE0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 224 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.10 |
| HSL | 303.45º | 0.63% | 0.73% | - |
| HSV(B) | 303.45º | 0.38% | 0.9% | - |
| XYZ | 55.44 | 41.39 | 75.59 | - |
| YUV | 177.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 224 | 0 | 0.38 | 0.02 | 0.10 | 303.45 | 0.63 | 0.73 |
| Hex | E5 | 8E | E0 | 0 | 26 | 2 | A | 12F | 3F | 49 |
| Octal | 345 | 216 | 340 | 0 | 46 | 2 | 12 | 457 | 77 | 111 |
| Binary | 11100101 | 10001110 | 11100000 | 0 | 100110 | 10 | 1010 | 100101111 | 111111 | 1001001 |
Color Harmonies of #E58EE0
Complementary color
Monochromatic Colors of #E58EE0
Black with #E58EE0
Text Example
Text Example
White with #E58EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EE0; }
p { color: rgb(229,142,224); }
H1.HeaderClassName
{
color: #E58EE0;
}
.AnyTagClassName
{
color: #E58EE0;
}
</style>
background-color css
<style>
a { background-color: #E58EE0; }
a { background-color: rgb(229,142,224); }
div.DivClassName
{
background-color: #E58EE0;
}
.BgClassName
{
background-color: #E58EE0;
}
</style>
border-color css
<style>
span { border-color: #E58EE0; }
span { border-color: rgb(229,142,224); }
td.TdClassName
{
border-color: #E58EE0;
}
.TagClassName
{
border-color: #E58EE0;
}
</style>