Shades of Mauve #E2B3EC
Tints of Mauve #E2B3EC
RGB
CMYK
RGB Variations
Color information
#E2B3EC (or 0xE2B3EC) is known color: Mauve. HEX triplet: E2, B3 and EC. RGB value is (226,179,236). Sum of RGB (Red+Green+Blue) = 226+179+236=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3EC is #1D4C13. Grayscale: #C7C7C7. Windows color (decimal): -1920020 or 15512546. OLE color: 15512546.
HSL color Cylindrical-coordinate representation of color #E2B3EC: hue angle of 289.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B3EC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 179 | 236 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.07 |
| HSL | 289.47º | 0.6% | 0.81% | - |
| HSV(B) | 289.47º | 0.24% | 0.93% | - |
| XYZ | 62.62 | 54.47 | 86.57 | - |
| YUV | 199.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 236 | 0.04 | 0.24 | 0 | 0.07 | 289.47 | 0.6 | 0.81 |
| Hex | E2 | B3 | EC | 4 | 18 | 0 | 7 | 121 | 3C | 51 |
| Octal | 342 | 263 | 354 | 4 | 30 | 0 | 7 | 441 | 74 | 121 |
| Binary | 11100010 | 10110011 | 11101100 | 100 | 11000 | 0 | 111 | 100100001 | 111100 | 1010001 |
Color Harmonies of #E2B3EC
Complementary color
Monochromatic Colors of #E2B3EC
Black with #E2B3EC
Text Example
Text Example
White with #E2B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3EC; }
p { color: rgb(226,179,236); }
H1.HeaderClassName
{
color: #E2B3EC;
}
.AnyTagClassName
{
color: #E2B3EC;
}
</style>
background-color css
<style>
a { background-color: #E2B3EC; }
a { background-color: rgb(226,179,236); }
div.DivClassName
{
background-color: #E2B3EC;
}
.BgClassName
{
background-color: #E2B3EC;
}
</style>
border-color css
<style>
span { border-color: #E2B3EC; }
span { border-color: rgb(226,179,236); }
td.TdClassName
{
border-color: #E2B3EC;
}
.TagClassName
{
border-color: #E2B3EC;
}
</style>