Shades of Mauve #E8AAF3
Tints of Mauve #E8AAF3
RGB
CMYK
RGB Variations
Color information
#E8AAF3 (or 0xE8AAF3) is known color: Mauve. HEX triplet: E8, AA and F3. RGB value is (232,170,243). Sum of RGB (Red+Green+Blue) = 232+170+243=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8AAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAF3 is #17550C. Grayscale: #C4C4C4. Windows color (decimal): -1529101 or 15969000. OLE color: 15969000.
HSL color Cylindrical-coordinate representation of color #E8AAF3: hue angle of 290.96º 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 #E8AAF3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 170 | 243 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.05 |
| HSL | 290.96º | 0.75% | 0.81% | - |
| HSV(B) | 290.96º | 0.3% | 0.95% | - |
| XYZ | 63.83 | 52.38 | 91.54 | - |
| YUV | 196.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 243 | 0.05 | 0.30 | 0 | 0.05 | 290.96 | 0.75 | 0.81 |
| Hex | E8 | AA | F3 | 5 | 1E | 0 | 5 | 123 | 4B | 51 |
| Octal | 350 | 252 | 363 | 5 | 36 | 0 | 5 | 443 | 113 | 121 |
| Binary | 11101000 | 10101010 | 11110011 | 101 | 11110 | 0 | 101 | 100100011 | 1001011 | 1010001 |
Color Harmonies of #E8AAF3
Complementary color
Monochromatic Colors of #E8AAF3
Black with #E8AAF3
Text Example
Text Example
White with #E8AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAF3; }
p { color: rgb(232,170,243); }
H1.HeaderClassName
{
color: #E8AAF3;
}
.AnyTagClassName
{
color: #E8AAF3;
}
</style>
background-color css
<style>
a { background-color: #E8AAF3; }
a { background-color: rgb(232,170,243); }
div.DivClassName
{
background-color: #E8AAF3;
}
.BgClassName
{
background-color: #E8AAF3;
}
</style>
border-color css
<style>
span { border-color: #E8AAF3; }
span { border-color: rgb(232,170,243); }
td.TdClassName
{
border-color: #E8AAF3;
}
.TagClassName
{
border-color: #E8AAF3;
}
</style>