Shades of Mauve #E5B9EE
Tints of Mauve #E5B9EE
RGB
CMYK
RGB Variations
Color information
#E5B9EE (or 0xE5B9EE) is known color: Mauve. HEX triplet: E5, B9 and EE. RGB value is (229,185,238). Sum of RGB (Red+Green+Blue) = 229+185+238=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9EE is #1A4611. Grayscale: #CCCCCC. Windows color (decimal): -1721874 or 15645157. OLE color: 15645157.
HSL color Cylindrical-coordinate representation of color #E5B9EE: hue angle of 289.81º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B9EE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 185 | 238 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.07 |
| HSL | 289.81º | 0.61% | 0.83% | - |
| HSV(B) | 289.81º | 0.22% | 0.93% | - |
| XYZ | 65.09 | 57.53 | 88.56 | - |
| YUV | 204.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 238 | 0.04 | 0.22 | 0 | 0.07 | 289.81 | 0.61 | 0.83 |
| Hex | E5 | B9 | EE | 4 | 16 | 0 | 7 | 122 | 3D | 53 |
| Octal | 345 | 271 | 356 | 4 | 26 | 0 | 7 | 442 | 75 | 123 |
| Binary | 11100101 | 10111001 | 11101110 | 100 | 10110 | 0 | 111 | 100100010 | 111101 | 1010011 |
Color Harmonies of #E5B9EE
Complementary color
Monochromatic Colors of #E5B9EE
Black with #E5B9EE
Text Example
Text Example
White with #E5B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9EE; }
p { color: rgb(229,185,238); }
H1.HeaderClassName
{
color: #E5B9EE;
}
.AnyTagClassName
{
color: #E5B9EE;
}
</style>
background-color css
<style>
a { background-color: #E5B9EE; }
a { background-color: rgb(229,185,238); }
div.DivClassName
{
background-color: #E5B9EE;
}
.BgClassName
{
background-color: #E5B9EE;
}
</style>
border-color css
<style>
span { border-color: #E5B9EE; }
span { border-color: rgb(229,185,238); }
td.TdClassName
{
border-color: #E5B9EE;
}
.TagClassName
{
border-color: #E5B9EE;
}
</style>