Shades of Plum #E59EEB
Tints of Plum #E59EEB
RGB
CMYK
RGB Variations
Color information
#E59EEB (or 0xE59EEB) is known color: Plum. HEX triplet: E5, 9E and EB. RGB value is (229,158,235). Sum of RGB (Red+Green+Blue) = 229+158+235=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EEB is #1A6114. Grayscale: #BBBBBB. Windows color (decimal): -1728789 or 15441637. OLE color: 15441637.
HSL color Cylindrical-coordinate representation of color #E59EEB: hue angle of 295.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59EEB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 158 | 235 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.08 |
| HSL | 295.32º | 0.66% | 0.77% | - |
| HSV(B) | 295.32º | 0.33% | 0.92% | - |
| XYZ | 59.54 | 47.11 | 84.55 | - |
| YUV | 188.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 235 | 0.03 | 0.33 | 0 | 0.08 | 295.32 | 0.66 | 0.77 |
| Hex | E5 | 9E | EB | 3 | 21 | 0 | 8 | 127 | 42 | 4D |
| Octal | 345 | 236 | 353 | 3 | 41 | 0 | 10 | 447 | 102 | 115 |
| Binary | 11100101 | 10011110 | 11101011 | 11 | 100001 | 0 | 1000 | 100100111 | 1000010 | 1001101 |
Color Harmonies of #E59EEB
Complementary color
Monochromatic Colors of #E59EEB
Black with #E59EEB
Text Example
Text Example
White with #E59EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EEB; }
p { color: rgb(229,158,235); }
H1.HeaderClassName
{
color: #E59EEB;
}
.AnyTagClassName
{
color: #E59EEB;
}
</style>
background-color css
<style>
a { background-color: #E59EEB; }
a { background-color: rgb(229,158,235); }
div.DivClassName
{
background-color: #E59EEB;
}
.BgClassName
{
background-color: #E59EEB;
}
</style>
border-color css
<style>
span { border-color: #E59EEB; }
span { border-color: rgb(229,158,235); }
td.TdClassName
{
border-color: #E59EEB;
}
.TagClassName
{
border-color: #E59EEB;
}
</style>