Shades of Plum #E59EE7
Tints of Plum #E59EE7
RGB
CMYK
RGB Variations
Color information
#E59EE7 (or 0xE59EE7) is known color: Plum. HEX triplet: E5, 9E and E7. RGB value is (229,158,231). Sum of RGB (Red+Green+Blue) = 229+158+231=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #E59EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EE7 is #1A6118. Grayscale: #BBBBBB. Windows color (decimal): -1728793 or 15179493. OLE color: 15179493.
HSL color Cylindrical-coordinate representation of color #E59EE7: hue angle of 298.36º degrees, saturation: 0.6, 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 #E59EE7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 158 | 231 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 298.36º | 0.6% | 0.76% | - |
| HSV(B) | 298.36º | 0.32% | 0.91% | - |
| XYZ | 58.96 | 46.88 | 81.54 | - |
| YUV | 187.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 231 | 0.01 | 0.32 | 0 | 0.09 | 298.36 | 0.6 | 0.76 |
| Hex | E5 | 9E | E7 | 1 | 20 | 0 | 9 | 12A | 3C | 4C |
| Octal | 345 | 236 | 347 | 1 | 40 | 0 | 11 | 452 | 74 | 114 |
| Binary | 11100101 | 10011110 | 11100111 | 1 | 100000 | 0 | 1001 | 100101010 | 111100 | 1001100 |
Color Harmonies of #E59EE7
Complementary color
Monochromatic Colors of #E59EE7
Black with #E59EE7
Text Example
Text Example
White with #E59EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EE7; }
p { color: rgb(229,158,231); }
H1.HeaderClassName
{
color: #E59EE7;
}
.AnyTagClassName
{
color: #E59EE7;
}
</style>
background-color css
<style>
a { background-color: #E59EE7; }
a { background-color: rgb(229,158,231); }
div.DivClassName
{
background-color: #E59EE7;
}
.BgClassName
{
background-color: #E59EE7;
}
</style>
border-color css
<style>
span { border-color: #E59EE7; }
span { border-color: rgb(229,158,231); }
td.TdClassName
{
border-color: #E59EE7;
}
.TagClassName
{
border-color: #E59EE7;
}
</style>