Shades of Mauve #E0AEF4
Tints of Mauve #E0AEF4
RGB
CMYK
RGB Variations
Color information
#E0AEF4 (or 0xE0AEF4) is known color: Mauve. HEX triplet: E0, AE and F4. RGB value is (224,174,244). Sum of RGB (Red+Green+Blue) = 224+174+244=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0AEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF4 is #1F510B. Grayscale: #C4C4C4. Windows color (decimal): -2052364 or 16035552. OLE color: 16035552.
HSL color Cylindrical-coordinate representation of color #E0AEF4: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AEF4 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 174 | 244 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.04 |
| HSL | 282.86º | 0.76% | 0.82% | - |
| HSV(B) | 282.86º | 0.29% | 0.96% | - |
| XYZ | 62.21 | 52.65 | 92.47 | - |
| YUV | 196.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 244 | 0.08 | 0.29 | 0 | 0.04 | 282.86 | 0.76 | 0.82 |
| Hex | E0 | AE | F4 | 8 | 1D | 0 | 4 | 11B | 4C | 52 |
| Octal | 340 | 256 | 364 | 10 | 35 | 0 | 4 | 433 | 114 | 122 |
| Binary | 11100000 | 10101110 | 11110100 | 1000 | 11101 | 0 | 100 | 100011011 | 1001100 | 1010010 |
Color Harmonies of #E0AEF4
Complementary color
Monochromatic Colors of #E0AEF4
Black with #E0AEF4
Text Example
Text Example
White with #E0AEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEF4; }
p { color: rgb(224,174,244); }
H1.HeaderClassName
{
color: #E0AEF4;
}
.AnyTagClassName
{
color: #E0AEF4;
}
</style>
background-color css
<style>
a { background-color: #E0AEF4; }
a { background-color: rgb(224,174,244); }
div.DivClassName
{
background-color: #E0AEF4;
}
.BgClassName
{
background-color: #E0AEF4;
}
</style>
border-color css
<style>
span { border-color: #E0AEF4; }
span { border-color: rgb(224,174,244); }
td.TdClassName
{
border-color: #E0AEF4;
}
.TagClassName
{
border-color: #E0AEF4;
}
</style>