Shades of Mauve #E7B3F7
Tints of Mauve #E7B3F7
RGB
CMYK
RGB Variations
Color information
#E7B3F7 (or 0xE7B3F7) is known color: Mauve. HEX triplet: E7, B3 and F7. RGB value is (231,179,247). Sum of RGB (Red+Green+Blue) = 231+179+247=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7B3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3F7 is #184C08. Grayscale: #CACACA. Windows color (decimal): -1592329 or 16233447. OLE color: 16233447.
HSL color Cylindrical-coordinate representation of color #E7B3F7: hue angle of 285.88º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7B3F7 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 179 | 247 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.03 |
| HSL | 285.88º | 0.81% | 0.84% | - |
| HSV(B) | 285.88º | 0.28% | 0.97% | - |
| XYZ | 65.86 | 55.94 | 95.32 | - |
| YUV | 202.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 247 | 0.06 | 0.28 | 0 | 0.03 | 285.88 | 0.81 | 0.84 |
| Hex | E7 | B3 | F7 | 6 | 1C | 0 | 3 | 11E | 51 | 54 |
| Octal | 347 | 263 | 367 | 6 | 34 | 0 | 3 | 436 | 121 | 124 |
| Binary | 11100111 | 10110011 | 11110111 | 110 | 11100 | 0 | 11 | 100011110 | 1010001 | 1010100 |
Color Harmonies of #E7B3F7
Complementary color
Monochromatic Colors of #E7B3F7
Black with #E7B3F7
Text Example
Text Example
White with #E7B3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3F7; }
p { color: rgb(231,179,247); }
H1.HeaderClassName
{
color: #E7B3F7;
}
.AnyTagClassName
{
color: #E7B3F7;
}
</style>
background-color css
<style>
a { background-color: #E7B3F7; }
a { background-color: rgb(231,179,247); }
div.DivClassName
{
background-color: #E7B3F7;
}
.BgClassName
{
background-color: #E7B3F7;
}
</style>
border-color css
<style>
span { border-color: #E7B3F7; }
span { border-color: rgb(231,179,247); }
td.TdClassName
{
border-color: #E7B3F7;
}
.TagClassName
{
border-color: #E7B3F7;
}
</style>