Shades of Mauve #E3AAFA
Tints of Mauve #E3AAFA
RGB
CMYK
RGB Variations
Color information
#E3AAFA (or 0xE3AAFA) is known color: Mauve. HEX triplet: E3, AA and FA. RGB value is (227,170,250). Sum of RGB (Red+Green+Blue) = 227+170+250=647 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.09% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAFA is #1C5505. Grayscale: #C3C3C3. Windows color (decimal): -1856774 or 16427747. OLE color: 16427747.
HSL color Cylindrical-coordinate representation of color #E3AAFA: hue angle of 282.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3AAFA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 170 | 250 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.02 |
| HSL | 282.75º | 0.89% | 0.82% | - |
| HSV(B) | 282.75º | 0.32% | 0.98% | - |
| XYZ | 63.31 | 51.98 | 97.14 | - |
| YUV | 196.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 250 | 0.09 | 0.32 | 0 | 0.02 | 282.75 | 0.89 | 0.82 |
| Hex | E3 | AA | FA | 9 | 20 | 0 | 2 | 11B | 59 | 52 |
| Octal | 343 | 252 | 372 | 11 | 40 | 0 | 2 | 433 | 131 | 122 |
| Binary | 11100011 | 10101010 | 11111010 | 1001 | 100000 | 0 | 10 | 100011011 | 1011001 | 1010010 |
Color Harmonies of #E3AAFA
Complementary color
Monochromatic Colors of #E3AAFA
Black with #E3AAFA
Text Example
Text Example
White with #E3AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAFA; }
p { color: rgb(227,170,250); }
H1.HeaderClassName
{
color: #E3AAFA;
}
.AnyTagClassName
{
color: #E3AAFA;
}
</style>
background-color css
<style>
a { background-color: #E3AAFA; }
a { background-color: rgb(227,170,250); }
div.DivClassName
{
background-color: #E3AAFA;
}
.BgClassName
{
background-color: #E3AAFA;
}
</style>
border-color css
<style>
span { border-color: #E3AAFA; }
span { border-color: rgb(227,170,250); }
td.TdClassName
{
border-color: #E3AAFA;
}
.TagClassName
{
border-color: #E3AAFA;
}
</style>