Shades of Mauve #E5BCFE
Tints of Mauve #E5BCFE
RGB
CMYK
RGB Variations
Color information
#E5BCFE (or 0xE5BCFE) is known color: Mauve. HEX triplet: E5, BC and FE. RGB value is (229,188,254). Sum of RGB (Red+Green+Blue) = 229+188+254=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFE is #1A4301. Grayscale: #CFCFCF. Windows color (decimal): -1721090 or 16694501. OLE color: 16694501.
HSL color Cylindrical-coordinate representation of color #E5BCFE: hue angle of 277.27º 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 #E5BCFE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 188 | 254 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.00 |
| HSL | 277.27º | 0.97% | 0.87% | - |
| HSV(B) | 277.27º | 0.26% | 1% | - |
| XYZ | 68.19 | 59.78 | 101.71 | - |
| YUV | 207.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 254 | 0.10 | 0.26 | 0 | 0.00 | 277.27 | 0.97 | 0.87 |
| Hex | E5 | BC | FE | A | 1A | 0 | 0 | 115 | 61 | 57 |
| Octal | 345 | 274 | 376 | 12 | 32 | 0 | 0 | 425 | 141 | 127 |
| Binary | 11100101 | 10111100 | 11111110 | 1010 | 11010 | 0 | 0 | 100010101 | 1100001 | 1010111 |
Color Harmonies of #E5BCFE
Complementary color
Monochromatic Colors of #E5BCFE
Black with #E5BCFE
Text Example
Text Example
White with #E5BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCFE; }
p { color: rgb(229,188,254); }
H1.HeaderClassName
{
color: #E5BCFE;
}
.AnyTagClassName
{
color: #E5BCFE;
}
</style>
background-color css
<style>
a { background-color: #E5BCFE; }
a { background-color: rgb(229,188,254); }
div.DivClassName
{
background-color: #E5BCFE;
}
.BgClassName
{
background-color: #E5BCFE;
}
</style>
border-color css
<style>
span { border-color: #E5BCFE; }
span { border-color: rgb(229,188,254); }
td.TdClassName
{
border-color: #E5BCFE;
}
.TagClassName
{
border-color: #E5BCFE;
}
</style>