Shades of Mauve #E2BCFB
Tints of Mauve #E2BCFB
RGB
CMYK
RGB Variations
Color information
#E2BCFB (or 0xE2BCFB) is known color: Mauve. HEX triplet: E2, BC and FB. RGB value is (226,188,251). Sum of RGB (Red+Green+Blue) = 226+188+251=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFB is #1D4304. Grayscale: #CECECE. Windows color (decimal): -1917701 or 16497890. OLE color: 16497890.
HSL color Cylindrical-coordinate representation of color #E2BCFB: hue angle of 276.19º degrees, saturation: 0.89, 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 #E2BCFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 188 | 251 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.02 |
| HSL | 276.19º | 0.89% | 0.86% | - |
| HSV(B) | 276.19º | 0.25% | 0.98% | - |
| XYZ | 66.76 | 59.1 | 99.16 | - |
| YUV | 206.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 251 | 0.10 | 0.25 | 0 | 0.02 | 276.19 | 0.89 | 0.86 |
| Hex | E2 | BC | FB | A | 19 | 0 | 2 | 114 | 59 | 56 |
| Octal | 342 | 274 | 373 | 12 | 31 | 0 | 2 | 424 | 131 | 126 |
| Binary | 11100010 | 10111100 | 11111011 | 1010 | 11001 | 0 | 10 | 100010100 | 1011001 | 1010110 |
Color Harmonies of #E2BCFB
Complementary color
Monochromatic Colors of #E2BCFB
Black with #E2BCFB
Text Example
Text Example
White with #E2BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCFB; }
p { color: rgb(226,188,251); }
H1.HeaderClassName
{
color: #E2BCFB;
}
.AnyTagClassName
{
color: #E2BCFB;
}
</style>
background-color css
<style>
a { background-color: #E2BCFB; }
a { background-color: rgb(226,188,251); }
div.DivClassName
{
background-color: #E2BCFB;
}
.BgClassName
{
background-color: #E2BCFB;
}
</style>
border-color css
<style>
span { border-color: #E2BCFB; }
span { border-color: rgb(226,188,251); }
td.TdClassName
{
border-color: #E2BCFB;
}
.TagClassName
{
border-color: #E2BCFB;
}
</style>