Shades of Mauve #E19EF2
Tints of Mauve #E19EF2
RGB
CMYK
RGB Variations
Color information
#E19EF2 (or 0xE19EF2) is known color: Mauve. HEX triplet: E1, 9E and F2. RGB value is (225,158,242). Sum of RGB (Red+Green+Blue) = 225+158+242=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #E19EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EF2 is #1E610D. Grayscale: #BBBBBB. Windows color (decimal): -1990926 or 15900385. OLE color: 15900385.
HSL color Cylindrical-coordinate representation of color #E19EF2: hue angle of 287.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19EF2 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 158 | 242 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.05 |
| HSL | 287.86º | 0.76% | 0.78% | - |
| HSV(B) | 287.86º | 0.35% | 0.95% | - |
| XYZ | 59.31 | 46.87 | 89.93 | - |
| YUV | 187.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 242 | 0.07 | 0.35 | 0 | 0.05 | 287.86 | 0.76 | 0.78 |
| Hex | E1 | 9E | F2 | 7 | 23 | 0 | 5 | 120 | 4C | 4E |
| Octal | 341 | 236 | 362 | 7 | 43 | 0 | 5 | 440 | 114 | 116 |
| Binary | 11100001 | 10011110 | 11110010 | 111 | 100011 | 0 | 101 | 100100000 | 1001100 | 1001110 |
Color Harmonies of #E19EF2
Complementary color
Monochromatic Colors of #E19EF2
Black with #E19EF2
Text Example
Text Example
White with #E19EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EF2; }
p { color: rgb(225,158,242); }
H1.HeaderClassName
{
color: #E19EF2;
}
.AnyTagClassName
{
color: #E19EF2;
}
</style>
background-color css
<style>
a { background-color: #E19EF2; }
a { background-color: rgb(225,158,242); }
div.DivClassName
{
background-color: #E19EF2;
}
.BgClassName
{
background-color: #E19EF2;
}
</style>
border-color css
<style>
span { border-color: #E19EF2; }
span { border-color: rgb(225,158,242); }
td.TdClassName
{
border-color: #E19EF2;
}
.TagClassName
{
border-color: #E19EF2;
}
</style>