Shades of Mauve #E7B7F3
Tints of Mauve #E7B7F3
RGB
CMYK
RGB Variations
Color information
#E7B7F3 (or 0xE7B7F3) is known color: Mauve. HEX triplet: E7, B7 and F3. RGB value is (231,183,243). Sum of RGB (Red+Green+Blue) = 231+183+243=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7B7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B7F3 is #18480C. Grayscale: #CBCBCB. Windows color (decimal): -1591309 or 15972327. OLE color: 15972327.
HSL color Cylindrical-coordinate representation of color #E7B7F3: hue angle of 288º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B7F3 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 183 | 243 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.05 |
| HSL | 288º | 0.71% | 0.84% | - |
| HSV(B) | 288º | 0.25% | 0.95% | - |
| XYZ | 66.07 | 57.33 | 92.38 | - |
| YUV | 204.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 243 | 0.05 | 0.25 | 0 | 0.05 | 288 | 0.71 | 0.84 |
| Hex | E7 | B7 | F3 | 5 | 19 | 0 | 5 | 120 | 47 | 54 |
| Octal | 347 | 267 | 363 | 5 | 31 | 0 | 5 | 440 | 107 | 124 |
| Binary | 11100111 | 10110111 | 11110011 | 101 | 11001 | 0 | 101 | 100100000 | 1000111 | 1010100 |
Color Harmonies of #E7B7F3
Complementary color
Monochromatic Colors of #E7B7F3
Black with #E7B7F3
Text Example
Text Example
White with #E7B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B7F3; }
p { color: rgb(231,183,243); }
H1.HeaderClassName
{
color: #E7B7F3;
}
.AnyTagClassName
{
color: #E7B7F3;
}
</style>
background-color css
<style>
a { background-color: #E7B7F3; }
a { background-color: rgb(231,183,243); }
div.DivClassName
{
background-color: #E7B7F3;
}
.BgClassName
{
background-color: #E7B7F3;
}
</style>
border-color css
<style>
span { border-color: #E7B7F3; }
span { border-color: rgb(231,183,243); }
td.TdClassName
{
border-color: #E7B7F3;
}
.TagClassName
{
border-color: #E7B7F3;
}
</style>