Shades of Plum #E59DF0
Tints of Plum #E59DF0
RGB
CMYK
RGB Variations
Color information
#E59DF0 (or 0xE59DF0) is known color: Plum. HEX triplet: E5, 9D and F0. RGB value is (229,157,240). Sum of RGB (Red+Green+Blue) = 229+157+240=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #E59DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DF0 is #1A620F. Grayscale: #BBBBBB. Windows color (decimal): -1729040 or 15769061. OLE color: 15769061.
HSL color Cylindrical-coordinate representation of color #E59DF0: hue angle of 292.05º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59DF0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 157 | 240 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.06 |
| HSL | 292.05º | 0.73% | 0.78% | - |
| HSV(B) | 292.05º | 0.35% | 0.94% | - |
| XYZ | 60.1 | 47.06 | 88.35 | - |
| YUV | 187.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 240 | 0.05 | 0.35 | 0 | 0.06 | 292.05 | 0.73 | 0.78 |
| Hex | E5 | 9D | F0 | 5 | 23 | 0 | 6 | 124 | 49 | 4E |
| Octal | 345 | 235 | 360 | 5 | 43 | 0 | 6 | 444 | 111 | 116 |
| Binary | 11100101 | 10011101 | 11110000 | 101 | 100011 | 0 | 110 | 100100100 | 1001001 | 1001110 |
Color Harmonies of #E59DF0
Complementary color
Monochromatic Colors of #E59DF0
Black with #E59DF0
Text Example
Text Example
White with #E59DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DF0; }
p { color: rgb(229,157,240); }
H1.HeaderClassName
{
color: #E59DF0;
}
.AnyTagClassName
{
color: #E59DF0;
}
</style>
background-color css
<style>
a { background-color: #E59DF0; }
a { background-color: rgb(229,157,240); }
div.DivClassName
{
background-color: #E59DF0;
}
.BgClassName
{
background-color: #E59DF0;
}
</style>
border-color css
<style>
span { border-color: #E59DF0; }
span { border-color: rgb(229,157,240); }
td.TdClassName
{
border-color: #E59DF0;
}
.TagClassName
{
border-color: #E59DF0;
}
</style>