Shades of Mauve #E5AEFC
Tints of Mauve #E5AEFC
RGB
CMYK
RGB Variations
Color information
#E5AEFC (or 0xE5AEFC) is known color: Mauve. HEX triplet: E5, AE and FC. RGB value is (229,174,252). Sum of RGB (Red+Green+Blue) = 229+174+252=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFC is #1A5103. Grayscale: #C7C7C7. Windows color (decimal): -1724676 or 16559845. OLE color: 16559845.
HSL color Cylindrical-coordinate representation of color #E5AEFC: hue angle of 282.31º 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 #E5AEFC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 174 | 252 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.01 |
| HSL | 282.31º | 0.93% | 0.84% | - |
| HSV(B) | 282.31º | 0.31% | 0.99% | - |
| XYZ | 65.02 | 53.96 | 99.08 | - |
| YUV | 199.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 252 | 0.09 | 0.31 | 0 | 0.01 | 282.31 | 0.93 | 0.84 |
| Hex | E5 | AE | FC | 9 | 1F | 0 | 1 | 11A | 5D | 54 |
| Octal | 345 | 256 | 374 | 11 | 37 | 0 | 1 | 432 | 135 | 124 |
| Binary | 11100101 | 10101110 | 11111100 | 1001 | 11111 | 0 | 1 | 100011010 | 1011101 | 1010100 |
Color Harmonies of #E5AEFC
Complementary color
Monochromatic Colors of #E5AEFC
Black with #E5AEFC
Text Example
Text Example
White with #E5AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEFC; }
p { color: rgb(229,174,252); }
H1.HeaderClassName
{
color: #E5AEFC;
}
.AnyTagClassName
{
color: #E5AEFC;
}
</style>
background-color css
<style>
a { background-color: #E5AEFC; }
a { background-color: rgb(229,174,252); }
div.DivClassName
{
background-color: #E5AEFC;
}
.BgClassName
{
background-color: #E5AEFC;
}
</style>
border-color css
<style>
span { border-color: #E5AEFC; }
span { border-color: rgb(229,174,252); }
td.TdClassName
{
border-color: #E5AEFC;
}
.TagClassName
{
border-color: #E5AEFC;
}
</style>