Shades of Mauve #E1AAFF
Tints of Mauve #E1AAFF
RGB
CMYK
RGB Variations
Color information
#E1AAFF (or 0xE1AAFF) is known color: Mauve. HEX triplet: E1, AA and FF. RGB value is (225,170,255). Sum of RGB (Red+Green+Blue) = 225+170+255=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAFF is #1E5500. Grayscale: #C3C3C3. Windows color (decimal): -1987841 or 16755425. OLE color: 16755425.
HSL color Cylindrical-coordinate representation of color #E1AAFF: hue angle of 278.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1AAFF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 170 | 255 | - |
| CMYK | 0.12 | 0.33 | 0 | 0 |
| HSL | 278.82º | 1% | 0.83% | - |
| HSV(B) | 278.82º | 0.33% | 1% | - |
| XYZ | 63.48 | 51.98 | 101.29 | - |
| YUV | 196.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 255 | 0.12 | 0.33 | 0 | 0 | 278.82 | 1 | 0.83 |
| Hex | E1 | AA | FF | C | 21 | 0 | 0 | 117 | 64 | 53 |
| Octal | 341 | 252 | 377 | 14 | 41 | 0 | 0 | 427 | 144 | 123 |
| Binary | 11100001 | 10101010 | 11111111 | 1100 | 100001 | 0 | 0 | 100010111 | 1100100 | 1010011 |
Color Harmonies of #E1AAFF
Complementary color
Monochromatic Colors of #E1AAFF
Black with #E1AAFF
Text Example
Text Example
White with #E1AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAFF; }
p { color: rgb(225,170,255); }
H1.HeaderClassName
{
color: #E1AAFF;
}
.AnyTagClassName
{
color: #E1AAFF;
}
</style>
background-color css
<style>
a { background-color: #E1AAFF; }
a { background-color: rgb(225,170,255); }
div.DivClassName
{
background-color: #E1AAFF;
}
.BgClassName
{
background-color: #E1AAFF;
}
</style>
border-color css
<style>
span { border-color: #E1AAFF; }
span { border-color: rgb(225,170,255); }
td.TdClassName
{
border-color: #E1AAFF;
}
.TagClassName
{
border-color: #E1AAFF;
}
</style>