Shades of Mauve #E0BBF6
Tints of Mauve #E0BBF6
RGB
CMYK
RGB Variations
Color information
#E0BBF6 (or 0xE0BBF6) is known color: Mauve. HEX triplet: E0, BB and F6. RGB value is (224,187,246). Sum of RGB (Red+Green+Blue) = 224+187+246=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF6 is #1F4409. Grayscale: #CCCCCC. Windows color (decimal): -2049034 or 16169952. OLE color: 16169952.
HSL color Cylindrical-coordinate representation of color #E0BBF6: hue angle of 277.63º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BBF6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 187 | 246 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.04 |
| HSL | 277.63º | 0.77% | 0.85% | - |
| HSV(B) | 277.63º | 0.24% | 0.96% | - |
| XYZ | 65.15 | 58.04 | 94.96 | - |
| YUV | 204.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 246 | 0.09 | 0.24 | 0 | 0.04 | 277.63 | 0.77 | 0.85 |
| Hex | E0 | BB | F6 | 9 | 18 | 0 | 4 | 116 | 4D | 55 |
| Octal | 340 | 273 | 366 | 11 | 30 | 0 | 4 | 426 | 115 | 125 |
| Binary | 11100000 | 10111011 | 11110110 | 1001 | 11000 | 0 | 100 | 100010110 | 1001101 | 1010101 |
Color Harmonies of #E0BBF6
Complementary color
Monochromatic Colors of #E0BBF6
Black with #E0BBF6
Text Example
Text Example
White with #E0BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBF6; }
p { color: rgb(224,187,246); }
H1.HeaderClassName
{
color: #E0BBF6;
}
.AnyTagClassName
{
color: #E0BBF6;
}
</style>
background-color css
<style>
a { background-color: #E0BBF6; }
a { background-color: rgb(224,187,246); }
div.DivClassName
{
background-color: #E0BBF6;
}
.BgClassName
{
background-color: #E0BBF6;
}
</style>
border-color css
<style>
span { border-color: #E0BBF6; }
span { border-color: rgb(224,187,246); }
td.TdClassName
{
border-color: #E0BBF6;
}
.TagClassName
{
border-color: #E0BBF6;
}
</style>