Shades of Mauve #E0AAFE
Tints of Mauve #E0AAFE
RGB
CMYK
RGB Variations
Color information
#E0AAFE (or 0xE0AAFE) is known color: Mauve. HEX triplet: E0, AA and FE. RGB value is (224,170,254). Sum of RGB (Red+Green+Blue) = 224+170+254=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFE is #1F5501. Grayscale: #C3C3C3. Windows color (decimal): -2053378 or 16689888. OLE color: 16689888.
HSL color Cylindrical-coordinate representation of color #E0AAFE: hue angle of 278.57º 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 #E0AAFE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 170 | 254 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.00 |
| HSL | 278.57º | 0.98% | 0.83% | - |
| HSV(B) | 278.57º | 0.33% | 1% | - |
| XYZ | 63 | 51.75 | 100.43 | - |
| YUV | 195.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 254 | 0.12 | 0.33 | 0 | 0.00 | 278.57 | 0.98 | 0.83 |
| Hex | E0 | AA | FE | C | 21 | 0 | 0 | 117 | 62 | 53 |
| Octal | 340 | 252 | 376 | 14 | 41 | 0 | 0 | 427 | 142 | 123 |
| Binary | 11100000 | 10101010 | 11111110 | 1100 | 100001 | 0 | 0 | 100010111 | 1100010 | 1010011 |
Color Harmonies of #E0AAFE
Complementary color
Monochromatic Colors of #E0AAFE
Black with #E0AAFE
Text Example
Text Example
White with #E0AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAFE; }
p { color: rgb(224,170,254); }
H1.HeaderClassName
{
color: #E0AAFE;
}
.AnyTagClassName
{
color: #E0AAFE;
}
</style>
background-color css
<style>
a { background-color: #E0AAFE; }
a { background-color: rgb(224,170,254); }
div.DivClassName
{
background-color: #E0AAFE;
}
.BgClassName
{
background-color: #E0AAFE;
}
</style>
border-color css
<style>
span { border-color: #E0AAFE; }
span { border-color: rgb(224,170,254); }
td.TdClassName
{
border-color: #E0AAFE;
}
.TagClassName
{
border-color: #E0AAFE;
}
</style>