Shades of Mauve #E1AEF8
Tints of Mauve #E1AEF8
RGB
CMYK
RGB Variations
Color information
#E1AEF8 (or 0xE1AEF8) is known color: Mauve. HEX triplet: E1, AE and F8. RGB value is (225,174,248). Sum of RGB (Red+Green+Blue) = 225+174+248=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEF8 is #1E5107. Grayscale: #C5C5C5. Windows color (decimal): -1986824 or 16297697. OLE color: 16297697.
HSL color Cylindrical-coordinate representation of color #E1AEF8: hue angle of 281.35º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1AEF8 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 174 | 248 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.03 |
| HSL | 281.35º | 0.84% | 0.83% | - |
| HSV(B) | 281.35º | 0.3% | 0.97% | - |
| XYZ | 63.13 | 53.06 | 95.72 | - |
| YUV | 197.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 248 | 0.09 | 0.30 | 0 | 0.03 | 281.35 | 0.84 | 0.83 |
| Hex | E1 | AE | F8 | 9 | 1E | 0 | 3 | 119 | 54 | 53 |
| Octal | 341 | 256 | 370 | 11 | 36 | 0 | 3 | 431 | 124 | 123 |
| Binary | 11100001 | 10101110 | 11111000 | 1001 | 11110 | 0 | 11 | 100011001 | 1010100 | 1010011 |
Color Harmonies of #E1AEF8
Complementary color
Monochromatic Colors of #E1AEF8
Black with #E1AEF8
Text Example
Text Example
White with #E1AEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEF8; }
p { color: rgb(225,174,248); }
H1.HeaderClassName
{
color: #E1AEF8;
}
.AnyTagClassName
{
color: #E1AEF8;
}
</style>
background-color css
<style>
a { background-color: #E1AEF8; }
a { background-color: rgb(225,174,248); }
div.DivClassName
{
background-color: #E1AEF8;
}
.BgClassName
{
background-color: #E1AEF8;
}
</style>
border-color css
<style>
span { border-color: #E1AEF8; }
span { border-color: rgb(225,174,248); }
td.TdClassName
{
border-color: #E1AEF8;
}
.TagClassName
{
border-color: #E1AEF8;
}
</style>