Shades of Mauve #E5BBF1
Tints of Mauve #E5BBF1
RGB
CMYK
RGB Variations
Color information
#E5BBF1 (or 0xE5BBF1) is known color: Mauve. HEX triplet: E5, BB and F1. RGB value is (229,187,241). Sum of RGB (Red+Green+Blue) = 229+187+241=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBF1 is #1A440E. Grayscale: #CDCDCD. Windows color (decimal): -1721359 or 15842277. OLE color: 15842277.
HSL color Cylindrical-coordinate representation of color #E5BBF1: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5BBF1 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 187 | 241 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.05 |
| HSL | 286.67º | 0.66% | 0.84% | - |
| HSV(B) | 286.67º | 0.22% | 0.95% | - |
| XYZ | 65.96 | 58.55 | 91.04 | - |
| YUV | 205.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 241 | 0.05 | 0.22 | 0 | 0.05 | 286.67 | 0.66 | 0.84 |
| Hex | E5 | BB | F1 | 5 | 16 | 0 | 5 | 11F | 42 | 54 |
| Octal | 345 | 273 | 361 | 5 | 26 | 0 | 5 | 437 | 102 | 124 |
| Binary | 11100101 | 10111011 | 11110001 | 101 | 10110 | 0 | 101 | 100011111 | 1000010 | 1010100 |
Color Harmonies of #E5BBF1
Complementary color
Monochromatic Colors of #E5BBF1
Black with #E5BBF1
Text Example
Text Example
White with #E5BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBF1; }
p { color: rgb(229,187,241); }
H1.HeaderClassName
{
color: #E5BBF1;
}
.AnyTagClassName
{
color: #E5BBF1;
}
</style>
background-color css
<style>
a { background-color: #E5BBF1; }
a { background-color: rgb(229,187,241); }
div.DivClassName
{
background-color: #E5BBF1;
}
.BgClassName
{
background-color: #E5BBF1;
}
</style>
border-color css
<style>
span { border-color: #E5BBF1; }
span { border-color: rgb(229,187,241); }
td.TdClassName
{
border-color: #E5BBF1;
}
.TagClassName
{
border-color: #E5BBF1;
}
</style>