Shades of Mauve #E79AFF
Tints of Mauve #E79AFF
RGB
CMYK
RGB Variations
Color information
#E79AFF (or 0xE79AFF) is known color: Mauve. HEX triplet: E7, 9A and FF. RGB value is (231,154,255). Sum of RGB (Red+Green+Blue) = 231+154+255=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E79AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AFF is #186500. Grayscale: #BCBCBC. Windows color (decimal): -1598721 or 16751335. OLE color: 16751335.
HSL color Cylindrical-coordinate representation of color #E79AFF: hue angle of 285.74º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E79AFF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 154 | 255 | - |
| CMYK | 0.09 | 0.40 | 0 | 0 |
| HSL | 285.74º | 1% | 0.8% | - |
| HSV(B) | 285.74º | 0.4% | 1% | - |
| XYZ | 62.56 | 47.32 | 100.44 | - |
| YUV | 188.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 255 | 0.09 | 0.40 | 0 | 0 | 285.74 | 1 | 0.8 |
| Hex | E7 | 9A | FF | 9 | 28 | 0 | 0 | 11E | 64 | 50 |
| Octal | 347 | 232 | 377 | 11 | 50 | 0 | 0 | 436 | 144 | 120 |
| Binary | 11100111 | 10011010 | 11111111 | 1001 | 101000 | 0 | 0 | 100011110 | 1100100 | 1010000 |
Color Harmonies of #E79AFF
Complementary color
Monochromatic Colors of #E79AFF
Black with #E79AFF
Text Example
Text Example
White with #E79AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79AFF; }
p { color: rgb(231,154,255); }
H1.HeaderClassName
{
color: #E79AFF;
}
.AnyTagClassName
{
color: #E79AFF;
}
</style>
background-color css
<style>
a { background-color: #E79AFF; }
a { background-color: rgb(231,154,255); }
div.DivClassName
{
background-color: #E79AFF;
}
.BgClassName
{
background-color: #E79AFF;
}
</style>
border-color css
<style>
span { border-color: #E79AFF; }
span { border-color: rgb(231,154,255); }
td.TdClassName
{
border-color: #E79AFF;
}
.TagClassName
{
border-color: #E79AFF;
}
</style>