Shades of Plum #E59FDE
Tints of Plum #E59FDE
RGB
CMYK
RGB Variations
Color information
#E59FDE (or 0xE59FDE) is known color: Plum. HEX triplet: E5, 9F and DE. RGB value is (229,159,222). Sum of RGB (Red+Green+Blue) = 229+159+222=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FDE is #1A6021. Grayscale: #BABABA. Windows color (decimal): -1728546 or 14589925. OLE color: 14589925.
HSL color Cylindrical-coordinate representation of color #E59FDE: hue angle of 306º degrees, saturation: 0.57, 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 #E59FDE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 222 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.10 |
| HSL | 306º | 0.57% | 0.76% | - |
| HSV(B) | 306º | 0.31% | 0.9% | - |
| XYZ | 57.9 | 46.73 | 75.08 | - |
| YUV | 187.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 222 | 0 | 0.31 | 0.03 | 0.10 | 306 | 0.57 | 0.76 |
| Hex | E5 | 9F | DE | 0 | 1F | 3 | A | 132 | 39 | 4C |
| Octal | 345 | 237 | 336 | 0 | 37 | 3 | 12 | 462 | 71 | 114 |
| Binary | 11100101 | 10011111 | 11011110 | 0 | 11111 | 11 | 1010 | 100110010 | 111001 | 1001100 |
Color Harmonies of #E59FDE
Complementary color
Monochromatic Colors of #E59FDE
Black with #E59FDE
Text Example
Text Example
White with #E59FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FDE; }
p { color: rgb(229,159,222); }
H1.HeaderClassName
{
color: #E59FDE;
}
.AnyTagClassName
{
color: #E59FDE;
}
</style>
background-color css
<style>
a { background-color: #E59FDE; }
a { background-color: rgb(229,159,222); }
div.DivClassName
{
background-color: #E59FDE;
}
.BgClassName
{
background-color: #E59FDE;
}
</style>
border-color css
<style>
span { border-color: #E59FDE; }
span { border-color: rgb(229,159,222); }
td.TdClassName
{
border-color: #E59FDE;
}
.TagClassName
{
border-color: #E59FDE;
}
</style>