Shades of Mauve #E7B6EF
Tints of Mauve #E7B6EF
RGB
CMYK
RGB Variations
Color information
#E7B6EF (or 0xE7B6EF) is known color: Mauve. HEX triplet: E7, B6 and EF. RGB value is (231,182,239). Sum of RGB (Red+Green+Blue) = 231+182+239=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7B6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B6EF is #184910. Grayscale: #CACACA. Windows color (decimal): -1591569 or 15709927. OLE color: 15709927.
HSL color Cylindrical-coordinate representation of color #E7B6EF: hue angle of 291.58º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B6EF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 182 | 239 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.06 |
| HSL | 291.58º | 0.64% | 0.83% | - |
| HSV(B) | 291.58º | 0.24% | 0.94% | - |
| XYZ | 65.26 | 56.68 | 89.16 | - |
| YUV | 203.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 239 | 0.03 | 0.24 | 0 | 0.06 | 291.58 | 0.64 | 0.83 |
| Hex | E7 | B6 | EF | 3 | 18 | 0 | 6 | 124 | 40 | 53 |
| Octal | 347 | 266 | 357 | 3 | 30 | 0 | 6 | 444 | 100 | 123 |
| Binary | 11100111 | 10110110 | 11101111 | 11 | 11000 | 0 | 110 | 100100100 | 1000000 | 1010011 |
Color Harmonies of #E7B6EF
Complementary color
Monochromatic Colors of #E7B6EF
Black with #E7B6EF
Text Example
Text Example
White with #E7B6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6EF; }
p { color: rgb(231,182,239); }
H1.HeaderClassName
{
color: #E7B6EF;
}
.AnyTagClassName
{
color: #E7B6EF;
}
</style>
background-color css
<style>
a { background-color: #E7B6EF; }
a { background-color: rgb(231,182,239); }
div.DivClassName
{
background-color: #E7B6EF;
}
.BgClassName
{
background-color: #E7B6EF;
}
</style>
border-color css
<style>
span { border-color: #E7B6EF; }
span { border-color: rgb(231,182,239); }
td.TdClassName
{
border-color: #E7B6EF;
}
.TagClassName
{
border-color: #E7B6EF;
}
</style>