Shades of Mauve #E7ACF3
Tints of Mauve #E7ACF3
RGB
CMYK
RGB Variations
Color information
#E7ACF3 (or 0xE7ACF3) is known color: Mauve. HEX triplet: E7, AC and F3. RGB value is (231,172,243). Sum of RGB (Red+Green+Blue) = 231+172+243=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACF3 is #18530C. Grayscale: #C5C5C5. Windows color (decimal): -1594125 or 15969511. OLE color: 15969511.
HSL color Cylindrical-coordinate representation of color #E7ACF3: hue angle of 289.86º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7ACF3 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 172 | 243 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.05 |
| HSL | 289.86º | 0.75% | 0.81% | - |
| HSV(B) | 289.86º | 0.29% | 0.95% | - |
| XYZ | 63.89 | 52.97 | 91.65 | - |
| YUV | 197.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 243 | 0.05 | 0.29 | 0 | 0.05 | 289.86 | 0.75 | 0.81 |
| Hex | E7 | AC | F3 | 5 | 1D | 0 | 5 | 122 | 4B | 51 |
| Octal | 347 | 254 | 363 | 5 | 35 | 0 | 5 | 442 | 113 | 121 |
| Binary | 11100111 | 10101100 | 11110011 | 101 | 11101 | 0 | 101 | 100100010 | 1001011 | 1010001 |
Color Harmonies of #E7ACF3
Complementary color
Monochromatic Colors of #E7ACF3
Black with #E7ACF3
Text Example
Text Example
White with #E7ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACF3; }
p { color: rgb(231,172,243); }
H1.HeaderClassName
{
color: #E7ACF3;
}
.AnyTagClassName
{
color: #E7ACF3;
}
</style>
background-color css
<style>
a { background-color: #E7ACF3; }
a { background-color: rgb(231,172,243); }
div.DivClassName
{
background-color: #E7ACF3;
}
.BgClassName
{
background-color: #E7ACF3;
}
</style>
border-color css
<style>
span { border-color: #E7ACF3; }
span { border-color: rgb(231,172,243); }
td.TdClassName
{
border-color: #E7ACF3;
}
.TagClassName
{
border-color: #E7ACF3;
}
</style>