Shades of Mauve #E9BFFB
Tints of Mauve #E9BFFB
RGB
CMYK
RGB Variations
Color information
#E9BFFB (or 0xE9BFFB) is known color: Mauve. HEX triplet: E9, BF and FB. RGB value is (233,191,251). Sum of RGB (Red+Green+Blue) = 233+191+251=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFFB is #164004. Grayscale: #D2D2D2. Windows color (decimal): -1458181 or 16498665. OLE color: 16498665.
HSL color Cylindrical-coordinate representation of color #E9BFFB: hue angle of 282º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BFFB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 191 | 251 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 282º | 0.88% | 0.87% | - |
| HSV(B) | 282º | 0.24% | 0.98% | - |
| XYZ | 69.65 | 61.55 | 99.48 | - |
| YUV | 210.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 251 | 0.07 | 0.24 | 0 | 0.02 | 282 | 0.88 | 0.87 |
| Hex | E9 | BF | FB | 7 | 18 | 0 | 2 | 11A | 58 | 57 |
| Octal | 351 | 277 | 373 | 7 | 30 | 0 | 2 | 432 | 130 | 127 |
| Binary | 11101001 | 10111111 | 11111011 | 111 | 11000 | 0 | 10 | 100011010 | 1011000 | 1010111 |
Color Harmonies of #E9BFFB
Complementary color
Monochromatic Colors of #E9BFFB
Black with #E9BFFB
Text Example
Text Example
White with #E9BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFFB; }
p { color: rgb(233,191,251); }
H1.HeaderClassName
{
color: #E9BFFB;
}
.AnyTagClassName
{
color: #E9BFFB;
}
</style>
background-color css
<style>
a { background-color: #E9BFFB; }
a { background-color: rgb(233,191,251); }
div.DivClassName
{
background-color: #E9BFFB;
}
.BgClassName
{
background-color: #E9BFFB;
}
</style>
border-color css
<style>
span { border-color: #E9BFFB; }
span { border-color: rgb(233,191,251); }
td.TdClassName
{
border-color: #E9BFFB;
}
.TagClassName
{
border-color: #E9BFFB;
}
</style>