Shades of Mauve #E0BCFE
Tints of Mauve #E0BCFE
RGB
CMYK
RGB Variations
Color information
#E0BCFE (or 0xE0BCFE) is known color: Mauve. HEX triplet: E0, BC and FE. RGB value is (224,188,254). Sum of RGB (Red+Green+Blue) = 224+188+254=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFE is #1F4301. Grayscale: #CECECE. Windows color (decimal): -2048770 or 16694496. OLE color: 16694496.
HSL color Cylindrical-coordinate representation of color #E0BCFE: hue angle of 272.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BCFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 188 | 254 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.00 |
| HSL | 272.73º | 0.97% | 0.87% | - |
| HSV(B) | 272.73º | 0.26% | 1% | - |
| XYZ | 66.61 | 58.97 | 101.64 | - |
| YUV | 206.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 254 | 0.12 | 0.26 | 0 | 0.00 | 272.73 | 0.97 | 0.87 |
| Hex | E0 | BC | FE | C | 1A | 0 | 0 | 111 | 61 | 57 |
| Octal | 340 | 274 | 376 | 14 | 32 | 0 | 0 | 421 | 141 | 127 |
| Binary | 11100000 | 10111100 | 11111110 | 1100 | 11010 | 0 | 0 | 100010001 | 1100001 | 1010111 |
Color Harmonies of #E0BCFE
Complementary color
Monochromatic Colors of #E0BCFE
Black with #E0BCFE
Text Example
Text Example
White with #E0BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCFE; }
p { color: rgb(224,188,254); }
H1.HeaderClassName
{
color: #E0BCFE;
}
.AnyTagClassName
{
color: #E0BCFE;
}
</style>
background-color css
<style>
a { background-color: #E0BCFE; }
a { background-color: rgb(224,188,254); }
div.DivClassName
{
background-color: #E0BCFE;
}
.BgClassName
{
background-color: #E0BCFE;
}
</style>
border-color css
<style>
span { border-color: #E0BCFE; }
span { border-color: rgb(224,188,254); }
td.TdClassName
{
border-color: #E0BCFE;
}
.TagClassName
{
border-color: #E0BCFE;
}
</style>