Shades of Mauve #E4A1FF
Tints of Mauve #E4A1FF
RGB
CMYK
RGB Variations
Color information
#E4A1FF (or 0xE4A1FF) is known color: Mauve. HEX triplet: E4, A1 and FF. RGB value is (228,161,255). Sum of RGB (Red+Green+Blue) = 228+161+255=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A1FF is #1B5E00. Grayscale: #BFBFBF. Windows color (decimal): -1793537 or 16753124. OLE color: 16753124.
HSL color Cylindrical-coordinate representation of color #E4A1FF: hue angle of 282.77º 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 #E4A1FF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 161 | 255 | - |
| CMYK | 0.11 | 0.37 | 0 | 0 |
| HSL | 282.77º | 1% | 0.82% | - |
| HSV(B) | 282.77º | 0.37% | 1% | - |
| XYZ | 62.79 | 49.2 | 100.8 | - |
| YUV | 191.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 161 | 255 | 0.11 | 0.37 | 0 | 0 | 282.77 | 1 | 0.82 |
| Hex | E4 | A1 | FF | B | 25 | 0 | 0 | 11B | 64 | 52 |
| Octal | 344 | 241 | 377 | 13 | 45 | 0 | 0 | 433 | 144 | 122 |
| Binary | 11100100 | 10100001 | 11111111 | 1011 | 100101 | 0 | 0 | 100011011 | 1100100 | 1010010 |
Color Harmonies of #E4A1FF
Complementary color
Monochromatic Colors of #E4A1FF
Black with #E4A1FF
Text Example
Text Example
White with #E4A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A1FF; }
p { color: rgb(228,161,255); }
H1.HeaderClassName
{
color: #E4A1FF;
}
.AnyTagClassName
{
color: #E4A1FF;
}
</style>
background-color css
<style>
a { background-color: #E4A1FF; }
a { background-color: rgb(228,161,255); }
div.DivClassName
{
background-color: #E4A1FF;
}
.BgClassName
{
background-color: #E4A1FF;
}
</style>
border-color css
<style>
span { border-color: #E4A1FF; }
span { border-color: rgb(228,161,255); }
td.TdClassName
{
border-color: #E4A1FF;
}
.TagClassName
{
border-color: #E4A1FF;
}
</style>