Shades of Mauve #E0AEFC
Tints of Mauve #E0AEFC
RGB
CMYK
RGB Variations
Color information
#E0AEFC (or 0xE0AEFC) is known color: Mauve. HEX triplet: E0, AE and FC. RGB value is (224,174,252). Sum of RGB (Red+Green+Blue) = 224+174+252=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFC is #1F5103. Grayscale: #C5C5C5. Windows color (decimal): -2052356 or 16559840. OLE color: 16559840.
HSL color Cylindrical-coordinate representation of color #E0AEFC: hue angle of 278.46º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AEFC is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 174 | 252 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.01 |
| HSL | 278.46º | 0.93% | 0.84% | - |
| HSV(B) | 278.46º | 0.31% | 0.99% | - |
| XYZ | 63.45 | 53.15 | 99.01 | - |
| YUV | 197.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 252 | 0.11 | 0.31 | 0 | 0.01 | 278.46 | 0.93 | 0.84 |
| Hex | E0 | AE | FC | B | 1F | 0 | 1 | 116 | 5D | 54 |
| Octal | 340 | 256 | 374 | 13 | 37 | 0 | 1 | 426 | 135 | 124 |
| Binary | 11100000 | 10101110 | 11111100 | 1011 | 11111 | 0 | 1 | 100010110 | 1011101 | 1010100 |
Color Harmonies of #E0AEFC
Complementary color
Monochromatic Colors of #E0AEFC
Black with #E0AEFC
Text Example
Text Example
White with #E0AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEFC; }
p { color: rgb(224,174,252); }
H1.HeaderClassName
{
color: #E0AEFC;
}
.AnyTagClassName
{
color: #E0AEFC;
}
</style>
background-color css
<style>
a { background-color: #E0AEFC; }
a { background-color: rgb(224,174,252); }
div.DivClassName
{
background-color: #E0AEFC;
}
.BgClassName
{
background-color: #E0AEFC;
}
</style>
border-color css
<style>
span { border-color: #E0AEFC; }
span { border-color: rgb(224,174,252); }
td.TdClassName
{
border-color: #E0AEFC;
}
.TagClassName
{
border-color: #E0AEFC;
}
</style>