Shades of Mauve #E9A1FE
Tints of Mauve #E9A1FE
RGB
CMYK
RGB Variations
Color information
#E9A1FE (or 0xE9A1FE) is known color: Mauve. HEX triplet: E9, A1 and FE. RGB value is (233,161,254). Sum of RGB (Red+Green+Blue) = 233+161+254=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A1FE is #165E01. Grayscale: #C0C0C0. Windows color (decimal): -1465858 or 16687593. OLE color: 16687593.
HSL color Cylindrical-coordinate representation of color #E9A1FE: hue angle of 286.45º 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 #E9A1FE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 161 | 254 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.00 |
| HSL | 286.45º | 0.98% | 0.81% | - |
| HSV(B) | 286.45º | 0.37% | 1% | - |
| XYZ | 64.24 | 49.97 | 100.03 | - |
| YUV | 193.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 254 | 0.08 | 0.37 | 0 | 0.00 | 286.45 | 0.98 | 0.81 |
| Hex | E9 | A1 | FE | 8 | 25 | 0 | 0 | 11E | 62 | 51 |
| Octal | 351 | 241 | 376 | 10 | 45 | 0 | 0 | 436 | 142 | 121 |
| Binary | 11101001 | 10100001 | 11111110 | 1000 | 100101 | 0 | 0 | 100011110 | 1100010 | 1010001 |
Color Harmonies of #E9A1FE
Complementary color
Monochromatic Colors of #E9A1FE
Black with #E9A1FE
Text Example
Text Example
White with #E9A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A1FE; }
p { color: rgb(233,161,254); }
H1.HeaderClassName
{
color: #E9A1FE;
}
.AnyTagClassName
{
color: #E9A1FE;
}
</style>
background-color css
<style>
a { background-color: #E9A1FE; }
a { background-color: rgb(233,161,254); }
div.DivClassName
{
background-color: #E9A1FE;
}
.BgClassName
{
background-color: #E9A1FE;
}
</style>
border-color css
<style>
span { border-color: #E9A1FE; }
span { border-color: rgb(233,161,254); }
td.TdClassName
{
border-color: #E9A1FE;
}
.TagClassName
{
border-color: #E9A1FE;
}
</style>