Shades of Mauve #E3B4EC
Tints of Mauve #E3B4EC
RGB
CMYK
RGB Variations
Color information
#E3B4EC (or 0xE3B4EC) is known color: Mauve. HEX triplet: E3, B4 and EC. RGB value is (227,180,236). Sum of RGB (Red+Green+Blue) = 227+180+236=643 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.30% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B4EC is #1C4B13. Grayscale: #C8C8C8. Windows color (decimal): -1854228 or 15512803. OLE color: 15512803.
HSL color Cylindrical-coordinate representation of color #E3B4EC: hue angle of 290.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3B4EC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 180 | 236 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.07 |
| HSL | 290.36º | 0.6% | 0.82% | - |
| HSV(B) | 290.36º | 0.24% | 0.93% | - |
| XYZ | 63.14 | 55.03 | 86.65 | - |
| YUV | 200.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 236 | 0.04 | 0.24 | 0 | 0.07 | 290.36 | 0.6 | 0.82 |
| Hex | E3 | B4 | EC | 4 | 18 | 0 | 7 | 122 | 3C | 52 |
| Octal | 343 | 264 | 354 | 4 | 30 | 0 | 7 | 442 | 74 | 122 |
| Binary | 11100011 | 10110100 | 11101100 | 100 | 11000 | 0 | 111 | 100100010 | 111100 | 1010010 |
Color Harmonies of #E3B4EC
Complementary color
Monochromatic Colors of #E3B4EC
Black with #E3B4EC
Text Example
Text Example
White with #E3B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B4EC; }
p { color: rgb(227,180,236); }
H1.HeaderClassName
{
color: #E3B4EC;
}
.AnyTagClassName
{
color: #E3B4EC;
}
</style>
background-color css
<style>
a { background-color: #E3B4EC; }
a { background-color: rgb(227,180,236); }
div.DivClassName
{
background-color: #E3B4EC;
}
.BgClassName
{
background-color: #E3B4EC;
}
</style>
border-color css
<style>
span { border-color: #E3B4EC; }
span { border-color: rgb(227,180,236); }
td.TdClassName
{
border-color: #E3B4EC;
}
.TagClassName
{
border-color: #E3B4EC;
}
</style>