Shades of Mauve #E2BBFB
Tints of Mauve #E2BBFB
RGB
CMYK
RGB Variations
Color information
#E2BBFB (or 0xE2BBFB) is known color: Mauve. HEX triplet: E2, BB and FB. RGB value is (226,187,251). Sum of RGB (Red+Green+Blue) = 226+187+251=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBFB is #1D4404. Grayscale: #CDCDCD. Windows color (decimal): -1917957 or 16497634. OLE color: 16497634.
HSL color Cylindrical-coordinate representation of color #E2BBFB: hue angle of 276.56º 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 #E2BBFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 187 | 251 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.02 |
| HSL | 276.56º | 0.89% | 0.86% | - |
| HSV(B) | 276.56º | 0.25% | 0.98% | - |
| XYZ | 66.55 | 58.67 | 99.08 | - |
| YUV | 205.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 251 | 0.10 | 0.25 | 0 | 0.02 | 276.56 | 0.89 | 0.86 |
| Hex | E2 | BB | FB | A | 19 | 0 | 2 | 115 | 59 | 56 |
| Octal | 342 | 273 | 373 | 12 | 31 | 0 | 2 | 425 | 131 | 126 |
| Binary | 11100010 | 10111011 | 11111011 | 1010 | 11001 | 0 | 10 | 100010101 | 1011001 | 1010110 |
Color Harmonies of #E2BBFB
Complementary color
Monochromatic Colors of #E2BBFB
Black with #E2BBFB
Text Example
Text Example
White with #E2BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBFB; }
p { color: rgb(226,187,251); }
H1.HeaderClassName
{
color: #E2BBFB;
}
.AnyTagClassName
{
color: #E2BBFB;
}
</style>
background-color css
<style>
a { background-color: #E2BBFB; }
a { background-color: rgb(226,187,251); }
div.DivClassName
{
background-color: #E2BBFB;
}
.BgClassName
{
background-color: #E2BBFB;
}
</style>
border-color css
<style>
span { border-color: #E2BBFB; }
span { border-color: rgb(226,187,251); }
td.TdClassName
{
border-color: #E2BBFB;
}
.TagClassName
{
border-color: #E2BBFB;
}
</style>