Shades of Mauve #E7A6FF
Tints of Mauve #E7A6FF
RGB
CMYK
RGB Variations
Color information
#E7A6FF (or 0xE7A6FF) is known color: Mauve. HEX triplet: E7, A6 and FF. RGB value is (231,166,255). Sum of RGB (Red+Green+Blue) = 231+166+255=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A6FF is #185900. Grayscale: #C3C3C3. Windows color (decimal): -1595649 or 16754407. OLE color: 16754407.
HSL color Cylindrical-coordinate representation of color #E7A6FF: hue angle of 283.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7A6FF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 166 | 255 | - |
| CMYK | 0.09 | 0.35 | 0 | 0 |
| HSL | 283.82º | 1% | 0.83% | - |
| HSV(B) | 283.82º | 0.35% | 1% | - |
| XYZ | 64.64 | 51.48 | 101.14 | - |
| YUV | 195.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 255 | 0.09 | 0.35 | 0 | 0 | 283.82 | 1 | 0.83 |
| Hex | E7 | A6 | FF | 9 | 23 | 0 | 0 | 11C | 64 | 53 |
| Octal | 347 | 246 | 377 | 11 | 43 | 0 | 0 | 434 | 144 | 123 |
| Binary | 11100111 | 10100110 | 11111111 | 1001 | 100011 | 0 | 0 | 100011100 | 1100100 | 1010011 |
Color Harmonies of #E7A6FF
Complementary color
Monochromatic Colors of #E7A6FF
Black with #E7A6FF
Text Example
Text Example
White with #E7A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6FF; }
p { color: rgb(231,166,255); }
H1.HeaderClassName
{
color: #E7A6FF;
}
.AnyTagClassName
{
color: #E7A6FF;
}
</style>
background-color css
<style>
a { background-color: #E7A6FF; }
a { background-color: rgb(231,166,255); }
div.DivClassName
{
background-color: #E7A6FF;
}
.BgClassName
{
background-color: #E7A6FF;
}
</style>
border-color css
<style>
span { border-color: #E7A6FF; }
span { border-color: rgb(231,166,255); }
td.TdClassName
{
border-color: #E7A6FF;
}
.TagClassName
{
border-color: #E7A6FF;
}
</style>