Shades of Mauve #E1AAFD
Tints of Mauve #E1AAFD
RGB
CMYK
RGB Variations
Color information
#E1AAFD (or 0xE1AAFD) is known color: Mauve. HEX triplet: E1, AA and FD. RGB value is (225,170,253). Sum of RGB (Red+Green+Blue) = 225+170+253=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAFD is #1E5502. Grayscale: #C3C3C3. Windows color (decimal): -1987843 or 16624353. OLE color: 16624353.
HSL color Cylindrical-coordinate representation of color #E1AAFD: hue angle of 279.76º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1AAFD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 170 | 253 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.01 |
| HSL | 279.76º | 0.95% | 0.83% | - |
| HSV(B) | 279.76º | 0.33% | 0.99% | - |
| XYZ | 63.16 | 51.85 | 99.61 | - |
| YUV | 195.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 253 | 0.11 | 0.33 | 0 | 0.01 | 279.76 | 0.95 | 0.83 |
| Hex | E1 | AA | FD | B | 21 | 0 | 1 | 118 | 5F | 53 |
| Octal | 341 | 252 | 375 | 13 | 41 | 0 | 1 | 430 | 137 | 123 |
| Binary | 11100001 | 10101010 | 11111101 | 1011 | 100001 | 0 | 1 | 100011000 | 1011111 | 1010011 |
Color Harmonies of #E1AAFD
Complementary color
Monochromatic Colors of #E1AAFD
Black with #E1AAFD
Text Example
Text Example
White with #E1AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAFD; }
p { color: rgb(225,170,253); }
H1.HeaderClassName
{
color: #E1AAFD;
}
.AnyTagClassName
{
color: #E1AAFD;
}
</style>
background-color css
<style>
a { background-color: #E1AAFD; }
a { background-color: rgb(225,170,253); }
div.DivClassName
{
background-color: #E1AAFD;
}
.BgClassName
{
background-color: #E1AAFD;
}
</style>
border-color css
<style>
span { border-color: #E1AAFD; }
span { border-color: rgb(225,170,253); }
td.TdClassName
{
border-color: #E1AAFD;
}
.TagClassName
{
border-color: #E1AAFD;
}
</style>