Shades of Mauve #E5BBFF
Tints of Mauve #E5BBFF
RGB
CMYK
RGB Variations
Color information
#E5BBFF (or 0xE5BBFF) is known color: Mauve. HEX triplet: E5, BB and FF. RGB value is (229,187,255). Sum of RGB (Red+Green+Blue) = 229+187+255=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFF is #1A4400. Grayscale: #CFCFCF. Windows color (decimal): -1721345 or 16759781. OLE color: 16759781.
HSL color Cylindrical-coordinate representation of color #E5BBFF: hue angle of 277.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BBFF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 187 | 255 | - |
| CMYK | 0.10 | 0.27 | 0 | 0 |
| HSL | 277.06º | 1% | 0.87% | - |
| HSV(B) | 277.06º | 0.27% | 1% | - |
| XYZ | 68.13 | 59.42 | 102.49 | - |
| YUV | 207.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 255 | 0.10 | 0.27 | 0 | 0 | 277.06 | 1 | 0.87 |
| Hex | E5 | BB | FF | A | 1B | 0 | 0 | 115 | 64 | 57 |
| Octal | 345 | 273 | 377 | 12 | 33 | 0 | 0 | 425 | 144 | 127 |
| Binary | 11100101 | 10111011 | 11111111 | 1010 | 11011 | 0 | 0 | 100010101 | 1100100 | 1010111 |
Color Harmonies of #E5BBFF
Complementary color
Monochromatic Colors of #E5BBFF
Black with #E5BBFF
Text Example
Text Example
White with #E5BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBFF; }
p { color: rgb(229,187,255); }
H1.HeaderClassName
{
color: #E5BBFF;
}
.AnyTagClassName
{
color: #E5BBFF;
}
</style>
background-color css
<style>
a { background-color: #E5BBFF; }
a { background-color: rgb(229,187,255); }
div.DivClassName
{
background-color: #E5BBFF;
}
.BgClassName
{
background-color: #E5BBFF;
}
</style>
border-color css
<style>
span { border-color: #E5BBFF; }
span { border-color: rgb(229,187,255); }
td.TdClassName
{
border-color: #E5BBFF;
}
.TagClassName
{
border-color: #E5BBFF;
}
</style>