Shades of Plum #E59ED4
Tints of Plum #E59ED4
RGB
CMYK
RGB Variations
Color information
#E59ED4 (or 0xE59ED4) is known color: Plum. HEX triplet: E5, 9E and D4. RGB value is (229,158,212). Sum of RGB (Red+Green+Blue) = 229+158+212=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ED4 is #1A612B. Grayscale: #B9B9B9. Windows color (decimal): -1728812 or 13934309. OLE color: 13934309.
HSL color Cylindrical-coordinate representation of color #E59ED4: hue angle of 314.37º 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 #E59ED4 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 212 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.10 |
| HSL | 314.37º | 0.58% | 0.76% | - |
| HSV(B) | 314.37º | 0.31% | 0.9% | - |
| XYZ | 56.42 | 45.87 | 68.17 | - |
| YUV | 185.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 212 | 0 | 0.31 | 0.07 | 0.10 | 314.37 | 0.58 | 0.76 |
| Hex | E5 | 9E | D4 | 0 | 1F | 7 | A | 13A | 3A | 4C |
| Octal | 345 | 236 | 324 | 0 | 37 | 7 | 12 | 472 | 72 | 114 |
| Binary | 11100101 | 10011110 | 11010100 | 0 | 11111 | 111 | 1010 | 100111010 | 111010 | 1001100 |
Color Harmonies of #E59ED4
Complementary color
Monochromatic Colors of #E59ED4
Black with #E59ED4
Text Example
Text Example
White with #E59ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ED4; }
p { color: rgb(229,158,212); }
H1.HeaderClassName
{
color: #E59ED4;
}
.AnyTagClassName
{
color: #E59ED4;
}
</style>
background-color css
<style>
a { background-color: #E59ED4; }
a { background-color: rgb(229,158,212); }
div.DivClassName
{
background-color: #E59ED4;
}
.BgClassName
{
background-color: #E59ED4;
}
</style>
border-color css
<style>
span { border-color: #E59ED4; }
span { border-color: rgb(229,158,212); }
td.TdClassName
{
border-color: #E59ED4;
}
.TagClassName
{
border-color: #E59ED4;
}
</style>