Shades of Mauve #E3BCFE
Tints of Mauve #E3BCFE
RGB
CMYK
RGB Variations
Color information
#E3BCFE (or 0xE3BCFE) is known color: Mauve. HEX triplet: E3, BC and FE. RGB value is (227,188,254). Sum of RGB (Red+Green+Blue) = 227+188+254=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCFE is #1C4301. Grayscale: #CECECE. Windows color (decimal): -1852162 or 16694499. OLE color: 16694499.
HSL color Cylindrical-coordinate representation of color #E3BCFE: hue angle of 275.45º 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 #E3BCFE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 188 | 254 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.00 |
| HSL | 275.45º | 0.97% | 0.87% | - |
| HSV(B) | 275.45º | 0.26% | 1% | - |
| XYZ | 67.55 | 59.45 | 101.68 | - |
| YUV | 207.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 254 | 0.11 | 0.26 | 0 | 0.00 | 275.45 | 0.97 | 0.87 |
| Hex | E3 | BC | FE | B | 1A | 0 | 0 | 113 | 61 | 57 |
| Octal | 343 | 274 | 376 | 13 | 32 | 0 | 0 | 423 | 141 | 127 |
| Binary | 11100011 | 10111100 | 11111110 | 1011 | 11010 | 0 | 0 | 100010011 | 1100001 | 1010111 |
Color Harmonies of #E3BCFE
Complementary color
Monochromatic Colors of #E3BCFE
Black with #E3BCFE
Text Example
Text Example
White with #E3BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCFE; }
p { color: rgb(227,188,254); }
H1.HeaderClassName
{
color: #E3BCFE;
}
.AnyTagClassName
{
color: #E3BCFE;
}
</style>
background-color css
<style>
a { background-color: #E3BCFE; }
a { background-color: rgb(227,188,254); }
div.DivClassName
{
background-color: #E3BCFE;
}
.BgClassName
{
background-color: #E3BCFE;
}
</style>
border-color css
<style>
span { border-color: #E3BCFE; }
span { border-color: rgb(227,188,254); }
td.TdClassName
{
border-color: #E3BCFE;
}
.TagClassName
{
border-color: #E3BCFE;
}
</style>