Shades of Mauve #E1A8FE
Tints of Mauve #E1A8FE
RGB
CMYK
RGB Variations
Color information
#E1A8FE (or 0xE1A8FE) is known color: Mauve. HEX triplet: E1, A8 and FE. RGB value is (225,168,254). Sum of RGB (Red+Green+Blue) = 225+168+254=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 168 (66.02% from 255 or 25.97% 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 #E1A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A8FE is #1E5701. Grayscale: #C2C2C2. Windows color (decimal): -1988354 or 16689377. OLE color: 16689377.
HSL color Cylindrical-coordinate representation of color #E1A8FE: hue angle of 279.77º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A8FE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 168 | 254 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.00 |
| HSL | 279.77º | 0.98% | 0.83% | - |
| HSV(B) | 279.77º | 0.34% | 1% | - |
| XYZ | 62.94 | 51.17 | 100.33 | - |
| YUV | 194.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 254 | 0.11 | 0.34 | 0 | 0.00 | 279.77 | 0.98 | 0.83 |
| Hex | E1 | A8 | FE | B | 22 | 0 | 0 | 118 | 62 | 53 |
| Octal | 341 | 250 | 376 | 13 | 42 | 0 | 0 | 430 | 142 | 123 |
| Binary | 11100001 | 10101000 | 11111110 | 1011 | 100010 | 0 | 0 | 100011000 | 1100010 | 1010011 |
Color Harmonies of #E1A8FE
Complementary color
Monochromatic Colors of #E1A8FE
Black with #E1A8FE
Text Example
Text Example
White with #E1A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8FE; }
p { color: rgb(225,168,254); }
H1.HeaderClassName
{
color: #E1A8FE;
}
.AnyTagClassName
{
color: #E1A8FE;
}
</style>
background-color css
<style>
a { background-color: #E1A8FE; }
a { background-color: rgb(225,168,254); }
div.DivClassName
{
background-color: #E1A8FE;
}
.BgClassName
{
background-color: #E1A8FE;
}
</style>
border-color css
<style>
span { border-color: #E1A8FE; }
span { border-color: rgb(225,168,254); }
td.TdClassName
{
border-color: #E1A8FE;
}
.TagClassName
{
border-color: #E1A8FE;
}
</style>