Shades of Plum #E59BEC
Tints of Plum #E59BEC
RGB
CMYK
RGB Variations
Color information
#E59BEC (or 0xE59BEC) is known color: Plum. HEX triplet: E5, 9B and EC. RGB value is (229,155,236). Sum of RGB (Red+Green+Blue) = 229+155+236=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E59BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BEC is #1A6413. Grayscale: #BABABA. Windows color (decimal): -1729556 or 15506405. OLE color: 15506405.
HSL color Cylindrical-coordinate representation of color #E59BEC: hue angle of 294.81º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59BEC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 155 | 236 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.07 |
| HSL | 294.81º | 0.68% | 0.77% | - |
| HSV(B) | 294.81º | 0.34% | 0.93% | - |
| XYZ | 59.17 | 46.16 | 85.15 | - |
| YUV | 186.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 236 | 0.03 | 0.34 | 0 | 0.07 | 294.81 | 0.68 | 0.77 |
| Hex | E5 | 9B | EC | 3 | 22 | 0 | 7 | 127 | 44 | 4D |
| Octal | 345 | 233 | 354 | 3 | 42 | 0 | 7 | 447 | 104 | 115 |
| Binary | 11100101 | 10011011 | 11101100 | 11 | 100010 | 0 | 111 | 100100111 | 1000100 | 1001101 |
Color Harmonies of #E59BEC
Complementary color
Monochromatic Colors of #E59BEC
Black with #E59BEC
Text Example
Text Example
White with #E59BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BEC; }
p { color: rgb(229,155,236); }
H1.HeaderClassName
{
color: #E59BEC;
}
.AnyTagClassName
{
color: #E59BEC;
}
</style>
background-color css
<style>
a { background-color: #E59BEC; }
a { background-color: rgb(229,155,236); }
div.DivClassName
{
background-color: #E59BEC;
}
.BgClassName
{
background-color: #E59BEC;
}
</style>
border-color css
<style>
span { border-color: #E59BEC; }
span { border-color: rgb(229,155,236); }
td.TdClassName
{
border-color: #E59BEC;
}
.TagClassName
{
border-color: #E59BEC;
}
</style>