Shades of Mauve #E2AAF2
Tints of Mauve #E2AAF2
RGB
CMYK
RGB Variations
Color information
#E2AAF2 (or 0xE2AAF2) is known color: Mauve. HEX triplet: E2, AA and F2. RGB value is (226,170,242). Sum of RGB (Red+Green+Blue) = 226+170+242=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAF2 is #1D550D. Grayscale: #C2C2C2. Windows color (decimal): -1922318 or 15903458. OLE color: 15903458.
HSL color Cylindrical-coordinate representation of color #E2AAF2: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AAF2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 170 | 242 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.05 |
| HSL | 286.67º | 0.73% | 0.81% | - |
| HSV(B) | 286.67º | 0.3% | 0.95% | - |
| XYZ | 61.77 | 51.33 | 90.66 | - |
| YUV | 194.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 242 | 0.07 | 0.30 | 0 | 0.05 | 286.67 | 0.73 | 0.81 |
| Hex | E2 | AA | F2 | 7 | 1E | 0 | 5 | 11F | 49 | 51 |
| Octal | 342 | 252 | 362 | 7 | 36 | 0 | 5 | 437 | 111 | 121 |
| Binary | 11100010 | 10101010 | 11110010 | 111 | 11110 | 0 | 101 | 100011111 | 1001001 | 1010001 |
Color Harmonies of #E2AAF2
Complementary color
Monochromatic Colors of #E2AAF2
Black with #E2AAF2
Text Example
Text Example
White with #E2AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAF2; }
p { color: rgb(226,170,242); }
H1.HeaderClassName
{
color: #E2AAF2;
}
.AnyTagClassName
{
color: #E2AAF2;
}
</style>
background-color css
<style>
a { background-color: #E2AAF2; }
a { background-color: rgb(226,170,242); }
div.DivClassName
{
background-color: #E2AAF2;
}
.BgClassName
{
background-color: #E2AAF2;
}
</style>
border-color css
<style>
span { border-color: #E2AAF2; }
span { border-color: rgb(226,170,242); }
td.TdClassName
{
border-color: #E2AAF2;
}
.TagClassName
{
border-color: #E2AAF2;
}
</style>