Shades of Plum #E89EE0
Tints of Plum #E89EE0
RGB
CMYK
RGB Variations
Color information
#E89EE0 (or 0xE89EE0) is known color: Plum. HEX triplet: E8, 9E and E0. RGB value is (232,158,224). Sum of RGB (Red+Green+Blue) = 232+158+224=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EE0 is #17611F. Grayscale: #BBBBBB. Windows color (decimal): -1532192 or 14720744. OLE color: 14720744.
HSL color Cylindrical-coordinate representation of color #E89EE0: hue angle of 306.49º 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 #E89EE0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 224 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.09 |
| HSL | 306.49º | 0.62% | 0.76% | - |
| HSV(B) | 306.49º | 0.32% | 0.91% | - |
| XYZ | 58.96 | 46.99 | 76.48 | - |
| YUV | 187.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 224 | 0 | 0.32 | 0.03 | 0.09 | 306.49 | 0.62 | 0.76 |
| Hex | E8 | 9E | E0 | 0 | 20 | 3 | 9 | 132 | 3E | 4C |
| Octal | 350 | 236 | 340 | 0 | 40 | 3 | 11 | 462 | 76 | 114 |
| Binary | 11101000 | 10011110 | 11100000 | 0 | 100000 | 11 | 1001 | 100110010 | 111110 | 1001100 |
Color Harmonies of #E89EE0
Complementary color
Monochromatic Colors of #E89EE0
Black with #E89EE0
Text Example
Text Example
White with #E89EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89EE0; }
p { color: rgb(232,158,224); }
H1.HeaderClassName
{
color: #E89EE0;
}
.AnyTagClassName
{
color: #E89EE0;
}
</style>
background-color css
<style>
a { background-color: #E89EE0; }
a { background-color: rgb(232,158,224); }
div.DivClassName
{
background-color: #E89EE0;
}
.BgClassName
{
background-color: #E89EE0;
}
</style>
border-color css
<style>
span { border-color: #E89EE0; }
span { border-color: rgb(232,158,224); }
td.TdClassName
{
border-color: #E89EE0;
}
.TagClassName
{
border-color: #E89EE0;
}
</style>