Shades of Plum #E99FF2
Tints of Plum #E99FF2
RGB
CMYK
RGB Variations
Color information
#E99FF2 (or 0xE99FF2) is known color: Plum. HEX triplet: E9, 9F and F2. RGB value is (233,159,242). Sum of RGB (Red+Green+Blue) = 233+159+242=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #E99FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FF2 is #16600D. Grayscale: #BEBEBE. Windows color (decimal): -1466382 or 15900649. OLE color: 15900649.
HSL color Cylindrical-coordinate representation of color #E99FF2: hue angle of 293.49º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99FF2 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 159 | 242 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.05 |
| HSL | 293.49º | 0.76% | 0.79% | - |
| HSV(B) | 293.49º | 0.34% | 0.95% | - |
| XYZ | 62.03 | 48.53 | 90.1 | - |
| YUV | 190.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 242 | 0.04 | 0.34 | 0 | 0.05 | 293.49 | 0.76 | 0.79 |
| Hex | E9 | 9F | F2 | 4 | 22 | 0 | 5 | 125 | 4C | 4F |
| Octal | 351 | 237 | 362 | 4 | 42 | 0 | 5 | 445 | 114 | 117 |
| Binary | 11101001 | 10011111 | 11110010 | 100 | 100010 | 0 | 101 | 100100101 | 1001100 | 1001111 |
Color Harmonies of #E99FF2
Complementary color
Monochromatic Colors of #E99FF2
Black with #E99FF2
Text Example
Text Example
White with #E99FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FF2; }
p { color: rgb(233,159,242); }
H1.HeaderClassName
{
color: #E99FF2;
}
.AnyTagClassName
{
color: #E99FF2;
}
</style>
background-color css
<style>
a { background-color: #E99FF2; }
a { background-color: rgb(233,159,242); }
div.DivClassName
{
background-color: #E99FF2;
}
.BgClassName
{
background-color: #E99FF2;
}
</style>
border-color css
<style>
span { border-color: #E99FF2; }
span { border-color: rgb(233,159,242); }
td.TdClassName
{
border-color: #E99FF2;
}
.TagClassName
{
border-color: #E99FF2;
}
</style>