Shades of Plum #E59CEB
Tints of Plum #E59CEB
RGB
CMYK
RGB Variations
Color information
#E59CEB (or 0xE59CEB) is known color: Plum. HEX triplet: E5, 9C and EB. RGB value is (229,156,235). Sum of RGB (Red+Green+Blue) = 229+156+235=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59CEB is #1A6314. Grayscale: #BABABA. Windows color (decimal): -1729301 or 15441125. OLE color: 15441125.
HSL color Cylindrical-coordinate representation of color #E59CEB: hue angle of 295.44º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59CEB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 156 | 235 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.08 |
| HSL | 295.44º | 0.66% | 0.77% | - |
| HSV(B) | 295.44º | 0.34% | 0.92% | - |
| XYZ | 59.2 | 46.43 | 84.44 | - |
| YUV | 186.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 235 | 0.03 | 0.34 | 0 | 0.08 | 295.44 | 0.66 | 0.77 |
| Hex | E5 | 9C | EB | 3 | 22 | 0 | 8 | 127 | 42 | 4D |
| Octal | 345 | 234 | 353 | 3 | 42 | 0 | 10 | 447 | 102 | 115 |
| Binary | 11100101 | 10011100 | 11101011 | 11 | 100010 | 0 | 1000 | 100100111 | 1000010 | 1001101 |
Color Harmonies of #E59CEB
Complementary color
Monochromatic Colors of #E59CEB
Black with #E59CEB
Text Example
Text Example
White with #E59CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CEB; }
p { color: rgb(229,156,235); }
H1.HeaderClassName
{
color: #E59CEB;
}
.AnyTagClassName
{
color: #E59CEB;
}
</style>
background-color css
<style>
a { background-color: #E59CEB; }
a { background-color: rgb(229,156,235); }
div.DivClassName
{
background-color: #E59CEB;
}
.BgClassName
{
background-color: #E59CEB;
}
</style>
border-color css
<style>
span { border-color: #E59CEB; }
span { border-color: rgb(229,156,235); }
td.TdClassName
{
border-color: #E59CEB;
}
.TagClassName
{
border-color: #E59CEB;
}
</style>