Shades of Mauve #E4BBFB
Tints of Mauve #E4BBFB
RGB
CMYK
RGB Variations
Color information
#E4BBFB (or 0xE4BBFB) is known color: Mauve. HEX triplet: E4, BB and FB. RGB value is (228,187,251). Sum of RGB (Red+Green+Blue) = 228+187+251=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BBFB is #1B4404. Grayscale: #CECECE. Windows color (decimal): -1786885 or 16497636. OLE color: 16497636.
HSL color Cylindrical-coordinate representation of color #E4BBFB: hue angle of 278.44º 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 #E4BBFB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 187 | 251 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.02 |
| HSL | 278.44º | 0.89% | 0.86% | - |
| HSV(B) | 278.44º | 0.25% | 0.98% | - |
| XYZ | 67.18 | 59 | 99.11 | - |
| YUV | 206.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 251 | 0.09 | 0.25 | 0 | 0.02 | 278.44 | 0.89 | 0.86 |
| Hex | E4 | BB | FB | 9 | 19 | 0 | 2 | 116 | 59 | 56 |
| Octal | 344 | 273 | 373 | 11 | 31 | 0 | 2 | 426 | 131 | 126 |
| Binary | 11100100 | 10111011 | 11111011 | 1001 | 11001 | 0 | 10 | 100010110 | 1011001 | 1010110 |
Color Harmonies of #E4BBFB
Complementary color
Monochromatic Colors of #E4BBFB
Black with #E4BBFB
Text Example
Text Example
White with #E4BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBFB; }
p { color: rgb(228,187,251); }
H1.HeaderClassName
{
color: #E4BBFB;
}
.AnyTagClassName
{
color: #E4BBFB;
}
</style>
background-color css
<style>
a { background-color: #E4BBFB; }
a { background-color: rgb(228,187,251); }
div.DivClassName
{
background-color: #E4BBFB;
}
.BgClassName
{
background-color: #E4BBFB;
}
</style>
border-color css
<style>
span { border-color: #E4BBFB; }
span { border-color: rgb(228,187,251); }
td.TdClassName
{
border-color: #E4BBFB;
}
.TagClassName
{
border-color: #E4BBFB;
}
</style>