Shades of Mauve #E1BBF1
Tints of Mauve #E1BBF1
RGB
CMYK
RGB Variations
Color information
#E1BBF1 (or 0xE1BBF1) is known color: Mauve. HEX triplet: E1, BB and F1. RGB value is (225,187,241). Sum of RGB (Red+Green+Blue) = 225+187+241=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBF1 is #1E440E. Grayscale: #CCCCCC. Windows color (decimal): -1983503 or 15842273. OLE color: 15842273.
HSL color Cylindrical-coordinate representation of color #E1BBF1: hue angle of 282.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BBF1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 187 | 241 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.05 |
| HSL | 282.22º | 0.66% | 0.84% | - |
| HSV(B) | 282.22º | 0.22% | 0.95% | - |
| XYZ | 64.7 | 57.9 | 90.98 | - |
| YUV | 204.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 241 | 0.07 | 0.22 | 0 | 0.05 | 282.22 | 0.66 | 0.84 |
| Hex | E1 | BB | F1 | 7 | 16 | 0 | 5 | 11A | 42 | 54 |
| Octal | 341 | 273 | 361 | 7 | 26 | 0 | 5 | 432 | 102 | 124 |
| Binary | 11100001 | 10111011 | 11110001 | 111 | 10110 | 0 | 101 | 100011010 | 1000010 | 1010100 |
Color Harmonies of #E1BBF1
Complementary color
Monochromatic Colors of #E1BBF1
Black with #E1BBF1
Text Example
Text Example
White with #E1BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBF1; }
p { color: rgb(225,187,241); }
H1.HeaderClassName
{
color: #E1BBF1;
}
.AnyTagClassName
{
color: #E1BBF1;
}
</style>
background-color css
<style>
a { background-color: #E1BBF1; }
a { background-color: rgb(225,187,241); }
div.DivClassName
{
background-color: #E1BBF1;
}
.BgClassName
{
background-color: #E1BBF1;
}
</style>
border-color css
<style>
span { border-color: #E1BBF1; }
span { border-color: rgb(225,187,241); }
td.TdClassName
{
border-color: #E1BBF1;
}
.TagClassName
{
border-color: #E1BBF1;
}
</style>