Shades of Plum #E59EDB
Tints of Plum #E59EDB
RGB
CMYK
RGB Variations
Color information
#E59EDB (or 0xE59EDB) is known color: Plum. HEX triplet: E5, 9E and DB. RGB value is (229,158,219). Sum of RGB (Red+Green+Blue) = 229+158+219=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EDB is #1A6124. Grayscale: #BABABA. Windows color (decimal): -1728805 or 14393061. OLE color: 14393061.
HSL color Cylindrical-coordinate representation of color #E59EDB: hue angle of 308.45º degrees, saturation: 0.58, 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 #E59EDB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 219 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.10 |
| HSL | 308.45º | 0.58% | 0.76% | - |
| HSV(B) | 308.45º | 0.31% | 0.9% | - |
| XYZ | 57.33 | 46.23 | 72.92 | - |
| YUV | 186.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 219 | 0 | 0.31 | 0.04 | 0.10 | 308.45 | 0.58 | 0.76 |
| Hex | E5 | 9E | DB | 0 | 1F | 4 | A | 134 | 3A | 4C |
| Octal | 345 | 236 | 333 | 0 | 37 | 4 | 12 | 464 | 72 | 114 |
| Binary | 11100101 | 10011110 | 11011011 | 0 | 11111 | 100 | 1010 | 100110100 | 111010 | 1001100 |
Color Harmonies of #E59EDB
Complementary color
Monochromatic Colors of #E59EDB
Black with #E59EDB
Text Example
Text Example
White with #E59EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EDB; }
p { color: rgb(229,158,219); }
H1.HeaderClassName
{
color: #E59EDB;
}
.AnyTagClassName
{
color: #E59EDB;
}
</style>
background-color css
<style>
a { background-color: #E59EDB; }
a { background-color: rgb(229,158,219); }
div.DivClassName
{
background-color: #E59EDB;
}
.BgClassName
{
background-color: #E59EDB;
}
</style>
border-color css
<style>
span { border-color: #E59EDB; }
span { border-color: rgb(229,158,219); }
td.TdClassName
{
border-color: #E59EDB;
}
.TagClassName
{
border-color: #E59EDB;
}
</style>