Shades of Mauve #E1A5FA
Tints of Mauve #E1A5FA
RGB
CMYK
RGB Variations
Color information
#E1A5FA (or 0xE1A5FA) is known color: Mauve. HEX triplet: E1, A5 and FA. RGB value is (225,165,250). Sum of RGB (Red+Green+Blue) = 225+165+250=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A5FA is #1E5A05. Grayscale: #C0C0C0. Windows color (decimal): -1989126 or 16426465. OLE color: 16426465.
HSL color Cylindrical-coordinate representation of color #E1A5FA: hue angle of 282.35º degrees, saturation: 0.89, 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 #E1A5FA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 165 | 250 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.02 |
| HSL | 282.35º | 0.89% | 0.81% | - |
| HSV(B) | 282.35º | 0.34% | 0.98% | - |
| XYZ | 61.76 | 49.82 | 96.8 | - |
| YUV | 192.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 250 | 0.10 | 0.34 | 0 | 0.02 | 282.35 | 0.89 | 0.81 |
| Hex | E1 | A5 | FA | A | 22 | 0 | 2 | 11A | 59 | 51 |
| Octal | 341 | 245 | 372 | 12 | 42 | 0 | 2 | 432 | 131 | 121 |
| Binary | 11100001 | 10100101 | 11111010 | 1010 | 100010 | 0 | 10 | 100011010 | 1011001 | 1010001 |
Color Harmonies of #E1A5FA
Complementary color
Monochromatic Colors of #E1A5FA
Black with #E1A5FA
Text Example
Text Example
White with #E1A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5FA; }
p { color: rgb(225,165,250); }
H1.HeaderClassName
{
color: #E1A5FA;
}
.AnyTagClassName
{
color: #E1A5FA;
}
</style>
background-color css
<style>
a { background-color: #E1A5FA; }
a { background-color: rgb(225,165,250); }
div.DivClassName
{
background-color: #E1A5FA;
}
.BgClassName
{
background-color: #E1A5FA;
}
</style>
border-color css
<style>
span { border-color: #E1A5FA; }
span { border-color: rgb(225,165,250); }
td.TdClassName
{
border-color: #E1A5FA;
}
.TagClassName
{
border-color: #E1A5FA;
}
</style>