Shades of Mauve #E0BBF3
Tints of Mauve #E0BBF3
RGB
CMYK
RGB Variations
Color information
#E0BBF3 (or 0xE0BBF3) is known color: Mauve. HEX triplet: E0, BB and F3. RGB value is (224,187,243). Sum of RGB (Red+Green+Blue) = 224+187+243=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF3 is #1F440C. Grayscale: #CCCCCC. Windows color (decimal): -2049037 or 15973344. OLE color: 15973344.
HSL color Cylindrical-coordinate representation of color #E0BBF3: hue angle of 279.64º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0BBF3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 187 | 243 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.05 |
| HSL | 279.64º | 0.7% | 0.84% | - |
| HSV(B) | 279.64º | 0.23% | 0.95% | - |
| XYZ | 64.69 | 57.86 | 92.55 | - |
| YUV | 204.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 243 | 0.08 | 0.23 | 0 | 0.05 | 279.64 | 0.7 | 0.84 |
| Hex | E0 | BB | F3 | 8 | 17 | 0 | 5 | 118 | 46 | 54 |
| Octal | 340 | 273 | 363 | 10 | 27 | 0 | 5 | 430 | 106 | 124 |
| Binary | 11100000 | 10111011 | 11110011 | 1000 | 10111 | 0 | 101 | 100011000 | 1000110 | 1010100 |
Color Harmonies of #E0BBF3
Complementary color
Monochromatic Colors of #E0BBF3
Black with #E0BBF3
Text Example
Text Example
White with #E0BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBF3; }
p { color: rgb(224,187,243); }
H1.HeaderClassName
{
color: #E0BBF3;
}
.AnyTagClassName
{
color: #E0BBF3;
}
</style>
background-color css
<style>
a { background-color: #E0BBF3; }
a { background-color: rgb(224,187,243); }
div.DivClassName
{
background-color: #E0BBF3;
}
.BgClassName
{
background-color: #E0BBF3;
}
</style>
border-color css
<style>
span { border-color: #E0BBF3; }
span { border-color: rgb(224,187,243); }
td.TdClassName
{
border-color: #E0BBF3;
}
.TagClassName
{
border-color: #E0BBF3;
}
</style>