Shades of Mauve #E8AAF8
Tints of Mauve #E8AAF8
RGB
CMYK
RGB Variations
Color information
#E8AAF8 (or 0xE8AAF8) is known color: Mauve. HEX triplet: E8, AA and F8. RGB value is (232,170,248). Sum of RGB (Red+Green+Blue) = 232+170+248=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8AAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAF8 is #175507. Grayscale: #C5C5C5. Windows color (decimal): -1529096 or 16296680. OLE color: 16296680.
HSL color Cylindrical-coordinate representation of color #E8AAF8: hue angle of 287.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8AAF8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 170 | 248 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.03 |
| HSL | 287.69º | 0.85% | 0.82% | - |
| HSV(B) | 287.69º | 0.31% | 0.97% | - |
| XYZ | 64.6 | 52.68 | 95.57 | - |
| YUV | 197.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 248 | 0.06 | 0.31 | 0 | 0.03 | 287.69 | 0.85 | 0.82 |
| Hex | E8 | AA | F8 | 6 | 1F | 0 | 3 | 120 | 55 | 52 |
| Octal | 350 | 252 | 370 | 6 | 37 | 0 | 3 | 440 | 125 | 122 |
| Binary | 11101000 | 10101010 | 11111000 | 110 | 11111 | 0 | 11 | 100100000 | 1010101 | 1010010 |
Color Harmonies of #E8AAF8
Complementary color
Monochromatic Colors of #E8AAF8
Black with #E8AAF8
Text Example
Text Example
White with #E8AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAF8; }
p { color: rgb(232,170,248); }
H1.HeaderClassName
{
color: #E8AAF8;
}
.AnyTagClassName
{
color: #E8AAF8;
}
</style>
background-color css
<style>
a { background-color: #E8AAF8; }
a { background-color: rgb(232,170,248); }
div.DivClassName
{
background-color: #E8AAF8;
}
.BgClassName
{
background-color: #E8AAF8;
}
</style>
border-color css
<style>
span { border-color: #E8AAF8; }
span { border-color: rgb(232,170,248); }
td.TdClassName
{
border-color: #E8AAF8;
}
.TagClassName
{
border-color: #E8AAF8;
}
</style>