Shades of Plum #E59FDB
Tints of Plum #E59FDB
RGB
CMYK
RGB Variations
Color information
#E59FDB (or 0xE59FDB) is known color: Plum. HEX triplet: E5, 9F and DB. RGB value is (229,159,219). Sum of RGB (Red+Green+Blue) = 229+159+219=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FDB is #1A6024. Grayscale: #BABABA. Windows color (decimal): -1728549 or 14393317. OLE color: 14393317.
HSL color Cylindrical-coordinate representation of color #E59FDB: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59FDB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 219 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.10 |
| HSL | 308.57º | 0.57% | 0.76% | - |
| HSV(B) | 308.57º | 0.31% | 0.9% | - |
| XYZ | 57.5 | 46.57 | 72.98 | - |
| YUV | 186.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 219 | 0 | 0.31 | 0.04 | 0.10 | 308.57 | 0.57 | 0.76 |
| Hex | E5 | 9F | DB | 0 | 1F | 4 | A | 135 | 39 | 4C |
| Octal | 345 | 237 | 333 | 0 | 37 | 4 | 12 | 465 | 71 | 114 |
| Binary | 11100101 | 10011111 | 11011011 | 0 | 11111 | 100 | 1010 | 100110101 | 111001 | 1001100 |
Color Harmonies of #E59FDB
Complementary color
Monochromatic Colors of #E59FDB
Black with #E59FDB
Text Example
Text Example
White with #E59FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FDB; }
p { color: rgb(229,159,219); }
H1.HeaderClassName
{
color: #E59FDB;
}
.AnyTagClassName
{
color: #E59FDB;
}
</style>
background-color css
<style>
a { background-color: #E59FDB; }
a { background-color: rgb(229,159,219); }
div.DivClassName
{
background-color: #E59FDB;
}
.BgClassName
{
background-color: #E59FDB;
}
</style>
border-color css
<style>
span { border-color: #E59FDB; }
span { border-color: rgb(229,159,219); }
td.TdClassName
{
border-color: #E59FDB;
}
.TagClassName
{
border-color: #E59FDB;
}
</style>