Shades of Mauve #E7A2FF
Tints of Mauve #E7A2FF
RGB
CMYK
RGB Variations
Color information
#E7A2FF (or 0xE7A2FF) is known color: Mauve. HEX triplet: E7, A2 and FF. RGB value is (231,162,255). Sum of RGB (Red+Green+Blue) = 231+162+255=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FF is #185D00. Grayscale: #C0C0C0. Windows color (decimal): -1596673 or 16753383. OLE color: 16753383.
HSL color Cylindrical-coordinate representation of color #E7A2FF: hue angle of 284.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A2FF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 162 | 255 | - |
| CMYK | 0.09 | 0.36 | 0 | 0 |
| HSL | 284.52º | 1% | 0.82% | - |
| HSV(B) | 284.52º | 0.36% | 1% | - |
| XYZ | 63.93 | 50.05 | 100.9 | - |
| YUV | 193.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 255 | 0.09 | 0.36 | 0 | 0 | 284.52 | 1 | 0.82 |
| Hex | E7 | A2 | FF | 9 | 24 | 0 | 0 | 11D | 64 | 52 |
| Octal | 347 | 242 | 377 | 11 | 44 | 0 | 0 | 435 | 144 | 122 |
| Binary | 11100111 | 10100010 | 11111111 | 1001 | 100100 | 0 | 0 | 100011101 | 1100100 | 1010010 |
Color Harmonies of #E7A2FF
Complementary color
Monochromatic Colors of #E7A2FF
Black with #E7A2FF
Text Example
Text Example
White with #E7A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A2FF; }
p { color: rgb(231,162,255); }
H1.HeaderClassName
{
color: #E7A2FF;
}
.AnyTagClassName
{
color: #E7A2FF;
}
</style>
background-color css
<style>
a { background-color: #E7A2FF; }
a { background-color: rgb(231,162,255); }
div.DivClassName
{
background-color: #E7A2FF;
}
.BgClassName
{
background-color: #E7A2FF;
}
</style>
border-color css
<style>
span { border-color: #E7A2FF; }
span { border-color: rgb(231,162,255); }
td.TdClassName
{
border-color: #E7A2FF;
}
.TagClassName
{
border-color: #E7A2FF;
}
</style>