Shades of Mauve #E1BBFF
Tints of Mauve #E1BBFF
RGB
CMYK
RGB Variations
Color information
#E1BBFF (or 0xE1BBFF) is known color: Mauve. HEX triplet: E1, BB and FF. RGB value is (225,187,255). Sum of RGB (Red+Green+Blue) = 225+187+255=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBFF is #1E4400. Grayscale: #CDCDCD. Windows color (decimal): -1983489 or 16759777. OLE color: 16759777.
HSL color Cylindrical-coordinate representation of color #E1BBFF: hue angle of 273.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1BBFF is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 187 | 255 | - |
| CMYK | 0.12 | 0.27 | 0 | 0 |
| HSL | 273.53º | 1% | 0.87% | - |
| HSV(B) | 273.53º | 0.27% | 1% | - |
| XYZ | 66.87 | 58.77 | 102.43 | - |
| YUV | 206.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 255 | 0.12 | 0.27 | 0 | 0 | 273.53 | 1 | 0.87 |
| Hex | E1 | BB | FF | C | 1B | 0 | 0 | 112 | 64 | 57 |
| Octal | 341 | 273 | 377 | 14 | 33 | 0 | 0 | 422 | 144 | 127 |
| Binary | 11100001 | 10111011 | 11111111 | 1100 | 11011 | 0 | 0 | 100010010 | 1100100 | 1010111 |
Color Harmonies of #E1BBFF
Complementary color
Monochromatic Colors of #E1BBFF
Black with #E1BBFF
Text Example
Text Example
White with #E1BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBFF; }
p { color: rgb(225,187,255); }
H1.HeaderClassName
{
color: #E1BBFF;
}
.AnyTagClassName
{
color: #E1BBFF;
}
</style>
background-color css
<style>
a { background-color: #E1BBFF; }
a { background-color: rgb(225,187,255); }
div.DivClassName
{
background-color: #E1BBFF;
}
.BgClassName
{
background-color: #E1BBFF;
}
</style>
border-color css
<style>
span { border-color: #E1BBFF; }
span { border-color: rgb(225,187,255); }
td.TdClassName
{
border-color: #E1BBFF;
}
.TagClassName
{
border-color: #E1BBFF;
}
</style>