Shades of Mauve #E79EFF
Tints of Mauve #E79EFF
RGB
CMYK
RGB Variations
Color information
#E79EFF (or 0xE79EFF) is known color: Mauve. HEX triplet: E7, 9E and FF. RGB value is (231,158,255). Sum of RGB (Red+Green+Blue) = 231+158+255=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #E79EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79EFF is #186100. Grayscale: #BEBEBE. Windows color (decimal): -1597697 or 16752359. OLE color: 16752359.
HSL color Cylindrical-coordinate representation of color #E79EFF: hue angle of 285.15º 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 #E79EFF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 158 | 255 | - |
| CMYK | 0.09 | 0.38 | 0 | 0 |
| HSL | 285.15º | 1% | 0.81% | - |
| HSV(B) | 285.15º | 0.38% | 1% | - |
| XYZ | 63.23 | 48.66 | 100.67 | - |
| YUV | 190.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 255 | 0.09 | 0.38 | 0 | 0 | 285.15 | 1 | 0.81 |
| Hex | E7 | 9E | FF | 9 | 26 | 0 | 0 | 11D | 64 | 51 |
| Octal | 347 | 236 | 377 | 11 | 46 | 0 | 0 | 435 | 144 | 121 |
| Binary | 11100111 | 10011110 | 11111111 | 1001 | 100110 | 0 | 0 | 100011101 | 1100100 | 1010001 |
Color Harmonies of #E79EFF
Complementary color
Monochromatic Colors of #E79EFF
Black with #E79EFF
Text Example
Text Example
White with #E79EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79EFF; }
p { color: rgb(231,158,255); }
H1.HeaderClassName
{
color: #E79EFF;
}
.AnyTagClassName
{
color: #E79EFF;
}
</style>
background-color css
<style>
a { background-color: #E79EFF; }
a { background-color: rgb(231,158,255); }
div.DivClassName
{
background-color: #E79EFF;
}
.BgClassName
{
background-color: #E79EFF;
}
</style>
border-color css
<style>
span { border-color: #E79EFF; }
span { border-color: rgb(231,158,255); }
td.TdClassName
{
border-color: #E79EFF;
}
.TagClassName
{
border-color: #E79EFF;
}
</style>