Shades of Mauve #E2AAF3
Tints of Mauve #E2AAF3
RGB
CMYK
RGB Variations
Color information
#E2AAF3 (or 0xE2AAF3) is known color: Mauve. HEX triplet: E2, AA and F3. RGB value is (226,170,243). Sum of RGB (Red+Green+Blue) = 226+170+243=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAF3 is #1D550C. Grayscale: #C2C2C2. Windows color (decimal): -1922317 or 15968994. OLE color: 15968994.
HSL color Cylindrical-coordinate representation of color #E2AAF3: hue angle of 286.03º degrees, saturation: 0.75, 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 #E2AAF3 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 170 | 243 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.05 |
| HSL | 286.03º | 0.75% | 0.81% | - |
| HSV(B) | 286.03º | 0.3% | 0.95% | - |
| XYZ | 61.92 | 51.39 | 91.45 | - |
| YUV | 195.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 243 | 0.07 | 0.30 | 0 | 0.05 | 286.03 | 0.75 | 0.81 |
| Hex | E2 | AA | F3 | 7 | 1E | 0 | 5 | 11E | 4B | 51 |
| Octal | 342 | 252 | 363 | 7 | 36 | 0 | 5 | 436 | 113 | 121 |
| Binary | 11100010 | 10101010 | 11110011 | 111 | 11110 | 0 | 101 | 100011110 | 1001011 | 1010001 |
Color Harmonies of #E2AAF3
Complementary color
Monochromatic Colors of #E2AAF3
Black with #E2AAF3
Text Example
Text Example
White with #E2AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAF3; }
p { color: rgb(226,170,243); }
H1.HeaderClassName
{
color: #E2AAF3;
}
.AnyTagClassName
{
color: #E2AAF3;
}
</style>
background-color css
<style>
a { background-color: #E2AAF3; }
a { background-color: rgb(226,170,243); }
div.DivClassName
{
background-color: #E2AAF3;
}
.BgClassName
{
background-color: #E2AAF3;
}
</style>
border-color css
<style>
span { border-color: #E2AAF3; }
span { border-color: rgb(226,170,243); }
td.TdClassName
{
border-color: #E2AAF3;
}
.TagClassName
{
border-color: #E2AAF3;
}
</style>