Shades of Plum #E89EF1
Tints of Plum #E89EF1
RGB
CMYK
RGB Variations
Color information
#E89EF1 (or 0xE89EF1) is known color: Plum. HEX triplet: E8, 9E and F1. RGB value is (232,158,241). Sum of RGB (Red+Green+Blue) = 232+158+241=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #E89EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89EF1 is #17610E. Grayscale: #BDBDBD. Windows color (decimal): -1532175 or 15834856. OLE color: 15834856.
HSL color Cylindrical-coordinate representation of color #E89EF1: hue angle of 293.49º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89EF1 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 158 | 241 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.05 |
| HSL | 293.49º | 0.75% | 0.78% | - |
| HSV(B) | 293.49º | 0.34% | 0.95% | - |
| XYZ | 61.38 | 47.96 | 89.24 | - |
| YUV | 189.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 241 | 0.04 | 0.34 | 0 | 0.05 | 293.49 | 0.75 | 0.78 |
| Hex | E8 | 9E | F1 | 4 | 22 | 0 | 5 | 125 | 4B | 4E |
| Octal | 350 | 236 | 361 | 4 | 42 | 0 | 5 | 445 | 113 | 116 |
| Binary | 11101000 | 10011110 | 11110001 | 100 | 100010 | 0 | 101 | 100100101 | 1001011 | 1001110 |
Color Harmonies of #E89EF1
Complementary color
Monochromatic Colors of #E89EF1
Black with #E89EF1
Text Example
Text Example
White with #E89EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89EF1; }
p { color: rgb(232,158,241); }
H1.HeaderClassName
{
color: #E89EF1;
}
.AnyTagClassName
{
color: #E89EF1;
}
</style>
background-color css
<style>
a { background-color: #E89EF1; }
a { background-color: rgb(232,158,241); }
div.DivClassName
{
background-color: #E89EF1;
}
.BgClassName
{
background-color: #E89EF1;
}
</style>
border-color css
<style>
span { border-color: #E89EF1; }
span { border-color: rgb(232,158,241); }
td.TdClassName
{
border-color: #E89EF1;
}
.TagClassName
{
border-color: #E89EF1;
}
</style>