Shades of Mauve #E9BBFB
Tints of Mauve #E9BBFB
RGB
CMYK
RGB Variations
Color information
#E9BBFB (or 0xE9BBFB) is known color: Mauve. HEX triplet: E9, BB and FB. RGB value is (233,187,251). Sum of RGB (Red+Green+Blue) = 233+187+251=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BBFB is #164404. Grayscale: #CFCFCF. Windows color (decimal): -1459205 or 16497641. OLE color: 16497641.
HSL color Cylindrical-coordinate representation of color #E9BBFB: hue angle of 283.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9BBFB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 187 | 251 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.02 |
| HSL | 283.13º | 0.89% | 0.86% | - |
| HSV(B) | 283.13º | 0.25% | 0.98% | - |
| XYZ | 68.79 | 59.83 | 99.19 | - |
| YUV | 208.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 251 | 0.07 | 0.25 | 0 | 0.02 | 283.13 | 0.89 | 0.86 |
| Hex | E9 | BB | FB | 7 | 19 | 0 | 2 | 11B | 59 | 56 |
| Octal | 351 | 273 | 373 | 7 | 31 | 0 | 2 | 433 | 131 | 126 |
| Binary | 11101001 | 10111011 | 11111011 | 111 | 11001 | 0 | 10 | 100011011 | 1011001 | 1010110 |
Color Harmonies of #E9BBFB
Complementary color
Monochromatic Colors of #E9BBFB
Black with #E9BBFB
Text Example
Text Example
White with #E9BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBFB; }
p { color: rgb(233,187,251); }
H1.HeaderClassName
{
color: #E9BBFB;
}
.AnyTagClassName
{
color: #E9BBFB;
}
</style>
background-color css
<style>
a { background-color: #E9BBFB; }
a { background-color: rgb(233,187,251); }
div.DivClassName
{
background-color: #E9BBFB;
}
.BgClassName
{
background-color: #E9BBFB;
}
</style>
border-color css
<style>
span { border-color: #E9BBFB; }
span { border-color: rgb(233,187,251); }
td.TdClassName
{
border-color: #E9BBFB;
}
.TagClassName
{
border-color: #E9BBFB;
}
</style>