Shades of Mauve #E4AEFC
Tints of Mauve #E4AEFC
RGB
CMYK
RGB Variations
Color information
#E4AEFC (or 0xE4AEFC) is known color: Mauve. HEX triplet: E4, AE and FC. RGB value is (228,174,252). Sum of RGB (Red+Green+Blue) = 228+174+252=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEFC is #1B5103. Grayscale: #C6C6C6. Windows color (decimal): -1790212 or 16559844. OLE color: 16559844.
HSL color Cylindrical-coordinate representation of color #E4AEFC: hue angle of 281.54º 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 #E4AEFC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 174 | 252 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.01 |
| HSL | 281.54º | 0.93% | 0.84% | - |
| HSV(B) | 281.54º | 0.31% | 0.99% | - |
| XYZ | 64.7 | 53.79 | 99.07 | - |
| YUV | 199.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 174 | 252 | 0.10 | 0.31 | 0 | 0.01 | 281.54 | 0.93 | 0.84 |
| Hex | E4 | AE | FC | A | 1F | 0 | 1 | 11A | 5D | 54 |
| Octal | 344 | 256 | 374 | 12 | 37 | 0 | 1 | 432 | 135 | 124 |
| Binary | 11100100 | 10101110 | 11111100 | 1010 | 11111 | 0 | 1 | 100011010 | 1011101 | 1010100 |
Color Harmonies of #E4AEFC
Complementary color
Monochromatic Colors of #E4AEFC
Black with #E4AEFC
Text Example
Text Example
White with #E4AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AEFC; }
p { color: rgb(228,174,252); }
H1.HeaderClassName
{
color: #E4AEFC;
}
.AnyTagClassName
{
color: #E4AEFC;
}
</style>
background-color css
<style>
a { background-color: #E4AEFC; }
a { background-color: rgb(228,174,252); }
div.DivClassName
{
background-color: #E4AEFC;
}
.BgClassName
{
background-color: #E4AEFC;
}
</style>
border-color css
<style>
span { border-color: #E4AEFC; }
span { border-color: rgb(228,174,252); }
td.TdClassName
{
border-color: #E4AEFC;
}
.TagClassName
{
border-color: #E4AEFC;
}
</style>