Shades of Mauve #E0BBF4
Tints of Mauve #E0BBF4
RGB
CMYK
RGB Variations
Color information
#E0BBF4 (or 0xE0BBF4) is known color: Mauve. HEX triplet: E0, BB and F4. RGB value is (224,187,244). Sum of RGB (Red+Green+Blue) = 224+187+244=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF4 is #1F440B. Grayscale: #CCCCCC. Windows color (decimal): -2049036 or 16038880. OLE color: 16038880.
HSL color Cylindrical-coordinate representation of color #E0BBF4: hue angle of 278.95º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0BBF4 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 187 | 244 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.04 |
| HSL | 278.95º | 0.72% | 0.85% | - |
| HSV(B) | 278.95º | 0.23% | 0.96% | - |
| XYZ | 64.84 | 57.92 | 93.35 | - |
| YUV | 204.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 244 | 0.08 | 0.23 | 0 | 0.04 | 278.95 | 0.72 | 0.85 |
| Hex | E0 | BB | F4 | 8 | 17 | 0 | 4 | 117 | 48 | 55 |
| Octal | 340 | 273 | 364 | 10 | 27 | 0 | 4 | 427 | 110 | 125 |
| Binary | 11100000 | 10111011 | 11110100 | 1000 | 10111 | 0 | 100 | 100010111 | 1001000 | 1010101 |
Color Harmonies of #E0BBF4
Complementary color
Monochromatic Colors of #E0BBF4
Black with #E0BBF4
Text Example
Text Example
White with #E0BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBF4; }
p { color: rgb(224,187,244); }
H1.HeaderClassName
{
color: #E0BBF4;
}
.AnyTagClassName
{
color: #E0BBF4;
}
</style>
background-color css
<style>
a { background-color: #E0BBF4; }
a { background-color: rgb(224,187,244); }
div.DivClassName
{
background-color: #E0BBF4;
}
.BgClassName
{
background-color: #E0BBF4;
}
</style>
border-color css
<style>
span { border-color: #E0BBF4; }
span { border-color: rgb(224,187,244); }
td.TdClassName
{
border-color: #E0BBF4;
}
.TagClassName
{
border-color: #E0BBF4;
}
</style>