Shades of Mauve #E1A0FF
Tints of Mauve #E1A0FF
RGB
CMYK
RGB Variations
Color information
#E1A0FF (or 0xE1A0FF) is known color: Mauve. HEX triplet: E1, A0 and FF. RGB value is (225,160,255). Sum of RGB (Red+Green+Blue) = 225+160+255=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A0FF is #1E5F00. Grayscale: #BDBDBD. Windows color (decimal): -1990401 or 16752865. OLE color: 16752865.
HSL color Cylindrical-coordinate representation of color #E1A0FF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1A0FF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 160 | 255 | - |
| CMYK | 0.12 | 0.37 | 0 | 0 |
| HSL | 281.05º | 1% | 0.81% | - |
| HSV(B) | 281.05º | 0.37% | 1% | - |
| XYZ | 61.67 | 48.37 | 100.69 | - |
| YUV | 190.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 255 | 0.12 | 0.37 | 0 | 0 | 281.05 | 1 | 0.81 |
| Hex | E1 | A0 | FF | C | 25 | 0 | 0 | 119 | 64 | 51 |
| Octal | 341 | 240 | 377 | 14 | 45 | 0 | 0 | 431 | 144 | 121 |
| Binary | 11100001 | 10100000 | 11111111 | 1100 | 100101 | 0 | 0 | 100011001 | 1100100 | 1010001 |
Color Harmonies of #E1A0FF
Complementary color
Monochromatic Colors of #E1A0FF
Black with #E1A0FF
Text Example
Text Example
White with #E1A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0FF; }
p { color: rgb(225,160,255); }
H1.HeaderClassName
{
color: #E1A0FF;
}
.AnyTagClassName
{
color: #E1A0FF;
}
</style>
background-color css
<style>
a { background-color: #E1A0FF; }
a { background-color: rgb(225,160,255); }
div.DivClassName
{
background-color: #E1A0FF;
}
.BgClassName
{
background-color: #E1A0FF;
}
</style>
border-color css
<style>
span { border-color: #E1A0FF; }
span { border-color: rgb(225,160,255); }
td.TdClassName
{
border-color: #E1A0FF;
}
.TagClassName
{
border-color: #E1A0FF;
}
</style>