Shades of Mauve #E1A4FA
Tints of Mauve #E1A4FA
RGB
CMYK
RGB Variations
Color information
#E1A4FA (or 0xE1A4FA) is known color: Mauve. HEX triplet: E1, A4 and FA. RGB value is (225,164,250). Sum of RGB (Red+Green+Blue) = 225+164+250=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4FA is #1E5B05. Grayscale: #BFBFBF. Windows color (decimal): -1989382 or 16426209. OLE color: 16426209.
HSL color Cylindrical-coordinate representation of color #E1A4FA: hue angle of 282.56º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A4FA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 164 | 250 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.02 |
| HSL | 282.56º | 0.9% | 0.81% | - |
| HSV(B) | 282.56º | 0.34% | 0.98% | - |
| XYZ | 61.58 | 49.46 | 96.74 | - |
| YUV | 192.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 250 | 0.10 | 0.34 | 0 | 0.02 | 282.56 | 0.9 | 0.81 |
| Hex | E1 | A4 | FA | A | 22 | 0 | 2 | 11B | 5A | 51 |
| Octal | 341 | 244 | 372 | 12 | 42 | 0 | 2 | 433 | 132 | 121 |
| Binary | 11100001 | 10100100 | 11111010 | 1010 | 100010 | 0 | 10 | 100011011 | 1011010 | 1010001 |
Color Harmonies of #E1A4FA
Complementary color
Monochromatic Colors of #E1A4FA
Black with #E1A4FA
Text Example
Text Example
White with #E1A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4FA; }
p { color: rgb(225,164,250); }
H1.HeaderClassName
{
color: #E1A4FA;
}
.AnyTagClassName
{
color: #E1A4FA;
}
</style>
background-color css
<style>
a { background-color: #E1A4FA; }
a { background-color: rgb(225,164,250); }
div.DivClassName
{
background-color: #E1A4FA;
}
.BgClassName
{
background-color: #E1A4FA;
}
</style>
border-color css
<style>
span { border-color: #E1A4FA; }
span { border-color: rgb(225,164,250); }
td.TdClassName
{
border-color: #E1A4FA;
}
.TagClassName
{
border-color: #E1A4FA;
}
</style>