Shades of Mauve #E7A0F9
Tints of Mauve #E7A0F9
RGB
CMYK
RGB Variations
Color information
#E7A0F9 (or 0xE7A0F9) is known color: Mauve. HEX triplet: E7, A0 and F9. RGB value is (231,160,249). Sum of RGB (Red+Green+Blue) = 231+160+249=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7A0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A0F9 is #185F06. Grayscale: #BFBFBF. Windows color (decimal): -1597191 or 16359655. OLE color: 16359655.
HSL color Cylindrical-coordinate representation of color #E7A0F9: hue angle of 287.87º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A0F9 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 160 | 249 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.02 |
| HSL | 287.87º | 0.88% | 0.8% | - |
| HSV(B) | 287.87º | 0.36% | 0.98% | - |
| XYZ | 62.62 | 48.97 | 95.77 | - |
| YUV | 191.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 249 | 0.07 | 0.36 | 0 | 0.02 | 287.87 | 0.88 | 0.8 |
| Hex | E7 | A0 | F9 | 7 | 24 | 0 | 2 | 120 | 58 | 50 |
| Octal | 347 | 240 | 371 | 7 | 44 | 0 | 2 | 440 | 130 | 120 |
| Binary | 11100111 | 10100000 | 11111001 | 111 | 100100 | 0 | 10 | 100100000 | 1011000 | 1010000 |
Color Harmonies of #E7A0F9
Complementary color
Monochromatic Colors of #E7A0F9
Black with #E7A0F9
Text Example
Text Example
White with #E7A0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0F9; }
p { color: rgb(231,160,249); }
H1.HeaderClassName
{
color: #E7A0F9;
}
.AnyTagClassName
{
color: #E7A0F9;
}
</style>
background-color css
<style>
a { background-color: #E7A0F9; }
a { background-color: rgb(231,160,249); }
div.DivClassName
{
background-color: #E7A0F9;
}
.BgClassName
{
background-color: #E7A0F9;
}
</style>
border-color css
<style>
span { border-color: #E7A0F9; }
span { border-color: rgb(231,160,249); }
td.TdClassName
{
border-color: #E7A0F9;
}
.TagClassName
{
border-color: #E7A0F9;
}
</style>