Shades of Mauve #E7ADF1
Tints of Mauve #E7ADF1
RGB
CMYK
RGB Variations
Color information
#E7ADF1 (or 0xE7ADF1) is known color: Mauve. HEX triplet: E7, AD and F1. RGB value is (231,173,241). Sum of RGB (Red+Green+Blue) = 231+173+241=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADF1 is #18520E. Grayscale: #C5C5C5. Windows color (decimal): -1593871 or 15838695. OLE color: 15838695.
HSL color Cylindrical-coordinate representation of color #E7ADF1: hue angle of 291.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7ADF1 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 173 | 241 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.05 |
| HSL | 291.18º | 0.71% | 0.81% | - |
| HSV(B) | 291.18º | 0.28% | 0.95% | - |
| XYZ | 63.78 | 53.23 | 90.13 | - |
| YUV | 198.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 241 | 0.04 | 0.28 | 0 | 0.05 | 291.18 | 0.71 | 0.81 |
| Hex | E7 | AD | F1 | 4 | 1C | 0 | 5 | 123 | 47 | 51 |
| Octal | 347 | 255 | 361 | 4 | 34 | 0 | 5 | 443 | 107 | 121 |
| Binary | 11100111 | 10101101 | 11110001 | 100 | 11100 | 0 | 101 | 100100011 | 1000111 | 1010001 |
Color Harmonies of #E7ADF1
Complementary color
Monochromatic Colors of #E7ADF1
Black with #E7ADF1
Text Example
Text Example
White with #E7ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADF1; }
p { color: rgb(231,173,241); }
H1.HeaderClassName
{
color: #E7ADF1;
}
.AnyTagClassName
{
color: #E7ADF1;
}
</style>
background-color css
<style>
a { background-color: #E7ADF1; }
a { background-color: rgb(231,173,241); }
div.DivClassName
{
background-color: #E7ADF1;
}
.BgClassName
{
background-color: #E7ADF1;
}
</style>
border-color css
<style>
span { border-color: #E7ADF1; }
span { border-color: rgb(231,173,241); }
td.TdClassName
{
border-color: #E7ADF1;
}
.TagClassName
{
border-color: #E7ADF1;
}
</style>