Shades of Plum #E59ADE
Tints of Plum #E59ADE
RGB
CMYK
RGB Variations
Color information
#E59ADE (or 0xE59ADE) is known color: Plum. HEX triplet: E5, 9A and DE. RGB value is (229,154,222). Sum of RGB (Red+Green+Blue) = 229+154+222=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ADE is #1A6521. Grayscale: #B7B7B7. Windows color (decimal): -1729826 or 14588645. OLE color: 14588645.
HSL color Cylindrical-coordinate representation of color #E59ADE: hue angle of 305.6º 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 #E59ADE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 222 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.10 |
| HSL | 305.6º | 0.59% | 0.75% | - |
| HSV(B) | 305.6º | 0.33% | 0.9% | - |
| XYZ | 57.05 | 45.04 | 74.79 | - |
| YUV | 184.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 222 | 0 | 0.33 | 0.03 | 0.10 | 305.6 | 0.59 | 0.75 |
| Hex | E5 | 9A | DE | 0 | 21 | 3 | A | 132 | 3B | 4B |
| Octal | 345 | 232 | 336 | 0 | 41 | 3 | 12 | 462 | 73 | 113 |
| Binary | 11100101 | 10011010 | 11011110 | 0 | 100001 | 11 | 1010 | 100110010 | 111011 | 1001011 |
Color Harmonies of #E59ADE
Complementary color
Monochromatic Colors of #E59ADE
Black with #E59ADE
Text Example
Text Example
White with #E59ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ADE; }
p { color: rgb(229,154,222); }
H1.HeaderClassName
{
color: #E59ADE;
}
.AnyTagClassName
{
color: #E59ADE;
}
</style>
background-color css
<style>
a { background-color: #E59ADE; }
a { background-color: rgb(229,154,222); }
div.DivClassName
{
background-color: #E59ADE;
}
.BgClassName
{
background-color: #E59ADE;
}
</style>
border-color css
<style>
span { border-color: #E59ADE; }
span { border-color: rgb(229,154,222); }
td.TdClassName
{
border-color: #E59ADE;
}
.TagClassName
{
border-color: #E59ADE;
}
</style>