Shades of Plum #E59EE8
Tints of Plum #E59EE8
RGB
CMYK
RGB Variations
Color information
#E59EE8 (or 0xE59EE8) is known color: Plum. HEX triplet: E5, 9E and E8. RGB value is (229,158,232). Sum of RGB (Red+Green+Blue) = 229+158+232=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #E59EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EE8 is #1A6117. Grayscale: #BBBBBB. Windows color (decimal): -1728792 or 15245029. OLE color: 15245029.
HSL color Cylindrical-coordinate representation of color #E59EE8: hue angle of 297.57º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59EE8 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 158 | 232 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 297.57º | 0.62% | 0.76% | - |
| HSV(B) | 297.57º | 0.32% | 0.91% | - |
| XYZ | 59.11 | 46.94 | 82.29 | - |
| YUV | 187.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 232 | 0.01 | 0.32 | 0 | 0.09 | 297.57 | 0.62 | 0.76 |
| Hex | E5 | 9E | E8 | 1 | 20 | 0 | 9 | 12A | 3E | 4C |
| Octal | 345 | 236 | 350 | 1 | 40 | 0 | 11 | 452 | 76 | 114 |
| Binary | 11100101 | 10011110 | 11101000 | 1 | 100000 | 0 | 1001 | 100101010 | 111110 | 1001100 |
Color Harmonies of #E59EE8
Complementary color
Monochromatic Colors of #E59EE8
Black with #E59EE8
Text Example
Text Example
White with #E59EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EE8; }
p { color: rgb(229,158,232); }
H1.HeaderClassName
{
color: #E59EE8;
}
.AnyTagClassName
{
color: #E59EE8;
}
</style>
background-color css
<style>
a { background-color: #E59EE8; }
a { background-color: rgb(229,158,232); }
div.DivClassName
{
background-color: #E59EE8;
}
.BgClassName
{
background-color: #E59EE8;
}
</style>
border-color css
<style>
span { border-color: #E59EE8; }
span { border-color: rgb(229,158,232); }
td.TdClassName
{
border-color: #E59EE8;
}
.TagClassName
{
border-color: #E59EE8;
}
</style>