Shades of Mauve #E998FE
Tints of Mauve #E998FE
RGB
CMYK
RGB Variations
Color information
#E998FE (or 0xE998FE) is known color: Mauve. HEX triplet: E9, 98 and FE. RGB value is (233,152,254). Sum of RGB (Red+Green+Blue) = 233+152+254=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #E998FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E998FE is #166701. Grayscale: #BBBBBB. Windows color (decimal): -1468162 or 16685289. OLE color: 16685289.
HSL color Cylindrical-coordinate representation of color #E998FE: hue angle of 287.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E998FE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 152 | 254 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.00 |
| HSL | 287.65º | 0.98% | 0.8% | - |
| HSV(B) | 287.65º | 0.4% | 1% | - |
| XYZ | 62.72 | 46.94 | 99.52 | - |
| YUV | 187.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 254 | 0.08 | 0.40 | 0 | 0.00 | 287.65 | 0.98 | 0.8 |
| Hex | E9 | 98 | FE | 8 | 28 | 0 | 0 | 120 | 62 | 50 |
| Octal | 351 | 230 | 376 | 10 | 50 | 0 | 0 | 440 | 142 | 120 |
| Binary | 11101001 | 10011000 | 11111110 | 1000 | 101000 | 0 | 0 | 100100000 | 1100010 | 1010000 |
Color Harmonies of #E998FE
Complementary color
Monochromatic Colors of #E998FE
Black with #E998FE
Text Example
Text Example
White with #E998FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998FE; }
p { color: rgb(233,152,254); }
H1.HeaderClassName
{
color: #E998FE;
}
.AnyTagClassName
{
color: #E998FE;
}
</style>
background-color css
<style>
a { background-color: #E998FE; }
a { background-color: rgb(233,152,254); }
div.DivClassName
{
background-color: #E998FE;
}
.BgClassName
{
background-color: #E998FE;
}
</style>
border-color css
<style>
span { border-color: #E998FE; }
span { border-color: rgb(233,152,254); }
td.TdClassName
{
border-color: #E998FE;
}
.TagClassName
{
border-color: #E998FE;
}
</style>