Shades of Mauve #E7A0FC
Tints of Mauve #E7A0FC
RGB
CMYK
RGB Variations
Color information
#E7A0FC (or 0xE7A0FC) is known color: Mauve. HEX triplet: E7, A0 and FC. RGB value is (231,160,252). Sum of RGB (Red+Green+Blue) = 231+160+252=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7A0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A0FC is #185F03. Grayscale: #BFBFBF. Windows color (decimal): -1597188 or 16556263. OLE color: 16556263.
HSL color Cylindrical-coordinate representation of color #E7A0FC: hue angle of 286.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7A0FC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 160 | 252 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.01 |
| HSL | 286.3º | 0.94% | 0.81% | - |
| HSV(B) | 286.3º | 0.37% | 0.99% | - |
| XYZ | 63.1 | 49.16 | 98.26 | - |
| YUV | 191.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 252 | 0.08 | 0.37 | 0 | 0.01 | 286.3 | 0.94 | 0.81 |
| Hex | E7 | A0 | FC | 8 | 25 | 0 | 1 | 11E | 5E | 51 |
| Octal | 347 | 240 | 374 | 10 | 45 | 0 | 1 | 436 | 136 | 121 |
| Binary | 11100111 | 10100000 | 11111100 | 1000 | 100101 | 0 | 1 | 100011110 | 1011110 | 1010001 |
Color Harmonies of #E7A0FC
Complementary color
Monochromatic Colors of #E7A0FC
Black with #E7A0FC
Text Example
Text Example
White with #E7A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0FC; }
p { color: rgb(231,160,252); }
H1.HeaderClassName
{
color: #E7A0FC;
}
.AnyTagClassName
{
color: #E7A0FC;
}
</style>
background-color css
<style>
a { background-color: #E7A0FC; }
a { background-color: rgb(231,160,252); }
div.DivClassName
{
background-color: #E7A0FC;
}
.BgClassName
{
background-color: #E7A0FC;
}
</style>
border-color css
<style>
span { border-color: #E7A0FC; }
span { border-color: rgb(231,160,252); }
td.TdClassName
{
border-color: #E7A0FC;
}
.TagClassName
{
border-color: #E7A0FC;
}
</style>