Shades of Mauve #E2AAFB
Tints of Mauve #E2AAFB
RGB
CMYK
RGB Variations
Color information
#E2AAFB (or 0xE2AAFB) is known color: Mauve. HEX triplet: E2, AA and FB. RGB value is (226,170,251). Sum of RGB (Red+Green+Blue) = 226+170+251=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFB is #1D5504. Grayscale: #C3C3C3. Windows color (decimal): -1922309 or 16493282. OLE color: 16493282.
HSL color Cylindrical-coordinate representation of color #E2AAFB: hue angle of 281.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2AAFB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 170 | 251 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.02 |
| HSL | 281.48º | 0.91% | 0.83% | - |
| HSV(B) | 281.48º | 0.32% | 0.98% | - |
| XYZ | 63.15 | 51.88 | 97.95 | - |
| YUV | 195.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 251 | 0.10 | 0.32 | 0 | 0.02 | 281.48 | 0.91 | 0.83 |
| Hex | E2 | AA | FB | A | 20 | 0 | 2 | 119 | 5B | 53 |
| Octal | 342 | 252 | 373 | 12 | 40 | 0 | 2 | 431 | 133 | 123 |
| Binary | 11100010 | 10101010 | 11111011 | 1010 | 100000 | 0 | 10 | 100011001 | 1011011 | 1010011 |
Color Harmonies of #E2AAFB
Complementary color
Monochromatic Colors of #E2AAFB
Black with #E2AAFB
Text Example
Text Example
White with #E2AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAFB; }
p { color: rgb(226,170,251); }
H1.HeaderClassName
{
color: #E2AAFB;
}
.AnyTagClassName
{
color: #E2AAFB;
}
</style>
background-color css
<style>
a { background-color: #E2AAFB; }
a { background-color: rgb(226,170,251); }
div.DivClassName
{
background-color: #E2AAFB;
}
.BgClassName
{
background-color: #E2AAFB;
}
</style>
border-color css
<style>
span { border-color: #E2AAFB; }
span { border-color: rgb(226,170,251); }
td.TdClassName
{
border-color: #E2AAFB;
}
.TagClassName
{
border-color: #E2AAFB;
}
</style>