Shades of Plum #E59BD1
Tints of Plum #E59BD1
RGB
CMYK
RGB Variations
Color information
#E59BD1 (or 0xE59BD1) is known color: Plum. HEX triplet: E5, 9B and D1. RGB value is (229,155,209). Sum of RGB (Red+Green+Blue) = 229+155+209=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BD1 is #1A642E. Grayscale: #B7B7B7. Windows color (decimal): -1729583 or 13736933. OLE color: 13736933.
HSL color Cylindrical-coordinate representation of color #E59BD1: hue angle of 316.22º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BD1 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 209 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.10 |
| HSL | 316.22º | 0.59% | 0.75% | - |
| HSV(B) | 316.22º | 0.32% | 0.9% | - |
| XYZ | 55.54 | 44.7 | 66.02 | - |
| YUV | 183.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 209 | 0 | 0.32 | 0.09 | 0.10 | 316.22 | 0.59 | 0.75 |
| Hex | E5 | 9B | D1 | 0 | 20 | 9 | A | 13C | 3B | 4B |
| Octal | 345 | 233 | 321 | 0 | 40 | 11 | 12 | 474 | 73 | 113 |
| Binary | 11100101 | 10011011 | 11010001 | 0 | 100000 | 1001 | 1010 | 100111100 | 111011 | 1001011 |
Color Harmonies of #E59BD1
Complementary color
Monochromatic Colors of #E59BD1
Black with #E59BD1
Text Example
Text Example
White with #E59BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BD1; }
p { color: rgb(229,155,209); }
H1.HeaderClassName
{
color: #E59BD1;
}
.AnyTagClassName
{
color: #E59BD1;
}
</style>
background-color css
<style>
a { background-color: #E59BD1; }
a { background-color: rgb(229,155,209); }
div.DivClassName
{
background-color: #E59BD1;
}
.BgClassName
{
background-color: #E59BD1;
}
</style>
border-color css
<style>
span { border-color: #E59BD1; }
span { border-color: rgb(229,155,209); }
td.TdClassName
{
border-color: #E59BD1;
}
.TagClassName
{
border-color: #E59BD1;
}
</style>