Shades of Mauve #E19FFC
Tints of Mauve #E19FFC
RGB
CMYK
RGB Variations
Color information
#E19FFC (or 0xE19FFC) is known color: Mauve. HEX triplet: E1, 9F and FC. RGB value is (225,159,252). Sum of RGB (Red+Green+Blue) = 225+159+252=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #E19FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FFC is #1E6003. Grayscale: #BDBDBD. Windows color (decimal): -1990660 or 16556001. OLE color: 16556001.
HSL color Cylindrical-coordinate representation of color #E19FFC: hue angle of 282.58º 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 #E19FFC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 159 | 252 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.01 |
| HSL | 282.58º | 0.94% | 0.81% | - |
| HSV(B) | 282.58º | 0.37% | 0.99% | - |
| XYZ | 61.02 | 47.83 | 98.11 | - |
| YUV | 189.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 252 | 0.11 | 0.37 | 0 | 0.01 | 282.58 | 0.94 | 0.81 |
| Hex | E1 | 9F | FC | B | 25 | 0 | 1 | 11B | 5E | 51 |
| Octal | 341 | 237 | 374 | 13 | 45 | 0 | 1 | 433 | 136 | 121 |
| Binary | 11100001 | 10011111 | 11111100 | 1011 | 100101 | 0 | 1 | 100011011 | 1011110 | 1010001 |
Color Harmonies of #E19FFC
Complementary color
Monochromatic Colors of #E19FFC
Black with #E19FFC
Text Example
Text Example
White with #E19FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FFC; }
p { color: rgb(225,159,252); }
H1.HeaderClassName
{
color: #E19FFC;
}
.AnyTagClassName
{
color: #E19FFC;
}
</style>
background-color css
<style>
a { background-color: #E19FFC; }
a { background-color: rgb(225,159,252); }
div.DivClassName
{
background-color: #E19FFC;
}
.BgClassName
{
background-color: #E19FFC;
}
</style>
border-color css
<style>
span { border-color: #E19FFC; }
span { border-color: rgb(225,159,252); }
td.TdClassName
{
border-color: #E19FFC;
}
.TagClassName
{
border-color: #E19FFC;
}
</style>