Shades of Mauve #E1AEF9
Tints of Mauve #E1AEF9
RGB
CMYK
RGB Variations
Color information
#E1AEF9 (or 0xE1AEF9) is known color: Mauve. HEX triplet: E1, AE and F9. RGB value is (225,174,249). Sum of RGB (Red+Green+Blue) = 225+174+249=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEF9 is #1E5106. Grayscale: #C5C5C5. Windows color (decimal): -1986823 or 16363233. OLE color: 16363233.
HSL color Cylindrical-coordinate representation of color #E1AEF9: hue angle of 280.8º 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 #E1AEF9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 174 | 249 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.02 |
| HSL | 280.8º | 0.86% | 0.83% | - |
| HSV(B) | 280.8º | 0.3% | 0.98% | - |
| XYZ | 63.29 | 53.12 | 96.54 | - |
| YUV | 197.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 249 | 0.10 | 0.30 | 0 | 0.02 | 280.8 | 0.86 | 0.83 |
| Hex | E1 | AE | F9 | A | 1E | 0 | 2 | 119 | 56 | 53 |
| Octal | 341 | 256 | 371 | 12 | 36 | 0 | 2 | 431 | 126 | 123 |
| Binary | 11100001 | 10101110 | 11111001 | 1010 | 11110 | 0 | 10 | 100011001 | 1010110 | 1010011 |
Color Harmonies of #E1AEF9
Complementary color
Monochromatic Colors of #E1AEF9
Black with #E1AEF9
Text Example
Text Example
White with #E1AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEF9; }
p { color: rgb(225,174,249); }
H1.HeaderClassName
{
color: #E1AEF9;
}
.AnyTagClassName
{
color: #E1AEF9;
}
</style>
background-color css
<style>
a { background-color: #E1AEF9; }
a { background-color: rgb(225,174,249); }
div.DivClassName
{
background-color: #E1AEF9;
}
.BgClassName
{
background-color: #E1AEF9;
}
</style>
border-color css
<style>
span { border-color: #E1AEF9; }
span { border-color: rgb(225,174,249); }
td.TdClassName
{
border-color: #E1AEF9;
}
.TagClassName
{
border-color: #E1AEF9;
}
</style>