Shades of Mauve #E5BBF0
Tints of Mauve #E5BBF0
RGB
CMYK
RGB Variations
Color information
#E5BBF0 (or 0xE5BBF0) is known color: Mauve. HEX triplet: E5, BB and F0. RGB value is (229,187,240). Sum of RGB (Red+Green+Blue) = 229+187+240=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBF0 is #1A440F. Grayscale: #CDCDCD. Windows color (decimal): -1721360 or 15776741. OLE color: 15776741.
HSL color Cylindrical-coordinate representation of color #E5BBF0: hue angle of 287.55º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5BBF0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 187 | 240 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.06 |
| HSL | 287.55º | 0.64% | 0.84% | - |
| HSV(B) | 287.55º | 0.22% | 0.94% | - |
| XYZ | 65.81 | 58.49 | 90.26 | - |
| YUV | 205.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 240 | 0.05 | 0.22 | 0 | 0.06 | 287.55 | 0.64 | 0.84 |
| Hex | E5 | BB | F0 | 5 | 16 | 0 | 6 | 120 | 40 | 54 |
| Octal | 345 | 273 | 360 | 5 | 26 | 0 | 6 | 440 | 100 | 124 |
| Binary | 11100101 | 10111011 | 11110000 | 101 | 10110 | 0 | 110 | 100100000 | 1000000 | 1010100 |
Color Harmonies of #E5BBF0
Complementary color
Monochromatic Colors of #E5BBF0
Black with #E5BBF0
Text Example
Text Example
White with #E5BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBF0; }
p { color: rgb(229,187,240); }
H1.HeaderClassName
{
color: #E5BBF0;
}
.AnyTagClassName
{
color: #E5BBF0;
}
</style>
background-color css
<style>
a { background-color: #E5BBF0; }
a { background-color: rgb(229,187,240); }
div.DivClassName
{
background-color: #E5BBF0;
}
.BgClassName
{
background-color: #E5BBF0;
}
</style>
border-color css
<style>
span { border-color: #E5BBF0; }
span { border-color: rgb(229,187,240); }
td.TdClassName
{
border-color: #E5BBF0;
}
.TagClassName
{
border-color: #E5BBF0;
}
</style>