Shades of Mauve #E7B9F6
Tints of Mauve #E7B9F6
RGB
CMYK
RGB Variations
Color information
#E7B9F6 (or 0xE7B9F6) is known color: Mauve. HEX triplet: E7, B9 and F6. RGB value is (231,185,246). Sum of RGB (Red+Green+Blue) = 231+185+246=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7B9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9F6 is #184609. Grayscale: #CDCDCD. Windows color (decimal): -1590794 or 16169447. OLE color: 16169447.
HSL color Cylindrical-coordinate representation of color #E7B9F6: hue angle of 285.25º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B9F6 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 185 | 246 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.04 |
| HSL | 285.25º | 0.77% | 0.85% | - |
| HSV(B) | 285.25º | 0.25% | 0.96% | - |
| XYZ | 66.94 | 58.34 | 94.92 | - |
| YUV | 205.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 246 | 0.06 | 0.25 | 0 | 0.04 | 285.25 | 0.77 | 0.85 |
| Hex | E7 | B9 | F6 | 6 | 19 | 0 | 4 | 11D | 4D | 55 |
| Octal | 347 | 271 | 366 | 6 | 31 | 0 | 4 | 435 | 115 | 125 |
| Binary | 11100111 | 10111001 | 11110110 | 110 | 11001 | 0 | 100 | 100011101 | 1001101 | 1010101 |
Color Harmonies of #E7B9F6
Complementary color
Monochromatic Colors of #E7B9F6
Black with #E7B9F6
Text Example
Text Example
White with #E7B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9F6; }
p { color: rgb(231,185,246); }
H1.HeaderClassName
{
color: #E7B9F6;
}
.AnyTagClassName
{
color: #E7B9F6;
}
</style>
background-color css
<style>
a { background-color: #E7B9F6; }
a { background-color: rgb(231,185,246); }
div.DivClassName
{
background-color: #E7B9F6;
}
.BgClassName
{
background-color: #E7B9F6;
}
</style>
border-color css
<style>
span { border-color: #E7B9F6; }
span { border-color: rgb(231,185,246); }
td.TdClassName
{
border-color: #E7B9F6;
}
.TagClassName
{
border-color: #E7B9F6;
}
</style>