Shades of Mauve #E79FFE
Tints of Mauve #E79FFE
RGB
CMYK
RGB Variations
Color information
#E79FFE (or 0xE79FFE) is known color: Mauve. HEX triplet: E7, 9F and FE. RGB value is (231,159,254). Sum of RGB (Red+Green+Blue) = 231+159+254=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #E79FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FFE is #186001. Grayscale: #BFBFBF. Windows color (decimal): -1597442 or 16687079. OLE color: 16687079.
HSL color Cylindrical-coordinate representation of color #E79FFE: hue angle of 285.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E79FFE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 159 | 254 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.00 |
| HSL | 285.47º | 0.98% | 0.81% | - |
| HSV(B) | 285.47º | 0.37% | 1% | - |
| XYZ | 63.24 | 48.94 | 99.88 | - |
| YUV | 191.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 254 | 0.09 | 0.37 | 0 | 0.00 | 285.47 | 0.98 | 0.81 |
| Hex | E7 | 9F | FE | 9 | 25 | 0 | 0 | 11D | 62 | 51 |
| Octal | 347 | 237 | 376 | 11 | 45 | 0 | 0 | 435 | 142 | 121 |
| Binary | 11100111 | 10011111 | 11111110 | 1001 | 100101 | 0 | 0 | 100011101 | 1100010 | 1010001 |
Color Harmonies of #E79FFE
Complementary color
Monochromatic Colors of #E79FFE
Black with #E79FFE
Text Example
Text Example
White with #E79FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FFE; }
p { color: rgb(231,159,254); }
H1.HeaderClassName
{
color: #E79FFE;
}
.AnyTagClassName
{
color: #E79FFE;
}
</style>
background-color css
<style>
a { background-color: #E79FFE; }
a { background-color: rgb(231,159,254); }
div.DivClassName
{
background-color: #E79FFE;
}
.BgClassName
{
background-color: #E79FFE;
}
</style>
border-color css
<style>
span { border-color: #E79FFE; }
span { border-color: rgb(231,159,254); }
td.TdClassName
{
border-color: #E79FFE;
}
.TagClassName
{
border-color: #E79FFE;
}
</style>