Shades of Mauve #E1AEF0
Tints of Mauve #E1AEF0
RGB
CMYK
RGB Variations
Color information
#E1AEF0 (or 0xE1AEF0) is known color: Mauve. HEX triplet: E1, AE and F0. RGB value is (225,174,240). Sum of RGB (Red+Green+Blue) = 225+174+240=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEF0 is #1E510F. Grayscale: #C4C4C4. Windows color (decimal): -1986832 or 15773409. OLE color: 15773409.
HSL color Cylindrical-coordinate representation of color #E1AEF0: hue angle of 286.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1AEF0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 174 | 240 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.06 |
| HSL | 286.36º | 0.69% | 0.81% | - |
| HSV(B) | 286.36º | 0.28% | 0.94% | - |
| XYZ | 61.92 | 52.57 | 89.32 | - |
| YUV | 196.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 240 | 0.06 | 0.28 | 0 | 0.06 | 286.36 | 0.69 | 0.81 |
| Hex | E1 | AE | F0 | 6 | 1C | 0 | 6 | 11E | 45 | 51 |
| Octal | 341 | 256 | 360 | 6 | 34 | 0 | 6 | 436 | 105 | 121 |
| Binary | 11100001 | 10101110 | 11110000 | 110 | 11100 | 0 | 110 | 100011110 | 1000101 | 1010001 |
Color Harmonies of #E1AEF0
Complementary color
Monochromatic Colors of #E1AEF0
Black with #E1AEF0
Text Example
Text Example
White with #E1AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEF0; }
p { color: rgb(225,174,240); }
H1.HeaderClassName
{
color: #E1AEF0;
}
.AnyTagClassName
{
color: #E1AEF0;
}
</style>
background-color css
<style>
a { background-color: #E1AEF0; }
a { background-color: rgb(225,174,240); }
div.DivClassName
{
background-color: #E1AEF0;
}
.BgClassName
{
background-color: #E1AEF0;
}
</style>
border-color css
<style>
span { border-color: #E1AEF0; }
span { border-color: rgb(225,174,240); }
td.TdClassName
{
border-color: #E1AEF0;
}
.TagClassName
{
border-color: #E1AEF0;
}
</style>