Shades of Mauve #E9AAFC
Tints of Mauve #E9AAFC
RGB
CMYK
RGB Variations
Color information
#E9AAFC (or 0xE9AAFC) is known color: Mauve. HEX triplet: E9, AA and FC. RGB value is (233,170,252). Sum of RGB (Red+Green+Blue) = 233+170+252=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 170 (66.80% from 255 or 25.95% 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 #E9AAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAFC is #165503. Grayscale: #C5C5C5. Windows color (decimal): -1463556 or 16558825. OLE color: 16558825.
HSL color Cylindrical-coordinate representation of color #E9AAFC: hue angle of 286.1º 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 #E9AAFC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 170 | 252 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.01 |
| HSL | 286.1º | 0.93% | 0.83% | - |
| HSV(B) | 286.1º | 0.33% | 0.99% | - |
| XYZ | 65.55 | 53.1 | 98.89 | - |
| YUV | 198.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 252 | 0.08 | 0.33 | 0 | 0.01 | 286.1 | 0.93 | 0.83 |
| Hex | E9 | AA | FC | 8 | 21 | 0 | 1 | 11E | 5D | 53 |
| Octal | 351 | 252 | 374 | 10 | 41 | 0 | 1 | 436 | 135 | 123 |
| Binary | 11101001 | 10101010 | 11111100 | 1000 | 100001 | 0 | 1 | 100011110 | 1011101 | 1010011 |
Color Harmonies of #E9AAFC
Complementary color
Monochromatic Colors of #E9AAFC
Black with #E9AAFC
Text Example
Text Example
White with #E9AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAFC; }
p { color: rgb(233,170,252); }
H1.HeaderClassName
{
color: #E9AAFC;
}
.AnyTagClassName
{
color: #E9AAFC;
}
</style>
background-color css
<style>
a { background-color: #E9AAFC; }
a { background-color: rgb(233,170,252); }
div.DivClassName
{
background-color: #E9AAFC;
}
.BgClassName
{
background-color: #E9AAFC;
}
</style>
border-color css
<style>
span { border-color: #E9AAFC; }
span { border-color: rgb(233,170,252); }
td.TdClassName
{
border-color: #E9AAFC;
}
.TagClassName
{
border-color: #E9AAFC;
}
</style>