Shades of Mauve #E8AAFB
Tints of Mauve #E8AAFB
RGB
CMYK
RGB Variations
Color information
#E8AAFB (or 0xE8AAFB) is known color: Mauve. HEX triplet: E8, AA and FB. RGB value is (232,170,251). Sum of RGB (Red+Green+Blue) = 232+170+251=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAFB is #175504. Grayscale: #C5C5C5. Windows color (decimal): -1529093 or 16493288. OLE color: 16493288.
HSL color Cylindrical-coordinate representation of color #E8AAFB: hue angle of 285.93º 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 #E8AAFB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 170 | 251 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.02 |
| HSL | 285.93º | 0.91% | 0.83% | - |
| HSV(B) | 285.93º | 0.32% | 0.98% | - |
| XYZ | 65.07 | 52.87 | 98.04 | - |
| YUV | 197.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 251 | 0.08 | 0.32 | 0 | 0.02 | 285.93 | 0.91 | 0.83 |
| Hex | E8 | AA | FB | 8 | 20 | 0 | 2 | 11E | 5B | 53 |
| Octal | 350 | 252 | 373 | 10 | 40 | 0 | 2 | 436 | 133 | 123 |
| Binary | 11101000 | 10101010 | 11111011 | 1000 | 100000 | 0 | 10 | 100011110 | 1011011 | 1010011 |
Color Harmonies of #E8AAFB
Complementary color
Monochromatic Colors of #E8AAFB
Black with #E8AAFB
Text Example
Text Example
White with #E8AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAFB; }
p { color: rgb(232,170,251); }
H1.HeaderClassName
{
color: #E8AAFB;
}
.AnyTagClassName
{
color: #E8AAFB;
}
</style>
background-color css
<style>
a { background-color: #E8AAFB; }
a { background-color: rgb(232,170,251); }
div.DivClassName
{
background-color: #E8AAFB;
}
.BgClassName
{
background-color: #E8AAFB;
}
</style>
border-color css
<style>
span { border-color: #E8AAFB; }
span { border-color: rgb(232,170,251); }
td.TdClassName
{
border-color: #E8AAFB;
}
.TagClassName
{
border-color: #E8AAFB;
}
</style>