Shades of Mauve #E4AAFC
Tints of Mauve #E4AAFC
RGB
CMYK
RGB Variations
Color information
#E4AAFC (or 0xE4AAFC) is known color: Mauve. HEX triplet: E4, AA and FC. RGB value is (228,170,252). Sum of RGB (Red+Green+Blue) = 228+170+252=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 170 (66.80% from 255 or 26.15% 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 #E4AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAFC is #1B5503. Grayscale: #C4C4C4. Windows color (decimal): -1791236 or 16558820. OLE color: 16558820.
HSL color Cylindrical-coordinate representation of color #E4AAFC: hue angle of 282.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4AAFC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 170 | 252 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.01 |
| HSL | 282.44º | 0.93% | 0.83% | - |
| HSV(B) | 282.44º | 0.33% | 0.99% | - |
| XYZ | 63.94 | 52.27 | 98.81 | - |
| YUV | 196.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 252 | 0.10 | 0.33 | 0 | 0.01 | 282.44 | 0.93 | 0.83 |
| Hex | E4 | AA | FC | A | 21 | 0 | 1 | 11A | 5D | 53 |
| Octal | 344 | 252 | 374 | 12 | 41 | 0 | 1 | 432 | 135 | 123 |
| Binary | 11100100 | 10101010 | 11111100 | 1010 | 100001 | 0 | 1 | 100011010 | 1011101 | 1010011 |
Color Harmonies of #E4AAFC
Complementary color
Monochromatic Colors of #E4AAFC
Black with #E4AAFC
Text Example
Text Example
White with #E4AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAFC; }
p { color: rgb(228,170,252); }
H1.HeaderClassName
{
color: #E4AAFC;
}
.AnyTagClassName
{
color: #E4AAFC;
}
</style>
background-color css
<style>
a { background-color: #E4AAFC; }
a { background-color: rgb(228,170,252); }
div.DivClassName
{
background-color: #E4AAFC;
}
.BgClassName
{
background-color: #E4AAFC;
}
</style>
border-color css
<style>
span { border-color: #E4AAFC; }
span { border-color: rgb(228,170,252); }
td.TdClassName
{
border-color: #E4AAFC;
}
.TagClassName
{
border-color: #E4AAFC;
}
</style>