Shades of Mauve #E99AFC
Tints of Mauve #E99AFC
RGB
CMYK
RGB Variations
Color information
#E99AFC (or 0xE99AFC) is known color: Mauve. HEX triplet: E9, 9A and FC. RGB value is (233,154,252). Sum of RGB (Red+Green+Blue) = 233+154+252=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 154 (60.55% from 255 or 24.10% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #E99AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AFC is #166503. Grayscale: #BCBCBC. Windows color (decimal): -1467652 or 16554729. OLE color: 16554729.
HSL color Cylindrical-coordinate representation of color #E99AFC: hue angle of 288.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E99AFC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 154 | 252 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.01 |
| HSL | 288.37º | 0.94% | 0.8% | - |
| HSV(B) | 288.37º | 0.39% | 0.99% | - |
| XYZ | 62.73 | 47.46 | 97.95 | - |
| YUV | 188.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 252 | 0.08 | 0.39 | 0 | 0.01 | 288.37 | 0.94 | 0.8 |
| Hex | E9 | 9A | FC | 8 | 27 | 0 | 1 | 120 | 5E | 50 |
| Octal | 351 | 232 | 374 | 10 | 47 | 0 | 1 | 440 | 136 | 120 |
| Binary | 11101001 | 10011010 | 11111100 | 1000 | 100111 | 0 | 1 | 100100000 | 1011110 | 1010000 |
Color Harmonies of #E99AFC
Complementary color
Monochromatic Colors of #E99AFC
Black with #E99AFC
Text Example
Text Example
White with #E99AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AFC; }
p { color: rgb(233,154,252); }
H1.HeaderClassName
{
color: #E99AFC;
}
.AnyTagClassName
{
color: #E99AFC;
}
</style>
background-color css
<style>
a { background-color: #E99AFC; }
a { background-color: rgb(233,154,252); }
div.DivClassName
{
background-color: #E99AFC;
}
.BgClassName
{
background-color: #E99AFC;
}
</style>
border-color css
<style>
span { border-color: #E99AFC; }
span { border-color: rgb(233,154,252); }
td.TdClassName
{
border-color: #E99AFC;
}
.TagClassName
{
border-color: #E99AFC;
}
</style>