Shades of Mauve #E5BBEE
Tints of Mauve #E5BBEE
RGB
CMYK
RGB Variations
Color information
#E5BBEE (or 0xE5BBEE) is known color: Mauve. HEX triplet: E5, BB and EE. RGB value is (229,187,238). Sum of RGB (Red+Green+Blue) = 229+187+238=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBEE is #1A4411. Grayscale: #CDCDCD. Windows color (decimal): -1721362 or 15645669. OLE color: 15645669.
HSL color Cylindrical-coordinate representation of color #E5BBEE: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BBEE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 187 | 238 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.07 |
| HSL | 289.41º | 0.6% | 0.83% | - |
| HSV(B) | 289.41º | 0.21% | 0.93% | - |
| XYZ | 65.52 | 58.37 | 88.7 | - |
| YUV | 205.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 238 | 0.04 | 0.21 | 0 | 0.07 | 289.41 | 0.6 | 0.83 |
| Hex | E5 | BB | EE | 4 | 15 | 0 | 7 | 121 | 3C | 53 |
| Octal | 345 | 273 | 356 | 4 | 25 | 0 | 7 | 441 | 74 | 123 |
| Binary | 11100101 | 10111011 | 11101110 | 100 | 10101 | 0 | 111 | 100100001 | 111100 | 1010011 |
Color Harmonies of #E5BBEE
Complementary color
Monochromatic Colors of #E5BBEE
Black with #E5BBEE
Text Example
Text Example
White with #E5BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBEE; }
p { color: rgb(229,187,238); }
H1.HeaderClassName
{
color: #E5BBEE;
}
.AnyTagClassName
{
color: #E5BBEE;
}
</style>
background-color css
<style>
a { background-color: #E5BBEE; }
a { background-color: rgb(229,187,238); }
div.DivClassName
{
background-color: #E5BBEE;
}
.BgClassName
{
background-color: #E5BBEE;
}
</style>
border-color css
<style>
span { border-color: #E5BBEE; }
span { border-color: rgb(229,187,238); }
td.TdClassName
{
border-color: #E5BBEE;
}
.TagClassName
{
border-color: #E5BBEE;
}
</style>