Shades of Plum #E59ADB
Tints of Plum #E59ADB
RGB
CMYK
RGB Variations
Color information
#E59ADB (or 0xE59ADB) is known color: Plum. HEX triplet: E5, 9A and DB. RGB value is (229,154,219). Sum of RGB (Red+Green+Blue) = 229+154+219=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADB is #1A6524. Grayscale: #B7B7B7. Windows color (decimal): -1729829 or 14392037. OLE color: 14392037.
HSL color Cylindrical-coordinate representation of color #E59ADB: hue angle of 308º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59ADB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 219 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.10 |
| HSL | 308º | 0.59% | 0.75% | - |
| HSV(B) | 308º | 0.33% | 0.9% | - |
| XYZ | 56.65 | 44.88 | 72.7 | - |
| YUV | 183.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 219 | 0 | 0.33 | 0.04 | 0.10 | 308 | 0.59 | 0.75 |
| Hex | E5 | 9A | DB | 0 | 21 | 4 | A | 134 | 3B | 4B |
| Octal | 345 | 232 | 333 | 0 | 41 | 4 | 12 | 464 | 73 | 113 |
| Binary | 11100101 | 10011010 | 11011011 | 0 | 100001 | 100 | 1010 | 100110100 | 111011 | 1001011 |
Color Harmonies of #E59ADB
Complementary color
Monochromatic Colors of #E59ADB
Black with #E59ADB
Text Example
Text Example
White with #E59ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ADB; }
p { color: rgb(229,154,219); }
H1.HeaderClassName
{
color: #E59ADB;
}
.AnyTagClassName
{
color: #E59ADB;
}
</style>
background-color css
<style>
a { background-color: #E59ADB; }
a { background-color: rgb(229,154,219); }
div.DivClassName
{
background-color: #E59ADB;
}
.BgClassName
{
background-color: #E59ADB;
}
</style>
border-color css
<style>
span { border-color: #E59ADB; }
span { border-color: rgb(229,154,219); }
td.TdClassName
{
border-color: #E59ADB;
}
.TagClassName
{
border-color: #E59ADB;
}
</style>