Shades of Mauve #E5BBFE
Tints of Mauve #E5BBFE
RGB
CMYK
RGB Variations
Color information
#E5BBFE (or 0xE5BBFE) is known color: Mauve. HEX triplet: E5, BB and FE. RGB value is (229,187,254). Sum of RGB (Red+Green+Blue) = 229+187+254=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFE is #1A4401. Grayscale: #CECECE. Windows color (decimal): -1721346 or 16694245. OLE color: 16694245.
HSL color Cylindrical-coordinate representation of color #E5BBFE: hue angle of 277.61º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BBFE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 187 | 254 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.00 |
| HSL | 277.61º | 0.97% | 0.86% | - |
| HSV(B) | 277.61º | 0.26% | 1% | - |
| XYZ | 67.97 | 59.35 | 101.64 | - |
| YUV | 207.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 254 | 0.10 | 0.26 | 0 | 0.00 | 277.61 | 0.97 | 0.86 |
| Hex | E5 | BB | FE | A | 1A | 0 | 0 | 116 | 61 | 56 |
| Octal | 345 | 273 | 376 | 12 | 32 | 0 | 0 | 426 | 141 | 126 |
| Binary | 11100101 | 10111011 | 11111110 | 1010 | 11010 | 0 | 0 | 100010110 | 1100001 | 1010110 |
Color Harmonies of #E5BBFE
Complementary color
Monochromatic Colors of #E5BBFE
Black with #E5BBFE
Text Example
Text Example
White with #E5BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBFE; }
p { color: rgb(229,187,254); }
H1.HeaderClassName
{
color: #E5BBFE;
}
.AnyTagClassName
{
color: #E5BBFE;
}
</style>
background-color css
<style>
a { background-color: #E5BBFE; }
a { background-color: rgb(229,187,254); }
div.DivClassName
{
background-color: #E5BBFE;
}
.BgClassName
{
background-color: #E5BBFE;
}
</style>
border-color css
<style>
span { border-color: #E5BBFE; }
span { border-color: rgb(229,187,254); }
td.TdClassName
{
border-color: #E5BBFE;
}
.TagClassName
{
border-color: #E5BBFE;
}
</style>