Shades of Mauve #E0AEF9
Tints of Mauve #E0AEF9
RGB
CMYK
RGB Variations
Color information
#E0AEF9 (or 0xE0AEF9) is known color: Mauve. HEX triplet: E0, AE and F9. RGB value is (224,174,249). Sum of RGB (Red+Green+Blue) = 224+174+249=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF9 is #1F5106. Grayscale: #C5C5C5. Windows color (decimal): -2052359 or 16363232. OLE color: 16363232.
HSL color Cylindrical-coordinate representation of color #E0AEF9: hue angle of 280º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0AEF9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 174 | 249 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.02 |
| HSL | 280º | 0.86% | 0.83% | - |
| HSV(B) | 280º | 0.3% | 0.98% | - |
| XYZ | 62.98 | 52.96 | 96.53 | - |
| YUV | 197.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 249 | 0.10 | 0.30 | 0 | 0.02 | 280 | 0.86 | 0.83 |
| Hex | E0 | AE | F9 | A | 1E | 0 | 2 | 118 | 56 | 53 |
| Octal | 340 | 256 | 371 | 12 | 36 | 0 | 2 | 430 | 126 | 123 |
| Binary | 11100000 | 10101110 | 11111001 | 1010 | 11110 | 0 | 10 | 100011000 | 1010110 | 1010011 |
Color Harmonies of #E0AEF9
Complementary color
Monochromatic Colors of #E0AEF9
Black with #E0AEF9
Text Example
Text Example
White with #E0AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEF9; }
p { color: rgb(224,174,249); }
H1.HeaderClassName
{
color: #E0AEF9;
}
.AnyTagClassName
{
color: #E0AEF9;
}
</style>
background-color css
<style>
a { background-color: #E0AEF9; }
a { background-color: rgb(224,174,249); }
div.DivClassName
{
background-color: #E0AEF9;
}
.BgClassName
{
background-color: #E0AEF9;
}
</style>
border-color css
<style>
span { border-color: #E0AEF9; }
span { border-color: rgb(224,174,249); }
td.TdClassName
{
border-color: #E0AEF9;
}
.TagClassName
{
border-color: #E0AEF9;
}
</style>