Shades of Mauve #E9A1FF
Tints of Mauve #E9A1FF
RGB
CMYK
RGB Variations
Color information
#E9A1FF (or 0xE9A1FF) is known color: Mauve. HEX triplet: E9, A1 and FF. RGB value is (233,161,255). Sum of RGB (Red+Green+Blue) = 233+161+255=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9A1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A1FF is #165E00. Grayscale: #C0C0C0. Windows color (decimal): -1465857 or 16753129. OLE color: 16753129.
HSL color Cylindrical-coordinate representation of color #E9A1FF: hue angle of 285.96º 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 #E9A1FF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 161 | 255 | - |
| CMYK | 0.09 | 0.37 | 0 | 0 |
| HSL | 285.96º | 1% | 0.82% | - |
| HSV(B) | 285.96º | 0.37% | 1% | - |
| XYZ | 64.4 | 50.03 | 100.87 | - |
| YUV | 193.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 255 | 0.09 | 0.37 | 0 | 0 | 285.96 | 1 | 0.82 |
| Hex | E9 | A1 | FF | 9 | 25 | 0 | 0 | 11E | 64 | 52 |
| Octal | 351 | 241 | 377 | 11 | 45 | 0 | 0 | 436 | 144 | 122 |
| Binary | 11101001 | 10100001 | 11111111 | 1001 | 100101 | 0 | 0 | 100011110 | 1100100 | 1010010 |
Color Harmonies of #E9A1FF
Complementary color
Monochromatic Colors of #E9A1FF
Black with #E9A1FF
Text Example
Text Example
White with #E9A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A1FF; }
p { color: rgb(233,161,255); }
H1.HeaderClassName
{
color: #E9A1FF;
}
.AnyTagClassName
{
color: #E9A1FF;
}
</style>
background-color css
<style>
a { background-color: #E9A1FF; }
a { background-color: rgb(233,161,255); }
div.DivClassName
{
background-color: #E9A1FF;
}
.BgClassName
{
background-color: #E9A1FF;
}
</style>
border-color css
<style>
span { border-color: #E9A1FF; }
span { border-color: rgb(233,161,255); }
td.TdClassName
{
border-color: #E9A1FF;
}
.TagClassName
{
border-color: #E9A1FF;
}
</style>