Shades of Plum #E59FDF
Tints of Plum #E59FDF
RGB
CMYK
RGB Variations
Color information
#E59FDF (or 0xE59FDF) is known color: Plum. HEX triplet: E5, 9F and DF. RGB value is (229,159,223). Sum of RGB (Red+Green+Blue) = 229+159+223=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FDF is #1A6020. Grayscale: #BBBBBB. Windows color (decimal): -1728545 or 14655461. OLE color: 14655461.
HSL color Cylindrical-coordinate representation of color #E59FDF: hue angle of 305.14º 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 #E59FDF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 223 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.10 |
| HSL | 305.14º | 0.57% | 0.76% | - |
| HSV(B) | 305.14º | 0.31% | 0.9% | - |
| XYZ | 58.03 | 46.78 | 75.78 | - |
| YUV | 187.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 223 | 0 | 0.31 | 0.03 | 0.10 | 305.14 | 0.57 | 0.76 |
| Hex | E5 | 9F | DF | 0 | 1F | 3 | A | 131 | 39 | 4C |
| Octal | 345 | 237 | 337 | 0 | 37 | 3 | 12 | 461 | 71 | 114 |
| Binary | 11100101 | 10011111 | 11011111 | 0 | 11111 | 11 | 1010 | 100110001 | 111001 | 1001100 |
Color Harmonies of #E59FDF
Complementary color
Monochromatic Colors of #E59FDF
Black with #E59FDF
Text Example
Text Example
White with #E59FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FDF; }
p { color: rgb(229,159,223); }
H1.HeaderClassName
{
color: #E59FDF;
}
.AnyTagClassName
{
color: #E59FDF;
}
</style>
background-color css
<style>
a { background-color: #E59FDF; }
a { background-color: rgb(229,159,223); }
div.DivClassName
{
background-color: #E59FDF;
}
.BgClassName
{
background-color: #E59FDF;
}
</style>
border-color css
<style>
span { border-color: #E59FDF; }
span { border-color: rgb(229,159,223); }
td.TdClassName
{
border-color: #E59FDF;
}
.TagClassName
{
border-color: #E59FDF;
}
</style>