Shades of Mauve #E0A7FE
Tints of Mauve #E0A7FE
RGB
CMYK
RGB Variations
Color information
#E0A7FE (or 0xE0A7FE) is known color: Mauve. HEX triplet: E0, A7 and FE. RGB value is (224,167,254). Sum of RGB (Red+Green+Blue) = 224+167+254=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7FE is #1F5801. Grayscale: #C1C1C1. Windows color (decimal): -2054146 or 16689120. OLE color: 16689120.
HSL color Cylindrical-coordinate representation of color #E0A7FE: hue angle of 279.31º 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 #E0A7FE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 167 | 254 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.00 |
| HSL | 279.31º | 0.98% | 0.83% | - |
| HSV(B) | 279.31º | 0.34% | 1% | - |
| XYZ | 62.45 | 50.64 | 100.25 | - |
| YUV | 193.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 254 | 0.12 | 0.34 | 0 | 0.00 | 279.31 | 0.98 | 0.83 |
| Hex | E0 | A7 | FE | C | 22 | 0 | 0 | 117 | 62 | 53 |
| Octal | 340 | 247 | 376 | 14 | 42 | 0 | 0 | 427 | 142 | 123 |
| Binary | 11100000 | 10100111 | 11111110 | 1100 | 100010 | 0 | 0 | 100010111 | 1100010 | 1010011 |
Color Harmonies of #E0A7FE
Complementary color
Monochromatic Colors of #E0A7FE
Black with #E0A7FE
Text Example
Text Example
White with #E0A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A7FE; }
p { color: rgb(224,167,254); }
H1.HeaderClassName
{
color: #E0A7FE;
}
.AnyTagClassName
{
color: #E0A7FE;
}
</style>
background-color css
<style>
a { background-color: #E0A7FE; }
a { background-color: rgb(224,167,254); }
div.DivClassName
{
background-color: #E0A7FE;
}
.BgClassName
{
background-color: #E0A7FE;
}
</style>
border-color css
<style>
span { border-color: #E0A7FE; }
span { border-color: rgb(224,167,254); }
td.TdClassName
{
border-color: #E0A7FE;
}
.TagClassName
{
border-color: #E0A7FE;
}
</style>