Shades of Mauve #E7A9FE
Tints of Mauve #E7A9FE
RGB
CMYK
RGB Variations
Color information
#E7A9FE (or 0xE7A9FE) is known color: Mauve. HEX triplet: E7, A9 and FE. RGB value is (231,169,254). Sum of RGB (Red+Green+Blue) = 231+169+254=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A9FE is #185601. Grayscale: #C4C4C4. Windows color (decimal): -1594882 or 16689639. OLE color: 16689639.
HSL color Cylindrical-coordinate representation of color #E7A9FE: hue angle of 283.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7A9FE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 169 | 254 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.00 |
| HSL | 283.76º | 0.98% | 0.83% | - |
| HSV(B) | 283.76º | 0.33% | 1% | - |
| XYZ | 65.03 | 52.52 | 100.48 | - |
| YUV | 197.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 254 | 0.09 | 0.33 | 0 | 0.00 | 283.76 | 0.98 | 0.83 |
| Hex | E7 | A9 | FE | 9 | 21 | 0 | 0 | 11C | 62 | 53 |
| Octal | 347 | 251 | 376 | 11 | 41 | 0 | 0 | 434 | 142 | 123 |
| Binary | 11100111 | 10101001 | 11111110 | 1001 | 100001 | 0 | 0 | 100011100 | 1100010 | 1010011 |
Color Harmonies of #E7A9FE
Complementary color
Monochromatic Colors of #E7A9FE
Black with #E7A9FE
Text Example
Text Example
White with #E7A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A9FE; }
p { color: rgb(231,169,254); }
H1.HeaderClassName
{
color: #E7A9FE;
}
.AnyTagClassName
{
color: #E7A9FE;
}
</style>
background-color css
<style>
a { background-color: #E7A9FE; }
a { background-color: rgb(231,169,254); }
div.DivClassName
{
background-color: #E7A9FE;
}
.BgClassName
{
background-color: #E7A9FE;
}
</style>
border-color css
<style>
span { border-color: #E7A9FE; }
span { border-color: rgb(231,169,254); }
td.TdClassName
{
border-color: #E7A9FE;
}
.TagClassName
{
border-color: #E7A9FE;
}
</style>