Shades of Mauve #E2AAF5
Tints of Mauve #E2AAF5
RGB
CMYK
RGB Variations
Color information
#E2AAF5 (or 0xE2AAF5) is known color: Mauve. HEX triplet: E2, AA and F5. RGB value is (226,170,245). Sum of RGB (Red+Green+Blue) = 226+170+245=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2AAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAF5 is #1D550A. Grayscale: #C3C3C3. Windows color (decimal): -1922315 or 16100066. OLE color: 16100066.
HSL color Cylindrical-coordinate representation of color #E2AAF5: hue angle of 284.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2AAF5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 170 | 245 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.04 |
| HSL | 284.8º | 0.79% | 0.81% | - |
| HSV(B) | 284.8º | 0.31% | 0.96% | - |
| XYZ | 62.22 | 51.51 | 93.05 | - |
| YUV | 195.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 245 | 0.08 | 0.31 | 0 | 0.04 | 284.8 | 0.79 | 0.81 |
| Hex | E2 | AA | F5 | 8 | 1F | 0 | 4 | 11D | 4F | 51 |
| Octal | 342 | 252 | 365 | 10 | 37 | 0 | 4 | 435 | 117 | 121 |
| Binary | 11100010 | 10101010 | 11110101 | 1000 | 11111 | 0 | 100 | 100011101 | 1001111 | 1010001 |
Color Harmonies of #E2AAF5
Complementary color
Monochromatic Colors of #E2AAF5
Black with #E2AAF5
Text Example
Text Example
White with #E2AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAF5; }
p { color: rgb(226,170,245); }
H1.HeaderClassName
{
color: #E2AAF5;
}
.AnyTagClassName
{
color: #E2AAF5;
}
</style>
background-color css
<style>
a { background-color: #E2AAF5; }
a { background-color: rgb(226,170,245); }
div.DivClassName
{
background-color: #E2AAF5;
}
.BgClassName
{
background-color: #E2AAF5;
}
</style>
border-color css
<style>
span { border-color: #E2AAF5; }
span { border-color: rgb(226,170,245); }
td.TdClassName
{
border-color: #E2AAF5;
}
.TagClassName
{
border-color: #E2AAF5;
}
</style>