Shades of Mauve #E0BBFC
Tints of Mauve #E0BBFC
RGB
CMYK
RGB Variations
Color information
#E0BBFC (or 0xE0BBFC) is known color: Mauve. HEX triplet: E0, BB and FC. RGB value is (224,187,252). Sum of RGB (Red+Green+Blue) = 224+187+252=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBFC is #1F4403. Grayscale: #CDCDCD. Windows color (decimal): -2049028 or 16563168. OLE color: 16563168.
HSL color Cylindrical-coordinate representation of color #E0BBFC: hue angle of 274.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BBFC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 187 | 252 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.01 |
| HSL | 274.15º | 0.92% | 0.86% | - |
| HSV(B) | 274.15º | 0.26% | 0.99% | - |
| XYZ | 66.08 | 58.42 | 99.89 | - |
| YUV | 205.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 252 | 0.11 | 0.26 | 0 | 0.01 | 274.15 | 0.92 | 0.86 |
| Hex | E0 | BB | FC | B | 1A | 0 | 1 | 112 | 5C | 56 |
| Octal | 340 | 273 | 374 | 13 | 32 | 0 | 1 | 422 | 134 | 126 |
| Binary | 11100000 | 10111011 | 11111100 | 1011 | 11010 | 0 | 1 | 100010010 | 1011100 | 1010110 |
Color Harmonies of #E0BBFC
Complementary color
Monochromatic Colors of #E0BBFC
Black with #E0BBFC
Text Example
Text Example
White with #E0BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBFC; }
p { color: rgb(224,187,252); }
H1.HeaderClassName
{
color: #E0BBFC;
}
.AnyTagClassName
{
color: #E0BBFC;
}
</style>
background-color css
<style>
a { background-color: #E0BBFC; }
a { background-color: rgb(224,187,252); }
div.DivClassName
{
background-color: #E0BBFC;
}
.BgClassName
{
background-color: #E0BBFC;
}
</style>
border-color css
<style>
span { border-color: #E0BBFC; }
span { border-color: rgb(224,187,252); }
td.TdClassName
{
border-color: #E0BBFC;
}
.TagClassName
{
border-color: #E0BBFC;
}
</style>