Shades of Mauve #E7A4FE
Tints of Mauve #E7A4FE
RGB
CMYK
RGB Variations
Color information
#E7A4FE (or 0xE7A4FE) is known color: Mauve. HEX triplet: E7, A4 and FE. RGB value is (231,164,254). Sum of RGB (Red+Green+Blue) = 231+164+254=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A4FE is #185B01. Grayscale: #C2C2C2. Windows color (decimal): -1596162 or 16688359. OLE color: 16688359.
HSL color Cylindrical-coordinate representation of color #E7A4FE: hue angle of 284.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7A4FE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 164 | 254 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.00 |
| HSL | 284.67º | 0.98% | 0.82% | - |
| HSV(B) | 284.67º | 0.35% | 1% | - |
| XYZ | 64.12 | 50.7 | 100.17 | - |
| YUV | 194.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 254 | 0.09 | 0.35 | 0 | 0.00 | 284.67 | 0.98 | 0.82 |
| Hex | E7 | A4 | FE | 9 | 23 | 0 | 0 | 11D | 62 | 52 |
| Octal | 347 | 244 | 376 | 11 | 43 | 0 | 0 | 435 | 142 | 122 |
| Binary | 11100111 | 10100100 | 11111110 | 1001 | 100011 | 0 | 0 | 100011101 | 1100010 | 1010010 |
Color Harmonies of #E7A4FE
Complementary color
Monochromatic Colors of #E7A4FE
Black with #E7A4FE
Text Example
Text Example
White with #E7A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4FE; }
p { color: rgb(231,164,254); }
H1.HeaderClassName
{
color: #E7A4FE;
}
.AnyTagClassName
{
color: #E7A4FE;
}
</style>
background-color css
<style>
a { background-color: #E7A4FE; }
a { background-color: rgb(231,164,254); }
div.DivClassName
{
background-color: #E7A4FE;
}
.BgClassName
{
background-color: #E7A4FE;
}
</style>
border-color css
<style>
span { border-color: #E7A4FE; }
span { border-color: rgb(231,164,254); }
td.TdClassName
{
border-color: #E7A4FE;
}
.TagClassName
{
border-color: #E7A4FE;
}
</style>