Shades of Mauve #E1BBEF
Tints of Mauve #E1BBEF
RGB
CMYK
RGB Variations
Color information
#E1BBEF (or 0xE1BBEF) is known color: Mauve. HEX triplet: E1, BB and EF. RGB value is (225,187,239). Sum of RGB (Red+Green+Blue) = 225+187+239=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBEF is #1E4410. Grayscale: #CCCCCC. Windows color (decimal): -1983505 or 15711201. OLE color: 15711201.
HSL color Cylindrical-coordinate representation of color #E1BBEF: hue angle of 283.85º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BBEF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 187 | 239 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.06 |
| HSL | 283.85º | 0.62% | 0.84% | - |
| HSV(B) | 283.85º | 0.22% | 0.94% | - |
| XYZ | 64.4 | 57.78 | 89.42 | - |
| YUV | 204.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 239 | 0.06 | 0.22 | 0 | 0.06 | 283.85 | 0.62 | 0.84 |
| Hex | E1 | BB | EF | 6 | 16 | 0 | 6 | 11C | 3E | 54 |
| Octal | 341 | 273 | 357 | 6 | 26 | 0 | 6 | 434 | 76 | 124 |
| Binary | 11100001 | 10111011 | 11101111 | 110 | 10110 | 0 | 110 | 100011100 | 111110 | 1010100 |
Color Harmonies of #E1BBEF
Complementary color
Monochromatic Colors of #E1BBEF
Black with #E1BBEF
Text Example
Text Example
White with #E1BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBEF; }
p { color: rgb(225,187,239); }
H1.HeaderClassName
{
color: #E1BBEF;
}
.AnyTagClassName
{
color: #E1BBEF;
}
</style>
background-color css
<style>
a { background-color: #E1BBEF; }
a { background-color: rgb(225,187,239); }
div.DivClassName
{
background-color: #E1BBEF;
}
.BgClassName
{
background-color: #E1BBEF;
}
</style>
border-color css
<style>
span { border-color: #E1BBEF; }
span { border-color: rgb(225,187,239); }
td.TdClassName
{
border-color: #E1BBEF;
}
.TagClassName
{
border-color: #E1BBEF;
}
</style>