Shades of Plum #E59FDA
Tints of Plum #E59FDA
RGB
CMYK
RGB Variations
Color information
#E59FDA (or 0xE59FDA) is known color: Plum. HEX triplet: E5, 9F and DA. RGB value is (229,159,218). Sum of RGB (Red+Green+Blue) = 229+159+218=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FDA is #1A6025. Grayscale: #BABABA. Windows color (decimal): -1728550 or 14327781. OLE color: 14327781.
HSL color Cylindrical-coordinate representation of color #E59FDA: hue angle of 309.43º 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 #E59FDA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 218 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.10 |
| HSL | 309.43º | 0.57% | 0.76% | - |
| HSV(B) | 309.43º | 0.31% | 0.9% | - |
| XYZ | 57.37 | 46.52 | 72.28 | - |
| YUV | 186.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 218 | 0 | 0.31 | 0.05 | 0.10 | 309.43 | 0.57 | 0.76 |
| Hex | E5 | 9F | DA | 0 | 1F | 5 | A | 135 | 39 | 4C |
| Octal | 345 | 237 | 332 | 0 | 37 | 5 | 12 | 465 | 71 | 114 |
| Binary | 11100101 | 10011111 | 11011010 | 0 | 11111 | 101 | 1010 | 100110101 | 111001 | 1001100 |
Color Harmonies of #E59FDA
Complementary color
Monochromatic Colors of #E59FDA
Black with #E59FDA
Text Example
Text Example
White with #E59FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FDA; }
p { color: rgb(229,159,218); }
H1.HeaderClassName
{
color: #E59FDA;
}
.AnyTagClassName
{
color: #E59FDA;
}
</style>
background-color css
<style>
a { background-color: #E59FDA; }
a { background-color: rgb(229,159,218); }
div.DivClassName
{
background-color: #E59FDA;
}
.BgClassName
{
background-color: #E59FDA;
}
</style>
border-color css
<style>
span { border-color: #E59FDA; }
span { border-color: rgb(229,159,218); }
td.TdClassName
{
border-color: #E59FDA;
}
.TagClassName
{
border-color: #E59FDA;
}
</style>