Shades of Mauve #E19FF7
Tints of Mauve #E19FF7
RGB
CMYK
RGB Variations
Color information
#E19FF7 (or 0xE19FF7) is known color: Mauve. HEX triplet: E1, 9F and F7. RGB value is (225,159,247). Sum of RGB (Red+Green+Blue) = 225+159+247=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #E19FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FF7 is #1E6008. Grayscale: #BCBCBC. Windows color (decimal): -1990665 or 16228321. OLE color: 16228321.
HSL color Cylindrical-coordinate representation of color #E19FF7: hue angle of 285º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19FF7 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 159 | 247 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.03 |
| HSL | 285º | 0.85% | 0.8% | - |
| HSV(B) | 285º | 0.36% | 0.97% | - |
| XYZ | 60.24 | 47.52 | 93.99 | - |
| YUV | 188.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 247 | 0.09 | 0.36 | 0 | 0.03 | 285 | 0.85 | 0.8 |
| Hex | E1 | 9F | F7 | 9 | 24 | 0 | 3 | 11D | 55 | 50 |
| Octal | 341 | 237 | 367 | 11 | 44 | 0 | 3 | 435 | 125 | 120 |
| Binary | 11100001 | 10011111 | 11110111 | 1001 | 100100 | 0 | 11 | 100011101 | 1010101 | 1010000 |
Color Harmonies of #E19FF7
Complementary color
Monochromatic Colors of #E19FF7
Black with #E19FF7
Text Example
Text Example
White with #E19FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FF7; }
p { color: rgb(225,159,247); }
H1.HeaderClassName
{
color: #E19FF7;
}
.AnyTagClassName
{
color: #E19FF7;
}
</style>
background-color css
<style>
a { background-color: #E19FF7; }
a { background-color: rgb(225,159,247); }
div.DivClassName
{
background-color: #E19FF7;
}
.BgClassName
{
background-color: #E19FF7;
}
</style>
border-color css
<style>
span { border-color: #E19FF7; }
span { border-color: rgb(225,159,247); }
td.TdClassName
{
border-color: #E19FF7;
}
.TagClassName
{
border-color: #E19FF7;
}
</style>