Shades of Mauve #E8AAFF
Tints of Mauve #E8AAFF
RGB
CMYK
RGB Variations
Color information
#E8AAFF (or 0xE8AAFF) is known color: Mauve. HEX triplet: E8, AA and FF. RGB value is (232,170,255). Sum of RGB (Red+Green+Blue) = 232+170+255=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAFF is #175500. Grayscale: #C5C5C5. Windows color (decimal): -1529089 or 16755432. OLE color: 16755432.
HSL color Cylindrical-coordinate representation of color #E8AAFF: hue angle of 283.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8AAFF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 170 | 255 | - |
| CMYK | 0.09 | 0.33 | 0 | 0 |
| HSL | 283.76º | 1% | 0.83% | - |
| HSV(B) | 283.76º | 0.33% | 1% | - |
| XYZ | 65.7 | 53.13 | 101.4 | - |
| YUV | 198.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 255 | 0.09 | 0.33 | 0 | 0 | 283.76 | 1 | 0.83 |
| Hex | E8 | AA | FF | 9 | 21 | 0 | 0 | 11C | 64 | 53 |
| Octal | 350 | 252 | 377 | 11 | 41 | 0 | 0 | 434 | 144 | 123 |
| Binary | 11101000 | 10101010 | 11111111 | 1001 | 100001 | 0 | 0 | 100011100 | 1100100 | 1010011 |
Color Harmonies of #E8AAFF
Complementary color
Monochromatic Colors of #E8AAFF
Black with #E8AAFF
Text Example
Text Example
White with #E8AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAFF; }
p { color: rgb(232,170,255); }
H1.HeaderClassName
{
color: #E8AAFF;
}
.AnyTagClassName
{
color: #E8AAFF;
}
</style>
background-color css
<style>
a { background-color: #E8AAFF; }
a { background-color: rgb(232,170,255); }
div.DivClassName
{
background-color: #E8AAFF;
}
.BgClassName
{
background-color: #E8AAFF;
}
</style>
border-color css
<style>
span { border-color: #E8AAFF; }
span { border-color: rgb(232,170,255); }
td.TdClassName
{
border-color: #E8AAFF;
}
.TagClassName
{
border-color: #E8AAFF;
}
</style>