Shades of Mauve #E19EF4
Tints of Mauve #E19EF4
RGB
CMYK
RGB Variations
Color information
#E19EF4 (or 0xE19EF4) is known color: Mauve. HEX triplet: E1, 9E and F4. RGB value is (225,158,244). Sum of RGB (Red+Green+Blue) = 225+158+244=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #E19EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EF4 is #1E610B. Grayscale: #BBBBBB. Windows color (decimal): -1990924 or 16031457. OLE color: 16031457.
HSL color Cylindrical-coordinate representation of color #E19EF4: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19EF4 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 158 | 244 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.04 |
| HSL | 286.74º | 0.8% | 0.79% | - |
| HSV(B) | 286.74º | 0.35% | 0.96% | - |
| XYZ | 59.61 | 46.99 | 91.52 | - |
| YUV | 187.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 244 | 0.08 | 0.35 | 0 | 0.04 | 286.74 | 0.8 | 0.79 |
| Hex | E1 | 9E | F4 | 8 | 23 | 0 | 4 | 11F | 50 | 4F |
| Octal | 341 | 236 | 364 | 10 | 43 | 0 | 4 | 437 | 120 | 117 |
| Binary | 11100001 | 10011110 | 11110100 | 1000 | 100011 | 0 | 100 | 100011111 | 1010000 | 1001111 |
Color Harmonies of #E19EF4
Complementary color
Monochromatic Colors of #E19EF4
Black with #E19EF4
Text Example
Text Example
White with #E19EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EF4; }
p { color: rgb(225,158,244); }
H1.HeaderClassName
{
color: #E19EF4;
}
.AnyTagClassName
{
color: #E19EF4;
}
</style>
background-color css
<style>
a { background-color: #E19EF4; }
a { background-color: rgb(225,158,244); }
div.DivClassName
{
background-color: #E19EF4;
}
.BgClassName
{
background-color: #E19EF4;
}
</style>
border-color css
<style>
span { border-color: #E19EF4; }
span { border-color: rgb(225,158,244); }
td.TdClassName
{
border-color: #E19EF4;
}
.TagClassName
{
border-color: #E19EF4;
}
</style>