Shades of Mauve #E99FFC
Tints of Mauve #E99FFC
RGB
CMYK
RGB Variations
Color information
#E99FFC (or 0xE99FFC) is known color: Mauve. HEX triplet: E9, 9F and FC. RGB value is (233,159,252). Sum of RGB (Red+Green+Blue) = 233+159+252=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #E99FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FFC is #166003. Grayscale: #BFBFBF. Windows color (decimal): -1466372 or 16556009. OLE color: 16556009.
HSL color Cylindrical-coordinate representation of color #E99FFC: hue angle of 287.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E99FFC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 159 | 252 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.01 |
| HSL | 287.74º | 0.94% | 0.81% | - |
| HSV(B) | 287.74º | 0.37% | 0.99% | - |
| XYZ | 63.57 | 49.15 | 98.23 | - |
| YUV | 191.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 252 | 0.08 | 0.37 | 0 | 0.01 | 287.74 | 0.94 | 0.81 |
| Hex | E9 | 9F | FC | 8 | 25 | 0 | 1 | 120 | 5E | 51 |
| Octal | 351 | 237 | 374 | 10 | 45 | 0 | 1 | 440 | 136 | 121 |
| Binary | 11101001 | 10011111 | 11111100 | 1000 | 100101 | 0 | 1 | 100100000 | 1011110 | 1010001 |
Color Harmonies of #E99FFC
Complementary color
Monochromatic Colors of #E99FFC
Black with #E99FFC
Text Example
Text Example
White with #E99FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FFC; }
p { color: rgb(233,159,252); }
H1.HeaderClassName
{
color: #E99FFC;
}
.AnyTagClassName
{
color: #E99FFC;
}
</style>
background-color css
<style>
a { background-color: #E99FFC; }
a { background-color: rgb(233,159,252); }
div.DivClassName
{
background-color: #E99FFC;
}
.BgClassName
{
background-color: #E99FFC;
}
</style>
border-color css
<style>
span { border-color: #E99FFC; }
span { border-color: rgb(233,159,252); }
td.TdClassName
{
border-color: #E99FFC;
}
.TagClassName
{
border-color: #E99FFC;
}
</style>