Shades of Plum #E59DE8
Tints of Plum #E59DE8
RGB
CMYK
RGB Variations
Color information
#E59DE8 (or 0xE59DE8) is known color: Plum. HEX triplet: E5, 9D and E8. RGB value is (229,157,232). Sum of RGB (Red+Green+Blue) = 229+157+232=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #E59DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DE8 is #1A6217. Grayscale: #BABABA. Windows color (decimal): -1729048 or 15244773. OLE color: 15244773.
HSL color Cylindrical-coordinate representation of color #E59DE8: hue angle of 297.6º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59DE8 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 157 | 232 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 297.6º | 0.62% | 0.76% | - |
| HSV(B) | 297.6º | 0.32% | 0.91% | - |
| XYZ | 58.94 | 46.6 | 82.23 | - |
| YUV | 187.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 232 | 0.01 | 0.32 | 0 | 0.09 | 297.6 | 0.62 | 0.76 |
| Hex | E5 | 9D | E8 | 1 | 20 | 0 | 9 | 12A | 3E | 4C |
| Octal | 345 | 235 | 350 | 1 | 40 | 0 | 11 | 452 | 76 | 114 |
| Binary | 11100101 | 10011101 | 11101000 | 1 | 100000 | 0 | 1001 | 100101010 | 111110 | 1001100 |
Color Harmonies of #E59DE8
Complementary color
Monochromatic Colors of #E59DE8
Black with #E59DE8
Text Example
Text Example
White with #E59DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DE8; }
p { color: rgb(229,157,232); }
H1.HeaderClassName
{
color: #E59DE8;
}
.AnyTagClassName
{
color: #E59DE8;
}
</style>
background-color css
<style>
a { background-color: #E59DE8; }
a { background-color: rgb(229,157,232); }
div.DivClassName
{
background-color: #E59DE8;
}
.BgClassName
{
background-color: #E59DE8;
}
</style>
border-color css
<style>
span { border-color: #E59DE8; }
span { border-color: rgb(229,157,232); }
td.TdClassName
{
border-color: #E59DE8;
}
.TagClassName
{
border-color: #E59DE8;
}
</style>