Shades of Mauve #E1A0FE
Tints of Mauve #E1A0FE
RGB
CMYK
RGB Variations
Color information
#E1A0FE (or 0xE1A0FE) is known color: Mauve. HEX triplet: E1, A0 and FE. RGB value is (225,160,254). Sum of RGB (Red+Green+Blue) = 225+160+254=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A0FE is #1E5F01. Grayscale: #BDBDBD. Windows color (decimal): -1990402 or 16687329. OLE color: 16687329.
HSL color Cylindrical-coordinate representation of color #E1A0FE: hue angle of 281.49º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1A0FE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 160 | 254 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.00 |
| HSL | 281.49º | 0.98% | 0.81% | - |
| HSV(B) | 281.49º | 0.37% | 1% | - |
| XYZ | 61.51 | 48.3 | 99.85 | - |
| YUV | 190.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 254 | 0.11 | 0.37 | 0 | 0.00 | 281.49 | 0.98 | 0.81 |
| Hex | E1 | A0 | FE | B | 25 | 0 | 0 | 119 | 62 | 51 |
| Octal | 341 | 240 | 376 | 13 | 45 | 0 | 0 | 431 | 142 | 121 |
| Binary | 11100001 | 10100000 | 11111110 | 1011 | 100101 | 0 | 0 | 100011001 | 1100010 | 1010001 |
Color Harmonies of #E1A0FE
Complementary color
Monochromatic Colors of #E1A0FE
Black with #E1A0FE
Text Example
Text Example
White with #E1A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0FE; }
p { color: rgb(225,160,254); }
H1.HeaderClassName
{
color: #E1A0FE;
}
.AnyTagClassName
{
color: #E1A0FE;
}
</style>
background-color css
<style>
a { background-color: #E1A0FE; }
a { background-color: rgb(225,160,254); }
div.DivClassName
{
background-color: #E1A0FE;
}
.BgClassName
{
background-color: #E1A0FE;
}
</style>
border-color css
<style>
span { border-color: #E1A0FE; }
span { border-color: rgb(225,160,254); }
td.TdClassName
{
border-color: #E1A0FE;
}
.TagClassName
{
border-color: #E1A0FE;
}
</style>