Shades of Plum #E89EF2
Tints of Plum #E89EF2
RGB
CMYK
RGB Variations
Color information
#E89EF2 (or 0xE89EF2) is known color: Plum. HEX triplet: E8, 9E and F2. RGB value is (232,158,242). Sum of RGB (Red+Green+Blue) = 232+158+242=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #E89EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89EF2 is #17610D. Grayscale: #BDBDBD. Windows color (decimal): -1532174 or 15900392. OLE color: 15900392.
HSL color Cylindrical-coordinate representation of color #E89EF2: hue angle of 292.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89EF2 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 158 | 242 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.05 |
| HSL | 292.86º | 0.76% | 0.78% | - |
| HSV(B) | 292.86º | 0.35% | 0.95% | - |
| XYZ | 61.53 | 48.02 | 90.03 | - |
| YUV | 189.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 242 | 0.04 | 0.35 | 0 | 0.05 | 292.86 | 0.76 | 0.78 |
| Hex | E8 | 9E | F2 | 4 | 23 | 0 | 5 | 125 | 4C | 4E |
| Octal | 350 | 236 | 362 | 4 | 43 | 0 | 5 | 445 | 114 | 116 |
| Binary | 11101000 | 10011110 | 11110010 | 100 | 100011 | 0 | 101 | 100100101 | 1001100 | 1001110 |
Color Harmonies of #E89EF2
Complementary color
Monochromatic Colors of #E89EF2
Black with #E89EF2
Text Example
Text Example
White with #E89EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89EF2; }
p { color: rgb(232,158,242); }
H1.HeaderClassName
{
color: #E89EF2;
}
.AnyTagClassName
{
color: #E89EF2;
}
</style>
background-color css
<style>
a { background-color: #E89EF2; }
a { background-color: rgb(232,158,242); }
div.DivClassName
{
background-color: #E89EF2;
}
.BgClassName
{
background-color: #E89EF2;
}
</style>
border-color css
<style>
span { border-color: #E89EF2; }
span { border-color: rgb(232,158,242); }
td.TdClassName
{
border-color: #E89EF2;
}
.TagClassName
{
border-color: #E89EF2;
}
</style>