Shades of Mauve #E2B5EE
Tints of Mauve #E2B5EE
RGB
CMYK
RGB Variations
Color information
#E2B5EE (or 0xE2B5EE) is known color: Mauve. HEX triplet: E2, B5 and EE. RGB value is (226,181,238). Sum of RGB (Red+Green+Blue) = 226+181+238=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B5EE is #1D4A11. Grayscale: #C8C8C8. Windows color (decimal): -1919506 or 15644130. OLE color: 15644130.
HSL color Cylindrical-coordinate representation of color #E2B5EE: hue angle of 287.37º degrees, saturation: 0.63, 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 #E2B5EE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 181 | 238 | - |
CMYK | 0.05 | 0.24 | 0 | 0.07 |
HSL | 287.37º | 0.63% | 0.82% | - |
HSV(B) | 287.37º | 0.24% | 0.93% | - |
XYZ | 63.32 | 55.39 | 88.24 | - |
YUV | 200.95 | 148.91 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 181 | 238 | 0.05 | 0.24 | 0 | 0.07 | 287.37 | 0.63 | 0.82 |
Hex | E2 | B5 | EE | 5 | 18 | 0 | 7 | 11F | 3F | 52 |
Octal | 342 | 265 | 356 | 5 | 30 | 0 | 7 | 437 | 77 | 122 |
Binary | 11100010 | 10110101 | 11101110 | 101 | 11000 | 0 | 111 | 100011111 | 111111 | 1010010 |
Color Harmonies of #E2B5EE
Complementary color
Monochromatic Colors of #E2B5EE
Black with #E2B5EE
Text Example
Text Example
White with #E2B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B5EE; }
p { color: rgb(226,181,238); }
H1.HeaderClassName
{
color: #E2B5EE;
}
.AnyTagClassName
{
color: #E2B5EE;
}
</style>
background-color css
<style>
a { background-color: #E2B5EE; }
a { background-color: rgb(226,181,238); }
div.DivClassName
{
background-color: #E2B5EE;
}
.BgClassName
{
background-color: #E2B5EE;
}
</style>
border-color css
<style>
span { border-color: #E2B5EE; }
span { border-color: rgb(226,181,238); }
td.TdClassName
{
border-color: #E2B5EE;
}
.TagClassName
{
border-color: #E2B5EE;
}
</style>