Shades of Mauve #E2BCFE
Tints of Mauve #E2BCFE
RGB
CMYK
RGB Variations
Color information
#E2BCFE (or 0xE2BCFE) is known color: Mauve. HEX triplet: E2, BC and FE. RGB value is (226,188,254). Sum of RGB (Red+Green+Blue) = 226+188+254=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFE is #1D4301. Grayscale: #CECECE. Windows color (decimal): -1917698 or 16694498. OLE color: 16694498.
HSL color Cylindrical-coordinate representation of color #E2BCFE: hue angle of 274.55º 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 #E2BCFE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 188 | 254 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.00 |
| HSL | 274.55º | 0.97% | 0.87% | - |
| HSV(B) | 274.55º | 0.26% | 1% | - |
| XYZ | 67.24 | 59.29 | 101.67 | - |
| YUV | 206.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 254 | 0.11 | 0.26 | 0 | 0.00 | 274.55 | 0.97 | 0.87 |
| Hex | E2 | BC | FE | B | 1A | 0 | 0 | 113 | 61 | 57 |
| Octal | 342 | 274 | 376 | 13 | 32 | 0 | 0 | 423 | 141 | 127 |
| Binary | 11100010 | 10111100 | 11111110 | 1011 | 11010 | 0 | 0 | 100010011 | 1100001 | 1010111 |
Color Harmonies of #E2BCFE
Complementary color
Monochromatic Colors of #E2BCFE
Black with #E2BCFE
Text Example
Text Example
White with #E2BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCFE; }
p { color: rgb(226,188,254); }
H1.HeaderClassName
{
color: #E2BCFE;
}
.AnyTagClassName
{
color: #E2BCFE;
}
</style>
background-color css
<style>
a { background-color: #E2BCFE; }
a { background-color: rgb(226,188,254); }
div.DivClassName
{
background-color: #E2BCFE;
}
.BgClassName
{
background-color: #E2BCFE;
}
</style>
border-color css
<style>
span { border-color: #E2BCFE; }
span { border-color: rgb(226,188,254); }
td.TdClassName
{
border-color: #E2BCFE;
}
.TagClassName
{
border-color: #E2BCFE;
}
</style>