Shades of Mauve #E7AAF3
Tints of Mauve #E7AAF3
RGB
CMYK
RGB Variations
Color information
#E7AAF3 (or 0xE7AAF3) is known color: Mauve. HEX triplet: E7, AA and F3. RGB value is (231,170,243). Sum of RGB (Red+Green+Blue) = 231+170+243=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7AAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAF3 is #18550C. Grayscale: #C4C4C4. Windows color (decimal): -1594637 or 15968999. OLE color: 15968999.
HSL color Cylindrical-coordinate representation of color #E7AAF3: hue angle of 290.14º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AAF3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 170 | 243 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.05 |
| HSL | 290.14º | 0.75% | 0.81% | - |
| HSV(B) | 290.14º | 0.3% | 0.95% | - |
| XYZ | 63.51 | 52.21 | 91.52 | - |
| YUV | 196.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 243 | 0.05 | 0.30 | 0 | 0.05 | 290.14 | 0.75 | 0.81 |
| Hex | E7 | AA | F3 | 5 | 1E | 0 | 5 | 122 | 4B | 51 |
| Octal | 347 | 252 | 363 | 5 | 36 | 0 | 5 | 442 | 113 | 121 |
| Binary | 11100111 | 10101010 | 11110011 | 101 | 11110 | 0 | 101 | 100100010 | 1001011 | 1010001 |
Color Harmonies of #E7AAF3
Complementary color
Monochromatic Colors of #E7AAF3
Black with #E7AAF3
Text Example
Text Example
White with #E7AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAF3; }
p { color: rgb(231,170,243); }
H1.HeaderClassName
{
color: #E7AAF3;
}
.AnyTagClassName
{
color: #E7AAF3;
}
</style>
background-color css
<style>
a { background-color: #E7AAF3; }
a { background-color: rgb(231,170,243); }
div.DivClassName
{
background-color: #E7AAF3;
}
.BgClassName
{
background-color: #E7AAF3;
}
</style>
border-color css
<style>
span { border-color: #E7AAF3; }
span { border-color: rgb(231,170,243); }
td.TdClassName
{
border-color: #E7AAF3;
}
.TagClassName
{
border-color: #E7AAF3;
}
</style>