Shades of Mauve #E0BBF0
Tints of Mauve #E0BBF0
RGB
CMYK
RGB Variations
Color information
#E0BBF0 (or 0xE0BBF0) is known color: Mauve. HEX triplet: E0, BB and F0. RGB value is (224,187,240). Sum of RGB (Red+Green+Blue) = 224+187+240=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF0 is #1F440F. Grayscale: #CBCBCB. Windows color (decimal): -2049040 or 15776736. OLE color: 15776736.
HSL color Cylindrical-coordinate representation of color #E0BBF0: hue angle of 281.89º degrees, saturation: 0.64, 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 #E0BBF0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 187 | 240 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.06 |
| HSL | 281.89º | 0.64% | 0.84% | - |
| HSV(B) | 281.89º | 0.22% | 0.94% | - |
| XYZ | 64.24 | 57.68 | 90.19 | - |
| YUV | 204.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 240 | 0.07 | 0.22 | 0 | 0.06 | 281.89 | 0.64 | 0.84 |
| Hex | E0 | BB | F0 | 7 | 16 | 0 | 6 | 11A | 40 | 54 |
| Octal | 340 | 273 | 360 | 7 | 26 | 0 | 6 | 432 | 100 | 124 |
| Binary | 11100000 | 10111011 | 11110000 | 111 | 10110 | 0 | 110 | 100011010 | 1000000 | 1010100 |
Color Harmonies of #E0BBF0
Complementary color
Monochromatic Colors of #E0BBF0
Black with #E0BBF0
Text Example
Text Example
White with #E0BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBF0; }
p { color: rgb(224,187,240); }
H1.HeaderClassName
{
color: #E0BBF0;
}
.AnyTagClassName
{
color: #E0BBF0;
}
</style>
background-color css
<style>
a { background-color: #E0BBF0; }
a { background-color: rgb(224,187,240); }
div.DivClassName
{
background-color: #E0BBF0;
}
.BgClassName
{
background-color: #E0BBF0;
}
</style>
border-color css
<style>
span { border-color: #E0BBF0; }
span { border-color: rgb(224,187,240); }
td.TdClassName
{
border-color: #E0BBF0;
}
.TagClassName
{
border-color: #E0BBF0;
}
</style>