Shades of Mauve #E0BBEB
Tints of Mauve #E0BBEB
RGB
CMYK
RGB Variations
Color information
#E0BBEB (or 0xE0BBEB) is known color: Mauve. HEX triplet: E0, BB and EB. RGB value is (224,187,235). Sum of RGB (Red+Green+Blue) = 224+187+235=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBEB is #1F4414. Grayscale: #CBCBCB. Windows color (decimal): -2049045 or 15449056. OLE color: 15449056.
HSL color Cylindrical-coordinate representation of color #E0BBEB: hue angle of 286.25º 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 #E0BBEB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 187 | 235 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.08 |
| HSL | 286.25º | 0.55% | 0.83% | - |
| HSV(B) | 286.25º | 0.2% | 0.92% | - |
| XYZ | 63.51 | 57.39 | 86.33 | - |
| YUV | 203.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 235 | 0.05 | 0.20 | 0 | 0.08 | 286.25 | 0.55 | 0.83 |
| Hex | E0 | BB | EB | 5 | 14 | 0 | 8 | 11E | 37 | 53 |
| Octal | 340 | 273 | 353 | 5 | 24 | 0 | 10 | 436 | 67 | 123 |
| Binary | 11100000 | 10111011 | 11101011 | 101 | 10100 | 0 | 1000 | 100011110 | 110111 | 1010011 |
Color Harmonies of #E0BBEB
Complementary color
Monochromatic Colors of #E0BBEB
Black with #E0BBEB
Text Example
Text Example
White with #E0BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBEB; }
p { color: rgb(224,187,235); }
H1.HeaderClassName
{
color: #E0BBEB;
}
.AnyTagClassName
{
color: #E0BBEB;
}
</style>
background-color css
<style>
a { background-color: #E0BBEB; }
a { background-color: rgb(224,187,235); }
div.DivClassName
{
background-color: #E0BBEB;
}
.BgClassName
{
background-color: #E0BBEB;
}
</style>
border-color css
<style>
span { border-color: #E0BBEB; }
span { border-color: rgb(224,187,235); }
td.TdClassName
{
border-color: #E0BBEB;
}
.TagClassName
{
border-color: #E0BBEB;
}
</style>