Shades of Mauve #E19EFF
Tints of Mauve #E19EFF
RGB
CMYK
RGB Variations
Color information
#E19EFF (or 0xE19EFF) is known color: Mauve. HEX triplet: E1, 9E and FF. RGB value is (225,158,255). Sum of RGB (Red+Green+Blue) = 225+158+255=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #E19EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EFF is #1E6100. Grayscale: #BCBCBC. Windows color (decimal): -1990913 or 16752353. OLE color: 16752353.
HSL color Cylindrical-coordinate representation of color #E19EFF: hue angle of 281.44º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19EFF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 158 | 255 | - |
| CMYK | 0.12 | 0.38 | 0 | 0 |
| HSL | 281.44º | 1% | 0.81% | - |
| HSV(B) | 281.44º | 0.38% | 1% | - |
| XYZ | 61.33 | 47.68 | 100.58 | - |
| YUV | 189.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 255 | 0.12 | 0.38 | 0 | 0 | 281.44 | 1 | 0.81 |
| Hex | E1 | 9E | FF | C | 26 | 0 | 0 | 119 | 64 | 51 |
| Octal | 341 | 236 | 377 | 14 | 46 | 0 | 0 | 431 | 144 | 121 |
| Binary | 11100001 | 10011110 | 11111111 | 1100 | 100110 | 0 | 0 | 100011001 | 1100100 | 1010001 |
Color Harmonies of #E19EFF
Complementary color
Monochromatic Colors of #E19EFF
Black with #E19EFF
Text Example
Text Example
White with #E19EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EFF; }
p { color: rgb(225,158,255); }
H1.HeaderClassName
{
color: #E19EFF;
}
.AnyTagClassName
{
color: #E19EFF;
}
</style>
background-color css
<style>
a { background-color: #E19EFF; }
a { background-color: rgb(225,158,255); }
div.DivClassName
{
background-color: #E19EFF;
}
.BgClassName
{
background-color: #E19EFF;
}
</style>
border-color css
<style>
span { border-color: #E19EFF; }
span { border-color: rgb(225,158,255); }
td.TdClassName
{
border-color: #E19EFF;
}
.TagClassName
{
border-color: #E19EFF;
}
</style>