Shades of Mauve #E5BBF8
Tints of Mauve #E5BBF8
RGB
CMYK
RGB Variations
Color information
#E5BBF8 (or 0xE5BBF8) is known color: Mauve. HEX triplet: E5, BB and F8. RGB value is (229,187,248). Sum of RGB (Red+Green+Blue) = 229+187+248=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBF8 is #1A4407. Grayscale: #CECECE. Windows color (decimal): -1721352 or 16301029. OLE color: 16301029.
HSL color Cylindrical-coordinate representation of color #E5BBF8: hue angle of 281.31º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BBF8 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 187 | 248 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.03 |
| HSL | 281.31º | 0.81% | 0.85% | - |
| HSV(B) | 281.31º | 0.25% | 0.97% | - |
| XYZ | 67.03 | 58.98 | 96.66 | - |
| YUV | 206.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 248 | 0.08 | 0.25 | 0 | 0.03 | 281.31 | 0.81 | 0.85 |
| Hex | E5 | BB | F8 | 8 | 19 | 0 | 3 | 119 | 51 | 55 |
| Octal | 345 | 273 | 370 | 10 | 31 | 0 | 3 | 431 | 121 | 125 |
| Binary | 11100101 | 10111011 | 11111000 | 1000 | 11001 | 0 | 11 | 100011001 | 1010001 | 1010101 |
Color Harmonies of #E5BBF8
Complementary color
Monochromatic Colors of #E5BBF8
Black with #E5BBF8
Text Example
Text Example
White with #E5BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBF8; }
p { color: rgb(229,187,248); }
H1.HeaderClassName
{
color: #E5BBF8;
}
.AnyTagClassName
{
color: #E5BBF8;
}
</style>
background-color css
<style>
a { background-color: #E5BBF8; }
a { background-color: rgb(229,187,248); }
div.DivClassName
{
background-color: #E5BBF8;
}
.BgClassName
{
background-color: #E5BBF8;
}
</style>
border-color css
<style>
span { border-color: #E5BBF8; }
span { border-color: rgb(229,187,248); }
td.TdClassName
{
border-color: #E5BBF8;
}
.TagClassName
{
border-color: #E5BBF8;
}
</style>