Shades of Plum #E59BEB
Tints of Plum #E59BEB
RGB
CMYK
RGB Variations
Color information
#E59BEB (or 0xE59BEB) is known color: Plum. HEX triplet: E5, 9B and EB. RGB value is (229,155,235). Sum of RGB (Red+Green+Blue) = 229+155+235=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BEB is #1A6414. Grayscale: #B9B9B9. Windows color (decimal): -1729557 or 15440869. OLE color: 15440869.
HSL color Cylindrical-coordinate representation of color #E59BEB: hue angle of 295.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59BEB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 155 | 235 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.08 |
| HSL | 295.5º | 0.67% | 0.76% | - |
| HSV(B) | 295.5º | 0.34% | 0.92% | - |
| XYZ | 59.03 | 46.1 | 84.38 | - |
| YUV | 186.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 235 | 0.03 | 0.34 | 0 | 0.08 | 295.5 | 0.67 | 0.76 |
| Hex | E5 | 9B | EB | 3 | 22 | 0 | 8 | 128 | 43 | 4C |
| Octal | 345 | 233 | 353 | 3 | 42 | 0 | 10 | 450 | 103 | 114 |
| Binary | 11100101 | 10011011 | 11101011 | 11 | 100010 | 0 | 1000 | 100101000 | 1000011 | 1001100 |
Color Harmonies of #E59BEB
Complementary color
Monochromatic Colors of #E59BEB
Black with #E59BEB
Text Example
Text Example
White with #E59BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BEB; }
p { color: rgb(229,155,235); }
H1.HeaderClassName
{
color: #E59BEB;
}
.AnyTagClassName
{
color: #E59BEB;
}
</style>
background-color css
<style>
a { background-color: #E59BEB; }
a { background-color: rgb(229,155,235); }
div.DivClassName
{
background-color: #E59BEB;
}
.BgClassName
{
background-color: #E59BEB;
}
</style>
border-color css
<style>
span { border-color: #E59BEB; }
span { border-color: rgb(229,155,235); }
td.TdClassName
{
border-color: #E59BEB;
}
.TagClassName
{
border-color: #E59BEB;
}
</style>