Shades of Plum #E99EF2
Tints of Plum #E99EF2
RGB
CMYK
RGB Variations
Color information
#E99EF2 (or 0xE99EF2) is known color: Plum. HEX triplet: E9, 9E and F2. RGB value is (233,158,242). Sum of RGB (Red+Green+Blue) = 233+158+242=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #E99EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EF2 is #16610D. Grayscale: #BDBDBD. Windows color (decimal): -1466638 or 15900393. OLE color: 15900393.
HSL color Cylindrical-coordinate representation of color #E99EF2: hue angle of 293.57º 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 #E99EF2 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 158 | 242 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.05 |
| HSL | 293.57º | 0.76% | 0.78% | - |
| HSV(B) | 293.57º | 0.35% | 0.95% | - |
| XYZ | 61.86 | 48.19 | 90.05 | - |
| YUV | 190 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 242 | 0.04 | 0.35 | 0 | 0.05 | 293.57 | 0.76 | 0.78 |
| Hex | E9 | 9E | F2 | 4 | 23 | 0 | 5 | 126 | 4C | 4E |
| Octal | 351 | 236 | 362 | 4 | 43 | 0 | 5 | 446 | 114 | 116 |
| Binary | 11101001 | 10011110 | 11110010 | 100 | 100011 | 0 | 101 | 100100110 | 1001100 | 1001110 |
Color Harmonies of #E99EF2
Complementary color
Monochromatic Colors of #E99EF2
Black with #E99EF2
Text Example
Text Example
White with #E99EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99EF2; }
p { color: rgb(233,158,242); }
H1.HeaderClassName
{
color: #E99EF2;
}
.AnyTagClassName
{
color: #E99EF2;
}
</style>
background-color css
<style>
a { background-color: #E99EF2; }
a { background-color: rgb(233,158,242); }
div.DivClassName
{
background-color: #E99EF2;
}
.BgClassName
{
background-color: #E99EF2;
}
</style>
border-color css
<style>
span { border-color: #E99EF2; }
span { border-color: rgb(233,158,242); }
td.TdClassName
{
border-color: #E99EF2;
}
.TagClassName
{
border-color: #E99EF2;
}
</style>