Shades of Mauve #E8AAFE
Tints of Mauve #E8AAFE
RGB
CMYK
RGB Variations
Color information
#E8AAFE (or 0xE8AAFE) is known color: Mauve. HEX triplet: E8, AA and FE. RGB value is (232,170,254). Sum of RGB (Red+Green+Blue) = 232+170+254=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAFE is #175501. Grayscale: #C5C5C5. Windows color (decimal): -1529090 or 16689896. OLE color: 16689896.
HSL color Cylindrical-coordinate representation of color #E8AAFE: hue angle of 284.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8AAFE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 170 | 254 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.00 |
| HSL | 284.29º | 0.98% | 0.83% | - |
| HSV(B) | 284.29º | 0.33% | 1% | - |
| XYZ | 65.54 | 53.06 | 100.55 | - |
| YUV | 198.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 254 | 0.09 | 0.33 | 0 | 0.00 | 284.29 | 0.98 | 0.83 |
| Hex | E8 | AA | FE | 9 | 21 | 0 | 0 | 11C | 62 | 53 |
| Octal | 350 | 252 | 376 | 11 | 41 | 0 | 0 | 434 | 142 | 123 |
| Binary | 11101000 | 10101010 | 11111110 | 1001 | 100001 | 0 | 0 | 100011100 | 1100010 | 1010011 |
Color Harmonies of #E8AAFE
Complementary color
Monochromatic Colors of #E8AAFE
Black with #E8AAFE
Text Example
Text Example
White with #E8AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAFE; }
p { color: rgb(232,170,254); }
H1.HeaderClassName
{
color: #E8AAFE;
}
.AnyTagClassName
{
color: #E8AAFE;
}
</style>
background-color css
<style>
a { background-color: #E8AAFE; }
a { background-color: rgb(232,170,254); }
div.DivClassName
{
background-color: #E8AAFE;
}
.BgClassName
{
background-color: #E8AAFE;
}
</style>
border-color css
<style>
span { border-color: #E8AAFE; }
span { border-color: rgb(232,170,254); }
td.TdClassName
{
border-color: #E8AAFE;
}
.TagClassName
{
border-color: #E8AAFE;
}
</style>