Shades of Mauve #E3B7F9
Tints of Mauve #E3B7F9
RGB
CMYK
RGB Variations
Color information
#E3B7F9 (or 0xE3B7F9) is known color: Mauve. HEX triplet: E3, B7 and F9. RGB value is (227,183,249). Sum of RGB (Red+Green+Blue) = 227+183+249=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3B7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B7F9 is #1C4806. Grayscale: #CBCBCB. Windows color (decimal): -1853447 or 16365539. OLE color: 16365539.
HSL color Cylindrical-coordinate representation of color #E3B7F9: hue angle of 280º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3B7F9 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 183 | 249 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.02 |
| HSL | 280º | 0.85% | 0.85% | - |
| HSV(B) | 280º | 0.27% | 0.98% | - |
| XYZ | 65.71 | 57.04 | 97.17 | - |
| YUV | 203.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 183 | 249 | 0.09 | 0.27 | 0 | 0.02 | 280 | 0.85 | 0.85 |
| Hex | E3 | B7 | F9 | 9 | 1B | 0 | 2 | 118 | 55 | 55 |
| Octal | 343 | 267 | 371 | 11 | 33 | 0 | 2 | 430 | 125 | 125 |
| Binary | 11100011 | 10110111 | 11111001 | 1001 | 11011 | 0 | 10 | 100011000 | 1010101 | 1010101 |
Color Harmonies of #E3B7F9
Complementary color
Monochromatic Colors of #E3B7F9
Black with #E3B7F9
Text Example
Text Example
White with #E3B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B7F9; }
p { color: rgb(227,183,249); }
H1.HeaderClassName
{
color: #E3B7F9;
}
.AnyTagClassName
{
color: #E3B7F9;
}
</style>
background-color css
<style>
a { background-color: #E3B7F9; }
a { background-color: rgb(227,183,249); }
div.DivClassName
{
background-color: #E3B7F9;
}
.BgClassName
{
background-color: #E3B7F9;
}
</style>
border-color css
<style>
span { border-color: #E3B7F9; }
span { border-color: rgb(227,183,249); }
td.TdClassName
{
border-color: #E3B7F9;
}
.TagClassName
{
border-color: #E3B7F9;
}
</style>