Shades of Mauve #E1BBFB
Tints of Mauve #E1BBFB
RGB
CMYK
RGB Variations
Color information
#E1BBFB (or 0xE1BBFB) is known color: Mauve. HEX triplet: E1, BB and FB. RGB value is (225,187,251). Sum of RGB (Red+Green+Blue) = 225+187+251=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBFB is #1E4404. Grayscale: #CDCDCD. Windows color (decimal): -1983493 or 16497633. OLE color: 16497633.
HSL color Cylindrical-coordinate representation of color #E1BBFB: hue angle of 275.62º 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 #E1BBFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 187 | 251 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.02 |
| HSL | 275.63º | 0.89% | 0.86% | - |
| HSV(B) | 275.63º | 0.25% | 0.98% | - |
| XYZ | 66.23 | 58.51 | 99.07 | - |
| YUV | 205.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 251 | 0.10 | 0.25 | 0 | 0.02 | 275.63 | 0.89 | 0.86 |
| Hex | E1 | BB | FB | A | 19 | 0 | 2 | 114 | 59 | 56 |
| Octal | 341 | 273 | 373 | 12 | 31 | 0 | 2 | 424 | 131 | 126 |
| Binary | 11100001 | 10111011 | 11111011 | 1010 | 11001 | 0 | 10 | 100010100 | 1011001 | 1010110 |
Color Harmonies of #E1BBFB
Complementary color
Monochromatic Colors of #E1BBFB
Black with #E1BBFB
Text Example
Text Example
White with #E1BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBFB; }
p { color: rgb(225,187,251); }
H1.HeaderClassName
{
color: #E1BBFB;
}
.AnyTagClassName
{
color: #E1BBFB;
}
</style>
background-color css
<style>
a { background-color: #E1BBFB; }
a { background-color: rgb(225,187,251); }
div.DivClassName
{
background-color: #E1BBFB;
}
.BgClassName
{
background-color: #E1BBFB;
}
</style>
border-color css
<style>
span { border-color: #E1BBFB; }
span { border-color: rgb(225,187,251); }
td.TdClassName
{
border-color: #E1BBFB;
}
.TagClassName
{
border-color: #E1BBFB;
}
</style>