Shades of Plum #E59EDC
Tints of Plum #E59EDC
RGB
CMYK
RGB Variations
Color information
#E59EDC (or 0xE59EDC) is known color: Plum. HEX triplet: E5, 9E and DC. RGB value is (229,158,220). Sum of RGB (Red+Green+Blue) = 229+158+220=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E59EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59EDC is #1A6123. Grayscale: #BABABA. Windows color (decimal): -1728804 or 14458597. OLE color: 14458597.
HSL color Cylindrical-coordinate representation of color #E59EDC: hue angle of 307.61º degrees, saturation: 0.58, 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 #E59EDC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 220 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.10 |
| HSL | 307.61º | 0.58% | 0.76% | - |
| HSV(B) | 307.61º | 0.31% | 0.9% | - |
| XYZ | 57.46 | 46.28 | 73.61 | - |
| YUV | 186.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 220 | 0 | 0.31 | 0.04 | 0.10 | 307.61 | 0.58 | 0.76 |
| Hex | E5 | 9E | DC | 0 | 1F | 4 | A | 134 | 3A | 4C |
| Octal | 345 | 236 | 334 | 0 | 37 | 4 | 12 | 464 | 72 | 114 |
| Binary | 11100101 | 10011110 | 11011100 | 0 | 11111 | 100 | 1010 | 100110100 | 111010 | 1001100 |
Color Harmonies of #E59EDC
Complementary color
Monochromatic Colors of #E59EDC
Black with #E59EDC
Text Example
Text Example
White with #E59EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59EDC; }
p { color: rgb(229,158,220); }
H1.HeaderClassName
{
color: #E59EDC;
}
.AnyTagClassName
{
color: #E59EDC;
}
</style>
background-color css
<style>
a { background-color: #E59EDC; }
a { background-color: rgb(229,158,220); }
div.DivClassName
{
background-color: #E59EDC;
}
.BgClassName
{
background-color: #E59EDC;
}
</style>
border-color css
<style>
span { border-color: #E59EDC; }
span { border-color: rgb(229,158,220); }
td.TdClassName
{
border-color: #E59EDC;
}
.TagClassName
{
border-color: #E59EDC;
}
</style>