Shades of Mauve #E7ACFF
Tints of Mauve #E7ACFF
RGB
CMYK
RGB Variations
Color information
#E7ACFF (or 0xE7ACFF) is known color: Mauve. HEX triplet: E7, AC and FF. RGB value is (231,172,255). Sum of RGB (Red+Green+Blue) = 231+172+255=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACFF is #185300. Grayscale: #C6C6C6. Windows color (decimal): -1594113 or 16755943. OLE color: 16755943.
HSL color Cylindrical-coordinate representation of color #E7ACFF: hue angle of 282.65º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7ACFF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 172 | 255 | - |
| CMYK | 0.09 | 0.33 | 0 | 0 |
| HSL | 282.65º | 1% | 0.84% | - |
| HSV(B) | 282.65º | 0.33% | 1% | - |
| XYZ | 65.76 | 53.71 | 101.51 | - |
| YUV | 199.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 255 | 0.09 | 0.33 | 0 | 0 | 282.65 | 1 | 0.84 |
| Hex | E7 | AC | FF | 9 | 21 | 0 | 0 | 11B | 64 | 54 |
| Octal | 347 | 254 | 377 | 11 | 41 | 0 | 0 | 433 | 144 | 124 |
| Binary | 11100111 | 10101100 | 11111111 | 1001 | 100001 | 0 | 0 | 100011011 | 1100100 | 1010100 |
Color Harmonies of #E7ACFF
Complementary color
Monochromatic Colors of #E7ACFF
Black with #E7ACFF
Text Example
Text Example
White with #E7ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACFF; }
p { color: rgb(231,172,255); }
H1.HeaderClassName
{
color: #E7ACFF;
}
.AnyTagClassName
{
color: #E7ACFF;
}
</style>
background-color css
<style>
a { background-color: #E7ACFF; }
a { background-color: rgb(231,172,255); }
div.DivClassName
{
background-color: #E7ACFF;
}
.BgClassName
{
background-color: #E7ACFF;
}
</style>
border-color css
<style>
span { border-color: #E7ACFF; }
span { border-color: rgb(231,172,255); }
td.TdClassName
{
border-color: #E7ACFF;
}
.TagClassName
{
border-color: #E7ACFF;
}
</style>