Shades of Mauve #E1BBF7
Tints of Mauve #E1BBF7
RGB
CMYK
RGB Variations
Color information
#E1BBF7 (or 0xE1BBF7) is known color: Mauve. HEX triplet: E1, BB and F7. RGB value is (225,187,247). Sum of RGB (Red+Green+Blue) = 225+187+247=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBF7 is #1E4408. Grayscale: #CDCDCD. Windows color (decimal): -1983497 or 16235489. OLE color: 16235489.
HSL color Cylindrical-coordinate representation of color #E1BBF7: hue angle of 278º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BBF7 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 187 | 247 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.03 |
| HSL | 278º | 0.79% | 0.85% | - |
| HSV(B) | 278º | 0.24% | 0.97% | - |
| XYZ | 65.61 | 58.26 | 95.78 | - |
| YUV | 205.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 247 | 0.09 | 0.24 | 0 | 0.03 | 278 | 0.79 | 0.85 |
| Hex | E1 | BB | F7 | 9 | 18 | 0 | 3 | 116 | 4F | 55 |
| Octal | 341 | 273 | 367 | 11 | 30 | 0 | 3 | 426 | 117 | 125 |
| Binary | 11100001 | 10111011 | 11110111 | 1001 | 11000 | 0 | 11 | 100010110 | 1001111 | 1010101 |
Color Harmonies of #E1BBF7
Complementary color
Monochromatic Colors of #E1BBF7
Black with #E1BBF7
Text Example
Text Example
White with #E1BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBF7; }
p { color: rgb(225,187,247); }
H1.HeaderClassName
{
color: #E1BBF7;
}
.AnyTagClassName
{
color: #E1BBF7;
}
</style>
background-color css
<style>
a { background-color: #E1BBF7; }
a { background-color: rgb(225,187,247); }
div.DivClassName
{
background-color: #E1BBF7;
}
.BgClassName
{
background-color: #E1BBF7;
}
</style>
border-color css
<style>
span { border-color: #E1BBF7; }
span { border-color: rgb(225,187,247); }
td.TdClassName
{
border-color: #E1BBF7;
}
.TagClassName
{
border-color: #E1BBF7;
}
</style>