Shades of Mauve #E1BBEB
Tints of Mauve #E1BBEB
RGB
CMYK
RGB Variations
Color information
#E1BBEB (or 0xE1BBEB) is known color: Mauve. HEX triplet: E1, BB and EB. RGB value is (225,187,235). Sum of RGB (Red+Green+Blue) = 225+187+235=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBEB is #1E4414. Grayscale: #CBCBCB. Windows color (decimal): -1983509 or 15449057. OLE color: 15449057.
HSL color Cylindrical-coordinate representation of color #E1BBEB: hue angle of 287.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BBEB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 187 | 235 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.08 |
| HSL | 287.5º | 0.55% | 0.83% | - |
| HSV(B) | 287.5º | 0.2% | 0.92% | - |
| XYZ | 63.82 | 57.55 | 86.34 | - |
| YUV | 203.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 235 | 0.04 | 0.20 | 0 | 0.08 | 287.5 | 0.55 | 0.83 |
| Hex | E1 | BB | EB | 4 | 14 | 0 | 8 | 120 | 37 | 53 |
| Octal | 341 | 273 | 353 | 4 | 24 | 0 | 10 | 440 | 67 | 123 |
| Binary | 11100001 | 10111011 | 11101011 | 100 | 10100 | 0 | 1000 | 100100000 | 110111 | 1010011 |
Color Harmonies of #E1BBEB
Complementary color
Monochromatic Colors of #E1BBEB
Black with #E1BBEB
Text Example
Text Example
White with #E1BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBEB; }
p { color: rgb(225,187,235); }
H1.HeaderClassName
{
color: #E1BBEB;
}
.AnyTagClassName
{
color: #E1BBEB;
}
</style>
background-color css
<style>
a { background-color: #E1BBEB; }
a { background-color: rgb(225,187,235); }
div.DivClassName
{
background-color: #E1BBEB;
}
.BgClassName
{
background-color: #E1BBEB;
}
</style>
border-color css
<style>
span { border-color: #E1BBEB; }
span { border-color: rgb(225,187,235); }
td.TdClassName
{
border-color: #E1BBEB;
}
.TagClassName
{
border-color: #E1BBEB;
}
</style>