Shades of Mauve #E8A1FE
Tints of Mauve #E8A1FE
RGB
CMYK
RGB Variations
Color information
#E8A1FE (or 0xE8A1FE) is known color: Mauve. HEX triplet: E8, A1 and FE. RGB value is (232,161,254). Sum of RGB (Red+Green+Blue) = 232+161+254=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A1FE is #175E01. Grayscale: #C0C0C0. Windows color (decimal): -1531394 or 16687592. OLE color: 16687592.
HSL color Cylindrical-coordinate representation of color #E8A1FE: hue angle of 285.81º 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 #E8A1FE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 161 | 254 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.00 |
| HSL | 285.81º | 0.98% | 0.81% | - |
| HSV(B) | 285.81º | 0.37% | 1% | - |
| XYZ | 63.91 | 49.8 | 100.01 | - |
| YUV | 192.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 254 | 0.09 | 0.37 | 0 | 0.00 | 285.81 | 0.98 | 0.81 |
| Hex | E8 | A1 | FE | 9 | 25 | 0 | 0 | 11E | 62 | 51 |
| Octal | 350 | 241 | 376 | 11 | 45 | 0 | 0 | 436 | 142 | 121 |
| Binary | 11101000 | 10100001 | 11111110 | 1001 | 100101 | 0 | 0 | 100011110 | 1100010 | 1010001 |
Color Harmonies of #E8A1FE
Complementary color
Monochromatic Colors of #E8A1FE
Black with #E8A1FE
Text Example
Text Example
White with #E8A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A1FE; }
p { color: rgb(232,161,254); }
H1.HeaderClassName
{
color: #E8A1FE;
}
.AnyTagClassName
{
color: #E8A1FE;
}
</style>
background-color css
<style>
a { background-color: #E8A1FE; }
a { background-color: rgb(232,161,254); }
div.DivClassName
{
background-color: #E8A1FE;
}
.BgClassName
{
background-color: #E8A1FE;
}
</style>
border-color css
<style>
span { border-color: #E8A1FE; }
span { border-color: rgb(232,161,254); }
td.TdClassName
{
border-color: #E8A1FE;
}
.TagClassName
{
border-color: #E8A1FE;
}
</style>