Shades of Mauve #E0AAFD
Tints of Mauve #E0AAFD
RGB
CMYK
RGB Variations
Color information
#E0AAFD (or 0xE0AAFD) is known color: Mauve. HEX triplet: E0, AA and FD. RGB value is (224,170,253). Sum of RGB (Red+Green+Blue) = 224+170+253=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFD is #1F5502. Grayscale: #C3C3C3. Windows color (decimal): -2053379 or 16624352. OLE color: 16624352.
HSL color Cylindrical-coordinate representation of color #E0AAFD: hue angle of 279.04º 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 #E0AAFD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 170 | 253 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.01 |
| HSL | 279.04º | 0.95% | 0.83% | - |
| HSV(B) | 279.04º | 0.33% | 0.99% | - |
| XYZ | 62.84 | 51.69 | 99.59 | - |
| YUV | 195.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 253 | 0.11 | 0.33 | 0 | 0.01 | 279.04 | 0.95 | 0.83 |
| Hex | E0 | AA | FD | B | 21 | 0 | 1 | 117 | 5F | 53 |
| Octal | 340 | 252 | 375 | 13 | 41 | 0 | 1 | 427 | 137 | 123 |
| Binary | 11100000 | 10101010 | 11111101 | 1011 | 100001 | 0 | 1 | 100010111 | 1011111 | 1010011 |
Color Harmonies of #E0AAFD
Complementary color
Monochromatic Colors of #E0AAFD
Black with #E0AAFD
Text Example
Text Example
White with #E0AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAFD; }
p { color: rgb(224,170,253); }
H1.HeaderClassName
{
color: #E0AAFD;
}
.AnyTagClassName
{
color: #E0AAFD;
}
</style>
background-color css
<style>
a { background-color: #E0AAFD; }
a { background-color: rgb(224,170,253); }
div.DivClassName
{
background-color: #E0AAFD;
}
.BgClassName
{
background-color: #E0AAFD;
}
</style>
border-color css
<style>
span { border-color: #E0AAFD; }
span { border-color: rgb(224,170,253); }
td.TdClassName
{
border-color: #E0AAFD;
}
.TagClassName
{
border-color: #E0AAFD;
}
</style>