Shades of Mauve #E1BCFE
Tints of Mauve #E1BCFE
RGB
CMYK
RGB Variations
Color information
#E1BCFE (or 0xE1BCFE) is known color: Mauve. HEX triplet: E1, BC and FE. RGB value is (225,188,254). Sum of RGB (Red+Green+Blue) = 225+188+254=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCFE is #1E4301. Grayscale: #CECECE. Windows color (decimal): -1983234 or 16694497. OLE color: 16694497.
HSL color Cylindrical-coordinate representation of color #E1BCFE: hue angle of 273.64º 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 #E1BCFE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 188 | 254 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.00 |
| HSL | 273.64º | 0.97% | 0.87% | - |
| HSV(B) | 273.64º | 0.26% | 1% | - |
| XYZ | 66.92 | 59.13 | 101.65 | - |
| YUV | 206.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 254 | 0.11 | 0.26 | 0 | 0.00 | 273.64 | 0.97 | 0.87 |
| Hex | E1 | BC | FE | B | 1A | 0 | 0 | 112 | 61 | 57 |
| Octal | 341 | 274 | 376 | 13 | 32 | 0 | 0 | 422 | 141 | 127 |
| Binary | 11100001 | 10111100 | 11111110 | 1011 | 11010 | 0 | 0 | 100010010 | 1100001 | 1010111 |
Color Harmonies of #E1BCFE
Complementary color
Monochromatic Colors of #E1BCFE
Black with #E1BCFE
Text Example
Text Example
White with #E1BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCFE; }
p { color: rgb(225,188,254); }
H1.HeaderClassName
{
color: #E1BCFE;
}
.AnyTagClassName
{
color: #E1BCFE;
}
</style>
background-color css
<style>
a { background-color: #E1BCFE; }
a { background-color: rgb(225,188,254); }
div.DivClassName
{
background-color: #E1BCFE;
}
.BgClassName
{
background-color: #E1BCFE;
}
</style>
border-color css
<style>
span { border-color: #E1BCFE; }
span { border-color: rgb(225,188,254); }
td.TdClassName
{
border-color: #E1BCFE;
}
.TagClassName
{
border-color: #E1BCFE;
}
</style>