Shades of Mauve #E0AAFF
Tints of Mauve #E0AAFF
RGB
CMYK
RGB Variations
Color information
#E0AAFF (or 0xE0AAFF) is known color: Mauve. HEX triplet: E0, AA and FF. RGB value is (224,170,255). Sum of RGB (Red+Green+Blue) = 224+170+255=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFF is #1F5500. Grayscale: #C3C3C3. Windows color (decimal): -2053377 or 16755424. OLE color: 16755424.
HSL color Cylindrical-coordinate representation of color #E0AAFF: hue angle of 278.12º 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 #E0AAFF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 170 | 255 | - |
| CMYK | 0.12 | 0.33 | 0 | 0 |
| HSL | 278.12º | 1% | 0.83% | - |
| HSV(B) | 278.12º | 0.33% | 1% | - |
| XYZ | 63.17 | 51.82 | 101.28 | - |
| YUV | 195.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 255 | 0.12 | 0.33 | 0 | 0 | 278.12 | 1 | 0.83 |
| Hex | E0 | AA | FF | C | 21 | 0 | 0 | 116 | 64 | 53 |
| Octal | 340 | 252 | 377 | 14 | 41 | 0 | 0 | 426 | 144 | 123 |
| Binary | 11100000 | 10101010 | 11111111 | 1100 | 100001 | 0 | 0 | 100010110 | 1100100 | 1010011 |
Color Harmonies of #E0AAFF
Complementary color
Monochromatic Colors of #E0AAFF
Black with #E0AAFF
Text Example
Text Example
White with #E0AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAFF; }
p { color: rgb(224,170,255); }
H1.HeaderClassName
{
color: #E0AAFF;
}
.AnyTagClassName
{
color: #E0AAFF;
}
</style>
background-color css
<style>
a { background-color: #E0AAFF; }
a { background-color: rgb(224,170,255); }
div.DivClassName
{
background-color: #E0AAFF;
}
.BgClassName
{
background-color: #E0AAFF;
}
</style>
border-color css
<style>
span { border-color: #E0AAFF; }
span { border-color: rgb(224,170,255); }
td.TdClassName
{
border-color: #E0AAFF;
}
.TagClassName
{
border-color: #E0AAFF;
}
</style>