Shades of Plum #E89CEC
Tints of Plum #E89CEC
RGB
CMYK
RGB Variations
Color information
#E89CEC (or 0xE89CEC) is known color: Plum. HEX triplet: E8, 9C and EC. RGB value is (232,156,236). Sum of RGB (Red+Green+Blue) = 232+156+236=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #E89CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CEC is #176313. Grayscale: #BBBBBB. Windows color (decimal): -1532692 or 15506664. OLE color: 15506664.
HSL color Cylindrical-coordinate representation of color #E89CEC: hue angle of 297º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89CEC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 156 | 236 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.07 |
| HSL | 297º | 0.68% | 0.77% | - |
| HSV(B) | 297º | 0.34% | 0.93% | - |
| XYZ | 60.31 | 46.99 | 85.25 | - |
| YUV | 187.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 236 | 0.02 | 0.34 | 0 | 0.07 | 297 | 0.68 | 0.77 |
| Hex | E8 | 9C | EC | 2 | 22 | 0 | 7 | 129 | 44 | 4D |
| Octal | 350 | 234 | 354 | 2 | 42 | 0 | 7 | 451 | 104 | 115 |
| Binary | 11101000 | 10011100 | 11101100 | 10 | 100010 | 0 | 111 | 100101001 | 1000100 | 1001101 |
Color Harmonies of #E89CEC
Complementary color
Monochromatic Colors of #E89CEC
Black with #E89CEC
Text Example
Text Example
White with #E89CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CEC; }
p { color: rgb(232,156,236); }
H1.HeaderClassName
{
color: #E89CEC;
}
.AnyTagClassName
{
color: #E89CEC;
}
</style>
background-color css
<style>
a { background-color: #E89CEC; }
a { background-color: rgb(232,156,236); }
div.DivClassName
{
background-color: #E89CEC;
}
.BgClassName
{
background-color: #E89CEC;
}
</style>
border-color css
<style>
span { border-color: #E89CEC; }
span { border-color: rgb(232,156,236); }
td.TdClassName
{
border-color: #E89CEC;
}
.TagClassName
{
border-color: #E89CEC;
}
</style>