Shades of Mauve #E0BBFE
Tints of Mauve #E0BBFE
RGB
CMYK
RGB Variations
Color information
#E0BBFE (or 0xE0BBFE) is known color: Mauve. HEX triplet: E0, BB and FE. RGB value is (224,187,254). Sum of RGB (Red+Green+Blue) = 224+187+254=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBFE is #1F4401. Grayscale: #CDCDCD. Windows color (decimal): -2049026 or 16694240. OLE color: 16694240.
HSL color Cylindrical-coordinate representation of color #E0BBFE: hue angle of 273.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BBFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 187 | 254 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.00 |
| HSL | 273.13º | 0.97% | 0.86% | - |
| HSV(B) | 273.13º | 0.26% | 1% | - |
| XYZ | 66.4 | 58.54 | 101.57 | - |
| YUV | 205.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 254 | 0.12 | 0.26 | 0 | 0.00 | 273.13 | 0.97 | 0.86 |
| Hex | E0 | BB | FE | C | 1A | 0 | 0 | 111 | 61 | 56 |
| Octal | 340 | 273 | 376 | 14 | 32 | 0 | 0 | 421 | 141 | 126 |
| Binary | 11100000 | 10111011 | 11111110 | 1100 | 11010 | 0 | 0 | 100010001 | 1100001 | 1010110 |
Color Harmonies of #E0BBFE
Complementary color
Monochromatic Colors of #E0BBFE
Black with #E0BBFE
Text Example
Text Example
White with #E0BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBFE; }
p { color: rgb(224,187,254); }
H1.HeaderClassName
{
color: #E0BBFE;
}
.AnyTagClassName
{
color: #E0BBFE;
}
</style>
background-color css
<style>
a { background-color: #E0BBFE; }
a { background-color: rgb(224,187,254); }
div.DivClassName
{
background-color: #E0BBFE;
}
.BgClassName
{
background-color: #E0BBFE;
}
</style>
border-color css
<style>
span { border-color: #E0BBFE; }
span { border-color: rgb(224,187,254); }
td.TdClassName
{
border-color: #E0BBFE;
}
.TagClassName
{
border-color: #E0BBFE;
}
</style>