Shades of Mauve #E5A8FE
Tints of Mauve #E5A8FE
RGB
CMYK
RGB Variations
Color information
#E5A8FE (or 0xE5A8FE) is known color: Mauve. HEX triplet: E5, A8 and FE. RGB value is (229,168,254). Sum of RGB (Red+Green+Blue) = 229+168+254=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8FE is #1A5701. Grayscale: #C3C3C3. Windows color (decimal): -1726210 or 16689381. OLE color: 16689381.
HSL color Cylindrical-coordinate representation of color #E5A8FE: hue angle of 282.56º 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 #E5A8FE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 168 | 254 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.00 |
| HSL | 282.56º | 0.98% | 0.83% | - |
| HSV(B) | 282.56º | 0.34% | 1% | - |
| XYZ | 64.21 | 51.82 | 100.38 | - |
| YUV | 196.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 254 | 0.10 | 0.34 | 0 | 0.00 | 282.56 | 0.98 | 0.83 |
| Hex | E5 | A8 | FE | A | 22 | 0 | 0 | 11B | 62 | 53 |
| Octal | 345 | 250 | 376 | 12 | 42 | 0 | 0 | 433 | 142 | 123 |
| Binary | 11100101 | 10101000 | 11111110 | 1010 | 100010 | 0 | 0 | 100011011 | 1100010 | 1010011 |
Color Harmonies of #E5A8FE
Complementary color
Monochromatic Colors of #E5A8FE
Black with #E5A8FE
Text Example
Text Example
White with #E5A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8FE; }
p { color: rgb(229,168,254); }
H1.HeaderClassName
{
color: #E5A8FE;
}
.AnyTagClassName
{
color: #E5A8FE;
}
</style>
background-color css
<style>
a { background-color: #E5A8FE; }
a { background-color: rgb(229,168,254); }
div.DivClassName
{
background-color: #E5A8FE;
}
.BgClassName
{
background-color: #E5A8FE;
}
</style>
border-color css
<style>
span { border-color: #E5A8FE; }
span { border-color: rgb(229,168,254); }
td.TdClassName
{
border-color: #E5A8FE;
}
.TagClassName
{
border-color: #E5A8FE;
}
</style>