Shades of Mauve #E1AAFB
Tints of Mauve #E1AAFB
RGB
CMYK
RGB Variations
Color information
#E1AAFB (or 0xE1AAFB) is known color: Mauve. HEX triplet: E1, AA and FB. RGB value is (225,170,251). Sum of RGB (Red+Green+Blue) = 225+170+251=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAFB is #1E5504. Grayscale: #C3C3C3. Windows color (decimal): -1987845 or 16493281. OLE color: 16493281.
HSL color Cylindrical-coordinate representation of color #E1AAFB: hue angle of 280.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1AAFB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 170 | 251 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.02 |
| HSL | 280.74º | 0.91% | 0.83% | - |
| HSV(B) | 280.74º | 0.32% | 0.98% | - |
| XYZ | 62.84 | 51.72 | 97.94 | - |
| YUV | 195.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 251 | 0.10 | 0.32 | 0 | 0.02 | 280.74 | 0.91 | 0.83 |
| Hex | E1 | AA | FB | A | 20 | 0 | 2 | 119 | 5B | 53 |
| Octal | 341 | 252 | 373 | 12 | 40 | 0 | 2 | 431 | 133 | 123 |
| Binary | 11100001 | 10101010 | 11111011 | 1010 | 100000 | 0 | 10 | 100011001 | 1011011 | 1010011 |
Color Harmonies of #E1AAFB
Complementary color
Monochromatic Colors of #E1AAFB
Black with #E1AAFB
Text Example
Text Example
White with #E1AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAFB; }
p { color: rgb(225,170,251); }
H1.HeaderClassName
{
color: #E1AAFB;
}
.AnyTagClassName
{
color: #E1AAFB;
}
</style>
background-color css
<style>
a { background-color: #E1AAFB; }
a { background-color: rgb(225,170,251); }
div.DivClassName
{
background-color: #E1AAFB;
}
.BgClassName
{
background-color: #E1AAFB;
}
</style>
border-color css
<style>
span { border-color: #E1AAFB; }
span { border-color: rgb(225,170,251); }
td.TdClassName
{
border-color: #E1AAFB;
}
.TagClassName
{
border-color: #E1AAFB;
}
</style>