Shades of Mauve #E8AAFC
Tints of Mauve #E8AAFC
RGB
CMYK
RGB Variations
Color information
#E8AAFC (or 0xE8AAFC) is known color: Mauve. HEX triplet: E8, AA and FC. RGB value is (232,170,252). Sum of RGB (Red+Green+Blue) = 232+170+252=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8AAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAFC is #175503. Grayscale: #C5C5C5. Windows color (decimal): -1529092 or 16558824. OLE color: 16558824.
HSL color Cylindrical-coordinate representation of color #E8AAFC: hue angle of 285.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8AAFC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 170 | 252 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.01 |
| HSL | 285.37º | 0.93% | 0.83% | - |
| HSV(B) | 285.37º | 0.33% | 0.99% | - |
| XYZ | 65.22 | 52.93 | 98.87 | - |
| YUV | 197.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 252 | 0.08 | 0.33 | 0 | 0.01 | 285.37 | 0.93 | 0.83 |
| Hex | E8 | AA | FC | 8 | 21 | 0 | 1 | 11D | 5D | 53 |
| Octal | 350 | 252 | 374 | 10 | 41 | 0 | 1 | 435 | 135 | 123 |
| Binary | 11101000 | 10101010 | 11111100 | 1000 | 100001 | 0 | 1 | 100011101 | 1011101 | 1010011 |
Color Harmonies of #E8AAFC
Complementary color
Monochromatic Colors of #E8AAFC
Black with #E8AAFC
Text Example
Text Example
White with #E8AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAFC; }
p { color: rgb(232,170,252); }
H1.HeaderClassName
{
color: #E8AAFC;
}
.AnyTagClassName
{
color: #E8AAFC;
}
</style>
background-color css
<style>
a { background-color: #E8AAFC; }
a { background-color: rgb(232,170,252); }
div.DivClassName
{
background-color: #E8AAFC;
}
.BgClassName
{
background-color: #E8AAFC;
}
</style>
border-color css
<style>
span { border-color: #E8AAFC; }
span { border-color: rgb(232,170,252); }
td.TdClassName
{
border-color: #E8AAFC;
}
.TagClassName
{
border-color: #E8AAFC;
}
</style>