Shades of Mauve #E7A8FE
Tints of Mauve #E7A8FE
RGB
CMYK
RGB Variations
Color information
#E7A8FE (or 0xE7A8FE) is known color: Mauve. HEX triplet: E7, A8 and FE. RGB value is (231,168,254). Sum of RGB (Red+Green+Blue) = 231+168+254=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A8FE is #185701. Grayscale: #C4C4C4. Windows color (decimal): -1595138 or 16689383. OLE color: 16689383.
HSL color Cylindrical-coordinate representation of color #E7A8FE: hue angle of 283.95º 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 #E7A8FE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 168 | 254 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.00 |
| HSL | 283.95º | 0.98% | 0.83% | - |
| HSV(B) | 283.95º | 0.34% | 1% | - |
| XYZ | 64.85 | 52.15 | 100.41 | - |
| YUV | 196.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 254 | 0.09 | 0.34 | 0 | 0.00 | 283.95 | 0.98 | 0.83 |
| Hex | E7 | A8 | FE | 9 | 22 | 0 | 0 | 11C | 62 | 53 |
| Octal | 347 | 250 | 376 | 11 | 42 | 0 | 0 | 434 | 142 | 123 |
| Binary | 11100111 | 10101000 | 11111110 | 1001 | 100010 | 0 | 0 | 100011100 | 1100010 | 1010011 |
Color Harmonies of #E7A8FE
Complementary color
Monochromatic Colors of #E7A8FE
Black with #E7A8FE
Text Example
Text Example
White with #E7A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8FE; }
p { color: rgb(231,168,254); }
H1.HeaderClassName
{
color: #E7A8FE;
}
.AnyTagClassName
{
color: #E7A8FE;
}
</style>
background-color css
<style>
a { background-color: #E7A8FE; }
a { background-color: rgb(231,168,254); }
div.DivClassName
{
background-color: #E7A8FE;
}
.BgClassName
{
background-color: #E7A8FE;
}
</style>
border-color css
<style>
span { border-color: #E7A8FE; }
span { border-color: rgb(231,168,254); }
td.TdClassName
{
border-color: #E7A8FE;
}
.TagClassName
{
border-color: #E7A8FE;
}
</style>