Shades of Mauve #E0BBF1
Tints of Mauve #E0BBF1
RGB
CMYK
RGB Variations
Color information
#E0BBF1 (or 0xE0BBF1) is known color: Mauve. HEX triplet: E0, BB and F1. RGB value is (224,187,241). Sum of RGB (Red+Green+Blue) = 224+187+241=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF1 is #1F440E. Grayscale: #CCCCCC. Windows color (decimal): -2049039 or 15842272. OLE color: 15842272.
HSL color Cylindrical-coordinate representation of color #E0BBF1: hue angle of 281.11º 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 #E0BBF1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 187 | 241 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.05 |
| HSL | 281.11º | 0.66% | 0.84% | - |
| HSV(B) | 281.11º | 0.22% | 0.95% | - |
| XYZ | 64.39 | 57.74 | 90.97 | - |
| YUV | 204.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 241 | 0.07 | 0.22 | 0 | 0.05 | 281.11 | 0.66 | 0.84 |
| Hex | E0 | BB | F1 | 7 | 16 | 0 | 5 | 119 | 42 | 54 |
| Octal | 340 | 273 | 361 | 7 | 26 | 0 | 5 | 431 | 102 | 124 |
| Binary | 11100000 | 10111011 | 11110001 | 111 | 10110 | 0 | 101 | 100011001 | 1000010 | 1010100 |
Color Harmonies of #E0BBF1
Complementary color
Monochromatic Colors of #E0BBF1
Black with #E0BBF1
Text Example
Text Example
White with #E0BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBF1; }
p { color: rgb(224,187,241); }
H1.HeaderClassName
{
color: #E0BBF1;
}
.AnyTagClassName
{
color: #E0BBF1;
}
</style>
background-color css
<style>
a { background-color: #E0BBF1; }
a { background-color: rgb(224,187,241); }
div.DivClassName
{
background-color: #E0BBF1;
}
.BgClassName
{
background-color: #E0BBF1;
}
</style>
border-color css
<style>
span { border-color: #E0BBF1; }
span { border-color: rgb(224,187,241); }
td.TdClassName
{
border-color: #E0BBF1;
}
.TagClassName
{
border-color: #E0BBF1;
}
</style>