Shades of Mauve #E7ACF9
Tints of Mauve #E7ACF9
RGB
CMYK
RGB Variations
Color information
#E7ACF9 (or 0xE7ACF9) is known color: Mauve. HEX triplet: E7, AC and F9. RGB value is (231,172,249). Sum of RGB (Red+Green+Blue) = 231+172+249=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7ACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACF9 is #185306. Grayscale: #C6C6C6. Windows color (decimal): -1594119 or 16362727. OLE color: 16362727.
HSL color Cylindrical-coordinate representation of color #E7ACF9: hue angle of 285.97º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7ACF9 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 172 | 249 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.02 |
| HSL | 285.97º | 0.87% | 0.83% | - |
| HSV(B) | 285.97º | 0.31% | 0.98% | - |
| XYZ | 64.81 | 53.33 | 96.5 | - |
| YUV | 198.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 249 | 0.07 | 0.31 | 0 | 0.02 | 285.97 | 0.87 | 0.83 |
| Hex | E7 | AC | F9 | 7 | 1F | 0 | 2 | 11E | 57 | 53 |
| Octal | 347 | 254 | 371 | 7 | 37 | 0 | 2 | 436 | 127 | 123 |
| Binary | 11100111 | 10101100 | 11111001 | 111 | 11111 | 0 | 10 | 100011110 | 1010111 | 1010011 |
Color Harmonies of #E7ACF9
Complementary color
Monochromatic Colors of #E7ACF9
Black with #E7ACF9
Text Example
Text Example
White with #E7ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACF9; }
p { color: rgb(231,172,249); }
H1.HeaderClassName
{
color: #E7ACF9;
}
.AnyTagClassName
{
color: #E7ACF9;
}
</style>
background-color css
<style>
a { background-color: #E7ACF9; }
a { background-color: rgb(231,172,249); }
div.DivClassName
{
background-color: #E7ACF9;
}
.BgClassName
{
background-color: #E7ACF9;
}
</style>
border-color css
<style>
span { border-color: #E7ACF9; }
span { border-color: rgb(231,172,249); }
td.TdClassName
{
border-color: #E7ACF9;
}
.TagClassName
{
border-color: #E7ACF9;
}
</style>