Shades of Mauve #E5A1FF
Tints of Mauve #E5A1FF
RGB
CMYK
RGB Variations
Color information
#E5A1FF (or 0xE5A1FF) is known color: Mauve. HEX triplet: E5, A1 and FF. RGB value is (229,161,255). Sum of RGB (Red+Green+Blue) = 229+161+255=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A1FF is #1A5E00. Grayscale: #BFBFBF. Windows color (decimal): -1728001 or 16753125. OLE color: 16753125.
HSL color Cylindrical-coordinate representation of color #E5A1FF: hue angle of 283.4º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5A1FF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 161 | 255 | - |
| CMYK | 0.10 | 0.37 | 0 | 0 |
| HSL | 283.4º | 1% | 0.82% | - |
| HSV(B) | 283.4º | 0.37% | 1% | - |
| XYZ | 63.11 | 49.37 | 100.81 | - |
| YUV | 192.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 255 | 0.10 | 0.37 | 0 | 0 | 283.4 | 1 | 0.82 |
| Hex | E5 | A1 | FF | A | 25 | 0 | 0 | 11B | 64 | 52 |
| Octal | 345 | 241 | 377 | 12 | 45 | 0 | 0 | 433 | 144 | 122 |
| Binary | 11100101 | 10100001 | 11111111 | 1010 | 100101 | 0 | 0 | 100011011 | 1100100 | 1010010 |
Color Harmonies of #E5A1FF
Complementary color
Monochromatic Colors of #E5A1FF
Black with #E5A1FF
Text Example
Text Example
White with #E5A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1FF; }
p { color: rgb(229,161,255); }
H1.HeaderClassName
{
color: #E5A1FF;
}
.AnyTagClassName
{
color: #E5A1FF;
}
</style>
background-color css
<style>
a { background-color: #E5A1FF; }
a { background-color: rgb(229,161,255); }
div.DivClassName
{
background-color: #E5A1FF;
}
.BgClassName
{
background-color: #E5A1FF;
}
</style>
border-color css
<style>
span { border-color: #E5A1FF; }
span { border-color: rgb(229,161,255); }
td.TdClassName
{
border-color: #E5A1FF;
}
.TagClassName
{
border-color: #E5A1FF;
}
</style>