Shades of Mauve #E1BAEC
Tints of Mauve #E1BAEC
RGB
CMYK
RGB Variations
Color information
#E1BAEC (or 0xE1BAEC) is known color: Mauve. HEX triplet: E1, BA and EC. RGB value is (225,186,236). Sum of RGB (Red+Green+Blue) = 225+186+236=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAEC is #1E4513. Grayscale: #CBCBCB. Windows color (decimal): -1983764 or 15514337. OLE color: 15514337.
HSL color Cylindrical-coordinate representation of color #E1BAEC: hue angle of 286.8º 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 #E1BAEC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 186 | 236 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.07 |
| HSL | 286.8º | 0.57% | 0.83% | - |
| HSV(B) | 286.8º | 0.21% | 0.93% | - |
| XYZ | 63.75 | 57.18 | 87.03 | - |
| YUV | 203.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 236 | 0.05 | 0.21 | 0 | 0.07 | 286.8 | 0.57 | 0.83 |
| Hex | E1 | BA | EC | 5 | 15 | 0 | 7 | 11F | 39 | 53 |
| Octal | 341 | 272 | 354 | 5 | 25 | 0 | 7 | 437 | 71 | 123 |
| Binary | 11100001 | 10111010 | 11101100 | 101 | 10101 | 0 | 111 | 100011111 | 111001 | 1010011 |
Color Harmonies of #E1BAEC
Complementary color
Monochromatic Colors of #E1BAEC
Black with #E1BAEC
Text Example
Text Example
White with #E1BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAEC; }
p { color: rgb(225,186,236); }
H1.HeaderClassName
{
color: #E1BAEC;
}
.AnyTagClassName
{
color: #E1BAEC;
}
</style>
background-color css
<style>
a { background-color: #E1BAEC; }
a { background-color: rgb(225,186,236); }
div.DivClassName
{
background-color: #E1BAEC;
}
.BgClassName
{
background-color: #E1BAEC;
}
</style>
border-color css
<style>
span { border-color: #E1BAEC; }
span { border-color: rgb(225,186,236); }
td.TdClassName
{
border-color: #E1BAEC;
}
.TagClassName
{
border-color: #E1BAEC;
}
</style>