Shades of Mauve #E9AAFB
Tints of Mauve #E9AAFB
RGB
CMYK
RGB Variations
Color information
#E9AAFB (or 0xE9AAFB) is known color: Mauve. HEX triplet: E9, AA and FB. RGB value is (233,170,251). Sum of RGB (Red+Green+Blue) = 233+170+251=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAFB is #165504. Grayscale: #C5C5C5. Windows color (decimal): -1463557 or 16493289. OLE color: 16493289.
HSL color Cylindrical-coordinate representation of color #E9AAFB: hue angle of 286.67º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9AAFB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 170 | 251 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.02 |
| HSL | 286.67º | 0.91% | 0.83% | - |
| HSV(B) | 286.67º | 0.32% | 0.98% | - |
| XYZ | 65.39 | 53.04 | 98.06 | - |
| YUV | 198.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 251 | 0.07 | 0.32 | 0 | 0.02 | 286.67 | 0.91 | 0.83 |
| Hex | E9 | AA | FB | 7 | 20 | 0 | 2 | 11F | 5B | 53 |
| Octal | 351 | 252 | 373 | 7 | 40 | 0 | 2 | 437 | 133 | 123 |
| Binary | 11101001 | 10101010 | 11111011 | 111 | 100000 | 0 | 10 | 100011111 | 1011011 | 1010011 |
Color Harmonies of #E9AAFB
Complementary color
Monochromatic Colors of #E9AAFB
Black with #E9AAFB
Text Example
Text Example
White with #E9AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAFB; }
p { color: rgb(233,170,251); }
H1.HeaderClassName
{
color: #E9AAFB;
}
.AnyTagClassName
{
color: #E9AAFB;
}
</style>
background-color css
<style>
a { background-color: #E9AAFB; }
a { background-color: rgb(233,170,251); }
div.DivClassName
{
background-color: #E9AAFB;
}
.BgClassName
{
background-color: #E9AAFB;
}
</style>
border-color css
<style>
span { border-color: #E9AAFB; }
span { border-color: rgb(233,170,251); }
td.TdClassName
{
border-color: #E9AAFB;
}
.TagClassName
{
border-color: #E9AAFB;
}
</style>