Shades of Mauve #E0BAEC
Tints of Mauve #E0BAEC
RGB
CMYK
RGB Variations
Color information
#E0BAEC (or 0xE0BAEC) is known color: Mauve. HEX triplet: E0, BA and EC. RGB value is (224,186,236). Sum of RGB (Red+Green+Blue) = 224+186+236=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAEC is #1F4513. Grayscale: #CACACA. Windows color (decimal): -2049300 or 15514336. OLE color: 15514336.
HSL color Cylindrical-coordinate representation of color #E0BAEC: hue angle of 285.6º degrees, saturation: 0.57, 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 #E0BAEC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 186 | 236 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 285.6º | 0.57% | 0.83% | - |
| HSV(B) | 285.6º | 0.21% | 0.93% | - |
| XYZ | 63.44 | 57.02 | 87.02 | - |
| YUV | 203.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 236 | 0.05 | 0.21 | 0 | 0.07 | 285.6 | 0.57 | 0.83 |
| Hex | E0 | BA | EC | 5 | 15 | 0 | 7 | 11E | 39 | 53 |
| Octal | 340 | 272 | 354 | 5 | 25 | 0 | 7 | 436 | 71 | 123 |
| Binary | 11100000 | 10111010 | 11101100 | 101 | 10101 | 0 | 111 | 100011110 | 111001 | 1010011 |
Color Harmonies of #E0BAEC
Complementary color
Monochromatic Colors of #E0BAEC
Black with #E0BAEC
Text Example
Text Example
White with #E0BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAEC; }
p { color: rgb(224,186,236); }
H1.HeaderClassName
{
color: #E0BAEC;
}
.AnyTagClassName
{
color: #E0BAEC;
}
</style>
background-color css
<style>
a { background-color: #E0BAEC; }
a { background-color: rgb(224,186,236); }
div.DivClassName
{
background-color: #E0BAEC;
}
.BgClassName
{
background-color: #E0BAEC;
}
</style>
border-color css
<style>
span { border-color: #E0BAEC; }
span { border-color: rgb(224,186,236); }
td.TdClassName
{
border-color: #E0BAEC;
}
.TagClassName
{
border-color: #E0BAEC;
}
</style>