Shades of Mauve #E1A5F9
Tints of Mauve #E1A5F9
RGB
CMYK
RGB Variations
Color information
#E1A5F9 (or 0xE1A5F9) is known color: Mauve. HEX triplet: E1, A5 and F9. RGB value is (225,165,249). Sum of RGB (Red+Green+Blue) = 225+165+249=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A5F9 is #1E5A06. Grayscale: #C0C0C0. Windows color (decimal): -1989127 or 16360929. OLE color: 16360929.
HSL color Cylindrical-coordinate representation of color #E1A5F9: hue angle of 282.86º degrees, saturation: 0.88, 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 #E1A5F9 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 165 | 249 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.02 |
| HSL | 282.86º | 0.88% | 0.81% | - |
| HSV(B) | 282.86º | 0.34% | 0.98% | - |
| XYZ | 61.61 | 49.76 | 95.98 | - |
| YUV | 192.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 249 | 0.10 | 0.34 | 0 | 0.02 | 282.86 | 0.88 | 0.81 |
| Hex | E1 | A5 | F9 | A | 22 | 0 | 2 | 11B | 58 | 51 |
| Octal | 341 | 245 | 371 | 12 | 42 | 0 | 2 | 433 | 130 | 121 |
| Binary | 11100001 | 10100101 | 11111001 | 1010 | 100010 | 0 | 10 | 100011011 | 1011000 | 1010001 |
Color Harmonies of #E1A5F9
Complementary color
Monochromatic Colors of #E1A5F9
Black with #E1A5F9
Text Example
Text Example
White with #E1A5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5F9; }
p { color: rgb(225,165,249); }
H1.HeaderClassName
{
color: #E1A5F9;
}
.AnyTagClassName
{
color: #E1A5F9;
}
</style>
background-color css
<style>
a { background-color: #E1A5F9; }
a { background-color: rgb(225,165,249); }
div.DivClassName
{
background-color: #E1A5F9;
}
.BgClassName
{
background-color: #E1A5F9;
}
</style>
border-color css
<style>
span { border-color: #E1A5F9; }
span { border-color: rgb(225,165,249); }
td.TdClassName
{
border-color: #E1A5F9;
}
.TagClassName
{
border-color: #E1A5F9;
}
</style>