Shades of Mauve #E5BBEF
Tints of Mauve #E5BBEF
RGB
CMYK
RGB Variations
Color information
#E5BBEF (or 0xE5BBEF) is known color: Mauve. HEX triplet: E5, BB and EF. RGB value is (229,187,239). Sum of RGB (Red+Green+Blue) = 229+187+239=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBEF is #1A4410. Grayscale: #CDCDCD. Windows color (decimal): -1721361 or 15711205. OLE color: 15711205.
HSL color Cylindrical-coordinate representation of color #E5BBEF: hue angle of 288.46º degrees, saturation: 0.62, 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 #E5BBEF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 187 | 239 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.06 |
| HSL | 288.46º | 0.62% | 0.84% | - |
| HSV(B) | 288.46º | 0.22% | 0.94% | - |
| XYZ | 65.66 | 58.43 | 89.48 | - |
| YUV | 205.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 239 | 0.04 | 0.22 | 0 | 0.06 | 288.46 | 0.62 | 0.84 |
| Hex | E5 | BB | EF | 4 | 16 | 0 | 6 | 120 | 3E | 54 |
| Octal | 345 | 273 | 357 | 4 | 26 | 0 | 6 | 440 | 76 | 124 |
| Binary | 11100101 | 10111011 | 11101111 | 100 | 10110 | 0 | 110 | 100100000 | 111110 | 1010100 |
Color Harmonies of #E5BBEF
Complementary color
Monochromatic Colors of #E5BBEF
Black with #E5BBEF
Text Example
Text Example
White with #E5BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBEF; }
p { color: rgb(229,187,239); }
H1.HeaderClassName
{
color: #E5BBEF;
}
.AnyTagClassName
{
color: #E5BBEF;
}
</style>
background-color css
<style>
a { background-color: #E5BBEF; }
a { background-color: rgb(229,187,239); }
div.DivClassName
{
background-color: #E5BBEF;
}
.BgClassName
{
background-color: #E5BBEF;
}
</style>
border-color css
<style>
span { border-color: #E5BBEF; }
span { border-color: rgb(229,187,239); }
td.TdClassName
{
border-color: #E5BBEF;
}
.TagClassName
{
border-color: #E5BBEF;
}
</style>