Shades of Mauve #E1BBED
Tints of Mauve #E1BBED
RGB
CMYK
RGB Variations
Color information
#E1BBED (or 0xE1BBED) is known color: Mauve. HEX triplet: E1, BB and ED. RGB value is (225,187,237). Sum of RGB (Red+Green+Blue) = 225+187+237=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBED is #1E4412. Grayscale: #CBCBCB. Windows color (decimal): -1983507 or 15580129. OLE color: 15580129.
HSL color Cylindrical-coordinate representation of color #E1BBED: hue angle of 285.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BBED is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 187 | 237 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 285.6º | 0.58% | 0.83% | - |
| HSV(B) | 285.6º | 0.21% | 0.93% | - |
| XYZ | 64.11 | 57.66 | 87.87 | - |
| YUV | 204.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 237 | 0.05 | 0.21 | 0 | 0.07 | 285.6 | 0.58 | 0.83 |
| Hex | E1 | BB | ED | 5 | 15 | 0 | 7 | 11E | 3A | 53 |
| Octal | 341 | 273 | 355 | 5 | 25 | 0 | 7 | 436 | 72 | 123 |
| Binary | 11100001 | 10111011 | 11101101 | 101 | 10101 | 0 | 111 | 100011110 | 111010 | 1010011 |
Color Harmonies of #E1BBED
Complementary color
Monochromatic Colors of #E1BBED
Black with #E1BBED
Text Example
Text Example
White with #E1BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBED; }
p { color: rgb(225,187,237); }
H1.HeaderClassName
{
color: #E1BBED;
}
.AnyTagClassName
{
color: #E1BBED;
}
</style>
background-color css
<style>
a { background-color: #E1BBED; }
a { background-color: rgb(225,187,237); }
div.DivClassName
{
background-color: #E1BBED;
}
.BgClassName
{
background-color: #E1BBED;
}
</style>
border-color css
<style>
span { border-color: #E1BBED; }
span { border-color: rgb(225,187,237); }
td.TdClassName
{
border-color: #E1BBED;
}
.TagClassName
{
border-color: #E1BBED;
}
</style>