Shades of Mauve #E5AAF2
Tints of Mauve #E5AAF2
RGB
CMYK
RGB Variations
Color information
#E5AAF2 (or 0xE5AAF2) is known color: Mauve. HEX triplet: E5, AA and F2. RGB value is (229,170,242). Sum of RGB (Red+Green+Blue) = 229+170+242=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAF2 is #1A550D. Grayscale: #C3C3C3. Windows color (decimal): -1725710 or 15903461. OLE color: 15903461.
HSL color Cylindrical-coordinate representation of color #E5AAF2: hue angle of 289.17º 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 #E5AAF2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 170 | 242 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.05 |
| HSL | 289.17º | 0.73% | 0.81% | - |
| HSV(B) | 289.17º | 0.3% | 0.95% | - |
| XYZ | 62.71 | 51.82 | 90.7 | - |
| YUV | 195.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 242 | 0.05 | 0.30 | 0 | 0.05 | 289.17 | 0.73 | 0.81 |
| Hex | E5 | AA | F2 | 5 | 1E | 0 | 5 | 121 | 49 | 51 |
| Octal | 345 | 252 | 362 | 5 | 36 | 0 | 5 | 441 | 111 | 121 |
| Binary | 11100101 | 10101010 | 11110010 | 101 | 11110 | 0 | 101 | 100100001 | 1001001 | 1010001 |
Color Harmonies of #E5AAF2
Complementary color
Monochromatic Colors of #E5AAF2
Black with #E5AAF2
Text Example
Text Example
White with #E5AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AAF2; }
p { color: rgb(229,170,242); }
H1.HeaderClassName
{
color: #E5AAF2;
}
.AnyTagClassName
{
color: #E5AAF2;
}
</style>
background-color css
<style>
a { background-color: #E5AAF2; }
a { background-color: rgb(229,170,242); }
div.DivClassName
{
background-color: #E5AAF2;
}
.BgClassName
{
background-color: #E5AAF2;
}
</style>
border-color css
<style>
span { border-color: #E5AAF2; }
span { border-color: rgb(229,170,242); }
td.TdClassName
{
border-color: #E5AAF2;
}
.TagClassName
{
border-color: #E5AAF2;
}
</style>