Shades of Mauve #E7A9FC
Tints of Mauve #E7A9FC
RGB
CMYK
RGB Variations
Color information
#E7A9FC (or 0xE7A9FC) is known color: Mauve. HEX triplet: E7, A9 and FC. RGB value is (231,169,252). Sum of RGB (Red+Green+Blue) = 231+169+252=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7A9FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A9FC is #185603. Grayscale: #C4C4C4. Windows color (decimal): -1594884 or 16558567. OLE color: 16558567.
HSL color Cylindrical-coordinate representation of color #E7A9FC: hue angle of 284.82º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7A9FC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 169 | 252 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.01 |
| HSL | 284.82º | 0.93% | 0.83% | - |
| HSV(B) | 284.82º | 0.33% | 0.99% | - |
| XYZ | 64.71 | 52.39 | 98.8 | - |
| YUV | 197 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 252 | 0.08 | 0.33 | 0 | 0.01 | 284.82 | 0.93 | 0.83 |
| Hex | E7 | A9 | FC | 8 | 21 | 0 | 1 | 11D | 5D | 53 |
| Octal | 347 | 251 | 374 | 10 | 41 | 0 | 1 | 435 | 135 | 123 |
| Binary | 11100111 | 10101001 | 11111100 | 1000 | 100001 | 0 | 1 | 100011101 | 1011101 | 1010011 |
Color Harmonies of #E7A9FC
Complementary color
Monochromatic Colors of #E7A9FC
Black with #E7A9FC
Text Example
Text Example
White with #E7A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A9FC; }
p { color: rgb(231,169,252); }
H1.HeaderClassName
{
color: #E7A9FC;
}
.AnyTagClassName
{
color: #E7A9FC;
}
</style>
background-color css
<style>
a { background-color: #E7A9FC; }
a { background-color: rgb(231,169,252); }
div.DivClassName
{
background-color: #E7A9FC;
}
.BgClassName
{
background-color: #E7A9FC;
}
</style>
border-color css
<style>
span { border-color: #E7A9FC; }
span { border-color: rgb(231,169,252); }
td.TdClassName
{
border-color: #E7A9FC;
}
.TagClassName
{
border-color: #E7A9FC;
}
</style>