Shades of Mauve #E0AEFF
Tints of Mauve #E0AEFF
RGB
CMYK
RGB Variations
Color information
#E0AEFF (or 0xE0AEFF) is known color: Mauve. HEX triplet: E0, AE and FF. RGB value is (224,174,255). Sum of RGB (Red+Green+Blue) = 224+174+255=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFF is #1F5100. Grayscale: #C5C5C5. Windows color (decimal): -2052353 or 16756448. OLE color: 16756448.
HSL color Cylindrical-coordinate representation of color #E0AEFF: hue angle of 277.04º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0AEFF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 174 | 255 | - |
| CMYK | 0.12 | 0.32 | 0 | 0 |
| HSL | 277.04º | 1% | 0.84% | - |
| HSV(B) | 277.04º | 0.32% | 1% | - |
| XYZ | 63.93 | 53.34 | 101.53 | - |
| YUV | 198.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 255 | 0.12 | 0.32 | 0 | 0 | 277.04 | 1 | 0.84 |
| Hex | E0 | AE | FF | C | 20 | 0 | 0 | 115 | 64 | 54 |
| Octal | 340 | 256 | 377 | 14 | 40 | 0 | 0 | 425 | 144 | 124 |
| Binary | 11100000 | 10101110 | 11111111 | 1100 | 100000 | 0 | 0 | 100010101 | 1100100 | 1010100 |
Color Harmonies of #E0AEFF
Complementary color
Monochromatic Colors of #E0AEFF
Black with #E0AEFF
Text Example
Text Example
White with #E0AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEFF; }
p { color: rgb(224,174,255); }
H1.HeaderClassName
{
color: #E0AEFF;
}
.AnyTagClassName
{
color: #E0AEFF;
}
</style>
background-color css
<style>
a { background-color: #E0AEFF; }
a { background-color: rgb(224,174,255); }
div.DivClassName
{
background-color: #E0AEFF;
}
.BgClassName
{
background-color: #E0AEFF;
}
</style>
border-color css
<style>
span { border-color: #E0AEFF; }
span { border-color: rgb(224,174,255); }
td.TdClassName
{
border-color: #E0AEFF;
}
.TagClassName
{
border-color: #E0AEFF;
}
</style>