Shades of Plum #E59BED
Tints of Plum #E59BED
RGB
CMYK
RGB Variations
Color information
#E59BED (or 0xE59BED) is known color: Plum. HEX triplet: E5, 9B and ED. RGB value is (229,155,237). Sum of RGB (Red+Green+Blue) = 229+155+237=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #E59BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BED is #1A6412. Grayscale: #BABABA. Windows color (decimal): -1729555 or 15571941. OLE color: 15571941.
HSL color Cylindrical-coordinate representation of color #E59BED: hue angle of 294.15º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59BED is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 155 | 237 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.07 |
| HSL | 294.15º | 0.69% | 0.77% | - |
| HSV(B) | 294.15º | 0.35% | 0.93% | - |
| XYZ | 59.32 | 46.22 | 85.91 | - |
| YUV | 186.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 237 | 0.03 | 0.35 | 0 | 0.07 | 294.15 | 0.69 | 0.77 |
| Hex | E5 | 9B | ED | 3 | 23 | 0 | 7 | 126 | 45 | 4D |
| Octal | 345 | 233 | 355 | 3 | 43 | 0 | 7 | 446 | 105 | 115 |
| Binary | 11100101 | 10011011 | 11101101 | 11 | 100011 | 0 | 111 | 100100110 | 1000101 | 1001101 |
Color Harmonies of #E59BED
Complementary color
Monochromatic Colors of #E59BED
Black with #E59BED
Text Example
Text Example
White with #E59BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BED; }
p { color: rgb(229,155,237); }
H1.HeaderClassName
{
color: #E59BED;
}
.AnyTagClassName
{
color: #E59BED;
}
</style>
background-color css
<style>
a { background-color: #E59BED; }
a { background-color: rgb(229,155,237); }
div.DivClassName
{
background-color: #E59BED;
}
.BgClassName
{
background-color: #E59BED;
}
</style>
border-color css
<style>
span { border-color: #E59BED; }
span { border-color: rgb(229,155,237); }
td.TdClassName
{
border-color: #E59BED;
}
.TagClassName
{
border-color: #E59BED;
}
</style>