Shades of Mauve #E2BCFA
Tints of Mauve #E2BCFA
RGB
CMYK
RGB Variations
Color information
#E2BCFA (or 0xE2BCFA) is known color: Mauve. HEX triplet: E2, BC and FA. RGB value is (226,188,250). Sum of RGB (Red+Green+Blue) = 226+188+250=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFA is #1D4305. Grayscale: #CECECE. Windows color (decimal): -1917702 or 16432354. OLE color: 16432354.
HSL color Cylindrical-coordinate representation of color #E2BCFA: hue angle of 276.77º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BCFA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 188 | 250 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.02 |
| HSL | 276.77º | 0.86% | 0.86% | - |
| HSV(B) | 276.77º | 0.25% | 0.98% | - |
| XYZ | 66.6 | 59.04 | 98.33 | - |
| YUV | 206.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 250 | 0.10 | 0.25 | 0 | 0.02 | 276.77 | 0.86 | 0.86 |
| Hex | E2 | BC | FA | A | 19 | 0 | 2 | 115 | 56 | 56 |
| Octal | 342 | 274 | 372 | 12 | 31 | 0 | 2 | 425 | 126 | 126 |
| Binary | 11100010 | 10111100 | 11111010 | 1010 | 11001 | 0 | 10 | 100010101 | 1010110 | 1010110 |
Color Harmonies of #E2BCFA
Complementary color
Monochromatic Colors of #E2BCFA
Black with #E2BCFA
Text Example
Text Example
White with #E2BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCFA; }
p { color: rgb(226,188,250); }
H1.HeaderClassName
{
color: #E2BCFA;
}
.AnyTagClassName
{
color: #E2BCFA;
}
</style>
background-color css
<style>
a { background-color: #E2BCFA; }
a { background-color: rgb(226,188,250); }
div.DivClassName
{
background-color: #E2BCFA;
}
.BgClassName
{
background-color: #E2BCFA;
}
</style>
border-color css
<style>
span { border-color: #E2BCFA; }
span { border-color: rgb(226,188,250); }
td.TdClassName
{
border-color: #E2BCFA;
}
.TagClassName
{
border-color: #E2BCFA;
}
</style>