Shades of Plum #E59EEF
Tints of Plum #E59EEF
RGB
CMYK
RGB Variations
Color information
#E59EEF (or 0xE59EEF) is known color: Plum. HEX triplet: E5, 9E and EF. RGB value is (229,158,239). Sum of RGB (Red+Green+Blue) = 229+158+239=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #E59EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EEF is #1A6110. Grayscale: #BCBCBC. Windows color (decimal): -1728785 or 15703781. OLE color: 15703781.
HSL color Cylindrical-coordinate representation of color #E59EEF: hue angle of 292.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59EEF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 158 | 239 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.06 |
| HSL | 292.59º | 0.72% | 0.78% | - |
| HSV(B) | 292.59º | 0.34% | 0.94% | - |
| XYZ | 60.12 | 47.34 | 87.63 | - |
| YUV | 188.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 239 | 0.04 | 0.34 | 0 | 0.06 | 292.59 | 0.72 | 0.78 |
| Hex | E5 | 9E | EF | 4 | 22 | 0 | 6 | 125 | 48 | 4E |
| Octal | 345 | 236 | 357 | 4 | 42 | 0 | 6 | 445 | 110 | 116 |
| Binary | 11100101 | 10011110 | 11101111 | 100 | 100010 | 0 | 110 | 100100101 | 1001000 | 1001110 |
Color Harmonies of #E59EEF
Complementary color
Monochromatic Colors of #E59EEF
Black with #E59EEF
Text Example
Text Example
White with #E59EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EEF; }
p { color: rgb(229,158,239); }
H1.HeaderClassName
{
color: #E59EEF;
}
.AnyTagClassName
{
color: #E59EEF;
}
</style>
background-color css
<style>
a { background-color: #E59EEF; }
a { background-color: rgb(229,158,239); }
div.DivClassName
{
background-color: #E59EEF;
}
.BgClassName
{
background-color: #E59EEF;
}
</style>
border-color css
<style>
span { border-color: #E59EEF; }
span { border-color: rgb(229,158,239); }
td.TdClassName
{
border-color: #E59EEF;
}
.TagClassName
{
border-color: #E59EEF;
}
</style>