Shades of Mauve #E2B5EC
Tints of Mauve #E2B5EC
RGB
CMYK
RGB Variations
Color information
#E2B5EC (or 0xE2B5EC) is known color: Mauve. HEX triplet: E2, B5 and EC. RGB value is (226,181,236). Sum of RGB (Red+Green+Blue) = 226+181+236=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 181 (71.09% from 255 or 28.15% 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 #E2B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B5EC is #1D4A13. Grayscale: #C8C8C8. Windows color (decimal): -1919508 or 15513058. OLE color: 15513058.
HSL color Cylindrical-coordinate representation of color #E2B5EC: hue angle of 289.09º 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 #E2B5EC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 181 | 236 | - |
CMYK | 0.04 | 0.23 | 0 | 0.07 |
HSL | 289.09º | 0.59% | 0.82% | - |
HSV(B) | 289.09º | 0.23% | 0.93% | - |
XYZ | 63.03 | 55.27 | 86.7 | - |
YUV | 200.73 | 147.91 | 146.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 181 | 236 | 0.04 | 0.23 | 0 | 0.07 | 289.09 | 0.59 | 0.82 |
Hex | E2 | B5 | EC | 4 | 17 | 0 | 7 | 121 | 3B | 52 |
Octal | 342 | 265 | 354 | 4 | 27 | 0 | 7 | 441 | 73 | 122 |
Binary | 11100010 | 10110101 | 11101100 | 100 | 10111 | 0 | 111 | 100100001 | 111011 | 1010010 |
Color Harmonies of #E2B5EC
Complementary color
Monochromatic Colors of #E2B5EC
Black with #E2B5EC
Text Example
Text Example
White with #E2B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B5EC; }
p { color: rgb(226,181,236); }
H1.HeaderClassName
{
color: #E2B5EC;
}
.AnyTagClassName
{
color: #E2B5EC;
}
</style>
background-color css
<style>
a { background-color: #E2B5EC; }
a { background-color: rgb(226,181,236); }
div.DivClassName
{
background-color: #E2B5EC;
}
.BgClassName
{
background-color: #E2B5EC;
}
</style>
border-color css
<style>
span { border-color: #E2B5EC; }
span { border-color: rgb(226,181,236); }
td.TdClassName
{
border-color: #E2B5EC;
}
.TagClassName
{
border-color: #E2B5EC;
}
</style>