Shades of Plum #E59ADA
Tints of Plum #E59ADA
RGB
CMYK
RGB Variations
Color information
#E59ADA (or 0xE59ADA) is known color: Plum. HEX triplet: E5, 9A and DA. RGB value is (229,154,218). Sum of RGB (Red+Green+Blue) = 229+154+218=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADA is #1A6525. Grayscale: #B7B7B7. Windows color (decimal): -1729830 or 14326501. OLE color: 14326501.
HSL color Cylindrical-coordinate representation of color #E59ADA: hue angle of 308.8º 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 #E59ADA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 218 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.10 |
| HSL | 308.8º | 0.59% | 0.75% | - |
| HSV(B) | 308.8º | 0.33% | 0.9% | - |
| XYZ | 56.52 | 44.83 | 72 | - |
| YUV | 183.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 218 | 0 | 0.33 | 0.05 | 0.10 | 308.8 | 0.59 | 0.75 |
| Hex | E5 | 9A | DA | 0 | 21 | 5 | A | 135 | 3B | 4B |
| Octal | 345 | 232 | 332 | 0 | 41 | 5 | 12 | 465 | 73 | 113 |
| Binary | 11100101 | 10011010 | 11011010 | 0 | 100001 | 101 | 1010 | 100110101 | 111011 | 1001011 |
Color Harmonies of #E59ADA
Complementary color
Monochromatic Colors of #E59ADA
Black with #E59ADA
Text Example
Text Example
White with #E59ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ADA; }
p { color: rgb(229,154,218); }
H1.HeaderClassName
{
color: #E59ADA;
}
.AnyTagClassName
{
color: #E59ADA;
}
</style>
background-color css
<style>
a { background-color: #E59ADA; }
a { background-color: rgb(229,154,218); }
div.DivClassName
{
background-color: #E59ADA;
}
.BgClassName
{
background-color: #E59ADA;
}
</style>
border-color css
<style>
span { border-color: #E59ADA; }
span { border-color: rgb(229,154,218); }
td.TdClassName
{
border-color: #E59ADA;
}
.TagClassName
{
border-color: #E59ADA;
}
</style>