Shades of Mauve #E0AAFC
Tints of Mauve #E0AAFC
RGB
CMYK
RGB Variations
Color information
#E0AAFC (or 0xE0AAFC) is known color: Mauve. HEX triplet: E0, AA and FC. RGB value is (224,170,252). Sum of RGB (Red+Green+Blue) = 224+170+252=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFC is #1F5503. Grayscale: #C3C3C3. Windows color (decimal): -2053380 or 16558816. OLE color: 16558816.
HSL color Cylindrical-coordinate representation of color #E0AAFC: hue angle of 279.51º 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 #E0AAFC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 170 | 252 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.01 |
| HSL | 279.51º | 0.93% | 0.83% | - |
| HSV(B) | 279.51º | 0.33% | 0.99% | - |
| XYZ | 62.69 | 51.63 | 98.76 | - |
| YUV | 195.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 252 | 0.11 | 0.33 | 0 | 0.01 | 279.51 | 0.93 | 0.83 |
| Hex | E0 | AA | FC | B | 21 | 0 | 1 | 118 | 5D | 53 |
| Octal | 340 | 252 | 374 | 13 | 41 | 0 | 1 | 430 | 135 | 123 |
| Binary | 11100000 | 10101010 | 11111100 | 1011 | 100001 | 0 | 1 | 100011000 | 1011101 | 1010011 |
Color Harmonies of #E0AAFC
Complementary color
Monochromatic Colors of #E0AAFC
Black with #E0AAFC
Text Example
Text Example
White with #E0AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAFC; }
p { color: rgb(224,170,252); }
H1.HeaderClassName
{
color: #E0AAFC;
}
.AnyTagClassName
{
color: #E0AAFC;
}
</style>
background-color css
<style>
a { background-color: #E0AAFC; }
a { background-color: rgb(224,170,252); }
div.DivClassName
{
background-color: #E0AAFC;
}
.BgClassName
{
background-color: #E0AAFC;
}
</style>
border-color css
<style>
span { border-color: #E0AAFC; }
span { border-color: rgb(224,170,252); }
td.TdClassName
{
border-color: #E0AAFC;
}
.TagClassName
{
border-color: #E0AAFC;
}
</style>