Shades of Mauve #E1B5EC
Tints of Mauve #E1B5EC
RGB
CMYK
RGB Variations
Color information
#E1B5EC (or 0xE1B5EC) is known color: Mauve. HEX triplet: E1, B5 and EC. RGB value is (225,181,236). Sum of RGB (Red+Green+Blue) = 225+181+236=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B5EC is #1E4A13. Grayscale: #C8C8C8. Windows color (decimal): -1985044 or 15513057. OLE color: 15513057.
HSL color Cylindrical-coordinate representation of color #E1B5EC: hue angle of 288º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1B5EC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 181 | 236 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.07 |
| HSL | 288º | 0.59% | 0.82% | - |
| HSV(B) | 288º | 0.23% | 0.93% | - |
| XYZ | 62.72 | 55.11 | 86.69 | - |
| YUV | 200.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 236 | 0.05 | 0.23 | 0 | 0.07 | 288 | 0.59 | 0.82 |
| Hex | E1 | B5 | EC | 5 | 17 | 0 | 7 | 120 | 3B | 52 |
| Octal | 341 | 265 | 354 | 5 | 27 | 0 | 7 | 440 | 73 | 122 |
| Binary | 11100001 | 10110101 | 11101100 | 101 | 10111 | 0 | 111 | 100100000 | 111011 | 1010010 |
Color Harmonies of #E1B5EC
Complementary color
Monochromatic Colors of #E1B5EC
Black with #E1B5EC
Text Example
Text Example
White with #E1B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5EC; }
p { color: rgb(225,181,236); }
H1.HeaderClassName
{
color: #E1B5EC;
}
.AnyTagClassName
{
color: #E1B5EC;
}
</style>
background-color css
<style>
a { background-color: #E1B5EC; }
a { background-color: rgb(225,181,236); }
div.DivClassName
{
background-color: #E1B5EC;
}
.BgClassName
{
background-color: #E1B5EC;
}
</style>
border-color css
<style>
span { border-color: #E1B5EC; }
span { border-color: rgb(225,181,236); }
td.TdClassName
{
border-color: #E1B5EC;
}
.TagClassName
{
border-color: #E1B5EC;
}
</style>