Shades of Mauve #E0AEF0
Tints of Mauve #E0AEF0
RGB
CMYK
RGB Variations
Color information
#E0AEF0 (or 0xE0AEF0) is known color: Mauve. HEX triplet: E0, AE and F0. RGB value is (224,174,240). Sum of RGB (Red+Green+Blue) = 224+174+240=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF0 is #1F510F. Grayscale: #C4C4C4. Windows color (decimal): -2052368 or 15773408. OLE color: 15773408.
HSL color Cylindrical-coordinate representation of color #E0AEF0: hue angle of 285.45º 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 #E0AEF0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 174 | 240 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.06 |
| HSL | 285.45º | 0.69% | 0.81% | - |
| HSV(B) | 285.45º | 0.28% | 0.94% | - |
| XYZ | 61.6 | 52.41 | 89.31 | - |
| YUV | 196.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 240 | 0.07 | 0.28 | 0 | 0.06 | 285.45 | 0.69 | 0.81 |
| Hex | E0 | AE | F0 | 7 | 1C | 0 | 6 | 11D | 45 | 51 |
| Octal | 340 | 256 | 360 | 7 | 34 | 0 | 6 | 435 | 105 | 121 |
| Binary | 11100000 | 10101110 | 11110000 | 111 | 11100 | 0 | 110 | 100011101 | 1000101 | 1010001 |
Color Harmonies of #E0AEF0
Complementary color
Monochromatic Colors of #E0AEF0
Black with #E0AEF0
Text Example
Text Example
White with #E0AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEF0; }
p { color: rgb(224,174,240); }
H1.HeaderClassName
{
color: #E0AEF0;
}
.AnyTagClassName
{
color: #E0AEF0;
}
</style>
background-color css
<style>
a { background-color: #E0AEF0; }
a { background-color: rgb(224,174,240); }
div.DivClassName
{
background-color: #E0AEF0;
}
.BgClassName
{
background-color: #E0AEF0;
}
</style>
border-color css
<style>
span { border-color: #E0AEF0; }
span { border-color: rgb(224,174,240); }
td.TdClassName
{
border-color: #E0AEF0;
}
.TagClassName
{
border-color: #E0AEF0;
}
</style>