Shades of Mauve #E9BBFC
Tints of Mauve #E9BBFC
RGB
CMYK
RGB Variations
Color information
#E9BBFC (or 0xE9BBFC) is known color: Mauve. HEX triplet: E9, BB and FC. RGB value is (233,187,252). Sum of RGB (Red+Green+Blue) = 233+187+252=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BBFC is #164403. Grayscale: #CFCFCF. Windows color (decimal): -1459204 or 16563177. OLE color: 16563177.
HSL color Cylindrical-coordinate representation of color #E9BBFC: hue angle of 282.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BBFC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 187 | 252 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 282.46º | 0.92% | 0.86% | - |
| HSV(B) | 282.46º | 0.26% | 0.99% | - |
| XYZ | 68.95 | 59.89 | 100.02 | - |
| YUV | 208.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 252 | 0.08 | 0.26 | 0 | 0.01 | 282.46 | 0.92 | 0.86 |
| Hex | E9 | BB | FC | 8 | 1A | 0 | 1 | 11A | 5C | 56 |
| Octal | 351 | 273 | 374 | 10 | 32 | 0 | 1 | 432 | 134 | 126 |
| Binary | 11101001 | 10111011 | 11111100 | 1000 | 11010 | 0 | 1 | 100011010 | 1011100 | 1010110 |
Color Harmonies of #E9BBFC
Complementary color
Monochromatic Colors of #E9BBFC
Black with #E9BBFC
Text Example
Text Example
White with #E9BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBFC; }
p { color: rgb(233,187,252); }
H1.HeaderClassName
{
color: #E9BBFC;
}
.AnyTagClassName
{
color: #E9BBFC;
}
</style>
background-color css
<style>
a { background-color: #E9BBFC; }
a { background-color: rgb(233,187,252); }
div.DivClassName
{
background-color: #E9BBFC;
}
.BgClassName
{
background-color: #E9BBFC;
}
</style>
border-color css
<style>
span { border-color: #E9BBFC; }
span { border-color: rgb(233,187,252); }
td.TdClassName
{
border-color: #E9BBFC;
}
.TagClassName
{
border-color: #E9BBFC;
}
</style>