Shades of Mauve #E2BAEC
Tints of Mauve #E2BAEC
RGB
CMYK
RGB Variations
Color information
#E2BAEC (or 0xE2BAEC) is known color: Mauve. HEX triplet: E2, BA and EC. RGB value is (226,186,236). Sum of RGB (Red+Green+Blue) = 226+186+236=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEC is #1D4513. Grayscale: #CBCBCB. Windows color (decimal): -1918228 or 15514338. OLE color: 15514338.
HSL color Cylindrical-coordinate representation of color #E2BAEC: hue angle of 288º 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 #E2BAEC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 186 | 236 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.07 |
| HSL | 288º | 0.57% | 0.83% | - |
| HSV(B) | 288º | 0.21% | 0.93% | - |
| XYZ | 64.06 | 57.34 | 87.05 | - |
| YUV | 203.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 236 | 0.04 | 0.21 | 0 | 0.07 | 288 | 0.57 | 0.83 |
| Hex | E2 | BA | EC | 4 | 15 | 0 | 7 | 120 | 39 | 53 |
| Octal | 342 | 272 | 354 | 4 | 25 | 0 | 7 | 440 | 71 | 123 |
| Binary | 11100010 | 10111010 | 11101100 | 100 | 10101 | 0 | 111 | 100100000 | 111001 | 1010011 |
Color Harmonies of #E2BAEC
Complementary color
Monochromatic Colors of #E2BAEC
Black with #E2BAEC
Text Example
Text Example
White with #E2BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAEC; }
p { color: rgb(226,186,236); }
H1.HeaderClassName
{
color: #E2BAEC;
}
.AnyTagClassName
{
color: #E2BAEC;
}
</style>
background-color css
<style>
a { background-color: #E2BAEC; }
a { background-color: rgb(226,186,236); }
div.DivClassName
{
background-color: #E2BAEC;
}
.BgClassName
{
background-color: #E2BAEC;
}
</style>
border-color css
<style>
span { border-color: #E2BAEC; }
span { border-color: rgb(226,186,236); }
td.TdClassName
{
border-color: #E2BAEC;
}
.TagClassName
{
border-color: #E2BAEC;
}
</style>