Shades of Mauve #E199FE
Tints of Mauve #E199FE
RGB
CMYK
RGB Variations
Color information
#E199FE (or 0xE199FE) is known color: Mauve. HEX triplet: E1, 99 and FE. RGB value is (225,153,254). Sum of RGB (Red+Green+Blue) = 225+153+254=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #E199FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199FE is #1E6601. Grayscale: #B9B9B9. Windows color (decimal): -1992194 or 16685537. OLE color: 16685537.
HSL color Cylindrical-coordinate representation of color #E199FE: hue angle of 282.77º 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 #E199FE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 153 | 254 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.00 |
| HSL | 282.77º | 0.98% | 0.8% | - |
| HSV(B) | 282.77º | 0.4% | 1% | - |
| XYZ | 60.33 | 45.95 | 99.45 | - |
| YUV | 186.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 254 | 0.11 | 0.40 | 0 | 0.00 | 282.77 | 0.98 | 0.8 |
| Hex | E1 | 99 | FE | B | 28 | 0 | 0 | 11B | 62 | 50 |
| Octal | 341 | 231 | 376 | 13 | 50 | 0 | 0 | 433 | 142 | 120 |
| Binary | 11100001 | 10011001 | 11111110 | 1011 | 101000 | 0 | 0 | 100011011 | 1100010 | 1010000 |
Color Harmonies of #E199FE
Complementary color
Monochromatic Colors of #E199FE
Black with #E199FE
Text Example
Text Example
White with #E199FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199FE; }
p { color: rgb(225,153,254); }
H1.HeaderClassName
{
color: #E199FE;
}
.AnyTagClassName
{
color: #E199FE;
}
</style>
background-color css
<style>
a { background-color: #E199FE; }
a { background-color: rgb(225,153,254); }
div.DivClassName
{
background-color: #E199FE;
}
.BgClassName
{
background-color: #E199FE;
}
</style>
border-color css
<style>
span { border-color: #E199FE; }
span { border-color: rgb(225,153,254); }
td.TdClassName
{
border-color: #E199FE;
}
.TagClassName
{
border-color: #E199FE;
}
</style>