Shades of Mauve #E0B9EC
Tints of Mauve #E0B9EC
RGB
CMYK
RGB Variations
Color information
#E0B9EC (or 0xE0B9EC) is known color: Mauve. HEX triplet: E0, B9 and EC. RGB value is (224,185,236). Sum of RGB (Red+Green+Blue) = 224+185+236=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9EC is #1F4613. Grayscale: #CACACA. Windows color (decimal): -2049556 or 15514080. OLE color: 15514080.
HSL color Cylindrical-coordinate representation of color #E0B9EC: hue angle of 285.88º degrees, saturation: 0.57, 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 #E0B9EC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 185 | 236 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.07 |
| HSL | 285.88º | 0.57% | 0.83% | - |
| HSV(B) | 285.88º | 0.22% | 0.93% | - |
| XYZ | 63.23 | 56.6 | 86.95 | - |
| YUV | 202.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 236 | 0.05 | 0.22 | 0 | 0.07 | 285.88 | 0.57 | 0.83 |
| Hex | E0 | B9 | EC | 5 | 16 | 0 | 7 | 11E | 39 | 53 |
| Octal | 340 | 271 | 354 | 5 | 26 | 0 | 7 | 436 | 71 | 123 |
| Binary | 11100000 | 10111001 | 11101100 | 101 | 10110 | 0 | 111 | 100011110 | 111001 | 1010011 |
Color Harmonies of #E0B9EC
Complementary color
Monochromatic Colors of #E0B9EC
Black with #E0B9EC
Text Example
Text Example
White with #E0B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9EC; }
p { color: rgb(224,185,236); }
H1.HeaderClassName
{
color: #E0B9EC;
}
.AnyTagClassName
{
color: #E0B9EC;
}
</style>
background-color css
<style>
a { background-color: #E0B9EC; }
a { background-color: rgb(224,185,236); }
div.DivClassName
{
background-color: #E0B9EC;
}
.BgClassName
{
background-color: #E0B9EC;
}
</style>
border-color css
<style>
span { border-color: #E0B9EC; }
span { border-color: rgb(224,185,236); }
td.TdClassName
{
border-color: #E0B9EC;
}
.TagClassName
{
border-color: #E0B9EC;
}
</style>