Shades of Mauve #E2AAFE
Tints of Mauve #E2AAFE
RGB
CMYK
RGB Variations
Color information
#E2AAFE (or 0xE2AAFE) is known color: Mauve. HEX triplet: E2, AA and FE. RGB value is (226,170,254). Sum of RGB (Red+Green+Blue) = 226+170+254=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFE is #1D5501. Grayscale: #C4C4C4. Windows color (decimal): -1922306 or 16689890. OLE color: 16689890.
HSL color Cylindrical-coordinate representation of color #E2AAFE: hue angle of 280º 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 #E2AAFE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 170 | 254 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.00 |
| HSL | 280º | 0.98% | 0.83% | - |
| HSV(B) | 280º | 0.33% | 1% | - |
| XYZ | 63.63 | 52.07 | 100.46 | - |
| YUV | 196.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 254 | 0.11 | 0.33 | 0 | 0.00 | 280 | 0.98 | 0.83 |
| Hex | E2 | AA | FE | B | 21 | 0 | 0 | 118 | 62 | 53 |
| Octal | 342 | 252 | 376 | 13 | 41 | 0 | 0 | 430 | 142 | 123 |
| Binary | 11100010 | 10101010 | 11111110 | 1011 | 100001 | 0 | 0 | 100011000 | 1100010 | 1010011 |
Color Harmonies of #E2AAFE
Complementary color
Monochromatic Colors of #E2AAFE
Black with #E2AAFE
Text Example
Text Example
White with #E2AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAFE; }
p { color: rgb(226,170,254); }
H1.HeaderClassName
{
color: #E2AAFE;
}
.AnyTagClassName
{
color: #E2AAFE;
}
</style>
background-color css
<style>
a { background-color: #E2AAFE; }
a { background-color: rgb(226,170,254); }
div.DivClassName
{
background-color: #E2AAFE;
}
.BgClassName
{
background-color: #E2AAFE;
}
</style>
border-color css
<style>
span { border-color: #E2AAFE; }
span { border-color: rgb(226,170,254); }
td.TdClassName
{
border-color: #E2AAFE;
}
.TagClassName
{
border-color: #E2AAFE;
}
</style>