Shades of Mauve #E5A6FA
Tints of Mauve #E5A6FA
RGB
CMYK
RGB Variations
Color information
#E5A6FA (or 0xE5A6FA) is known color: Mauve. HEX triplet: E5, A6 and FA. RGB value is (229,166,250). Sum of RGB (Red+Green+Blue) = 229+166+250=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A6FA is #1A5905. Grayscale: #C2C2C2. Windows color (decimal): -1726726 or 16426725. OLE color: 16426725.
HSL color Cylindrical-coordinate representation of color #E5A6FA: hue angle of 285º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A6FA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 166 | 250 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.02 |
| HSL | 285º | 0.89% | 0.82% | - |
| HSV(B) | 285º | 0.34% | 0.98% | - |
| XYZ | 63.2 | 50.83 | 96.92 | - |
| YUV | 194.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 250 | 0.08 | 0.34 | 0 | 0.02 | 285 | 0.89 | 0.82 |
| Hex | E5 | A6 | FA | 8 | 22 | 0 | 2 | 11D | 59 | 52 |
| Octal | 345 | 246 | 372 | 10 | 42 | 0 | 2 | 435 | 131 | 122 |
| Binary | 11100101 | 10100110 | 11111010 | 1000 | 100010 | 0 | 10 | 100011101 | 1011001 | 1010010 |
Color Harmonies of #E5A6FA
Complementary color
Monochromatic Colors of #E5A6FA
Black with #E5A6FA
Text Example
Text Example
White with #E5A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A6FA; }
p { color: rgb(229,166,250); }
H1.HeaderClassName
{
color: #E5A6FA;
}
.AnyTagClassName
{
color: #E5A6FA;
}
</style>
background-color css
<style>
a { background-color: #E5A6FA; }
a { background-color: rgb(229,166,250); }
div.DivClassName
{
background-color: #E5A6FA;
}
.BgClassName
{
background-color: #E5A6FA;
}
</style>
border-color css
<style>
span { border-color: #E5A6FA; }
span { border-color: rgb(229,166,250); }
td.TdClassName
{
border-color: #E5A6FA;
}
.TagClassName
{
border-color: #E5A6FA;
}
</style>