Shades of Mauve #E2B5EF
Tints of Mauve #E2B5EF
RGB
CMYK
RGB Variations
Color information
#E2B5EF (or 0xE2B5EF) is known color: Mauve. HEX triplet: E2, B5 and EF. RGB value is (226,181,239). Sum of RGB (Red+Green+Blue) = 226+181+239=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B5EF is #1D4A10. Grayscale: #C8C8C8. Windows color (decimal): -1919505 or 15709666. OLE color: 15709666.
HSL color Cylindrical-coordinate representation of color #E2B5EF: hue angle of 286.55º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B5EF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 181 | 239 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.06 |
| HSL | 286.55º | 0.64% | 0.82% | - |
| HSV(B) | 286.55º | 0.24% | 0.94% | - |
| XYZ | 63.47 | 55.45 | 89.02 | - |
| YUV | 201.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 239 | 0.05 | 0.24 | 0 | 0.06 | 286.55 | 0.64 | 0.82 |
| Hex | E2 | B5 | EF | 5 | 18 | 0 | 6 | 11F | 40 | 52 |
| Octal | 342 | 265 | 357 | 5 | 30 | 0 | 6 | 437 | 100 | 122 |
| Binary | 11100010 | 10110101 | 11101111 | 101 | 11000 | 0 | 110 | 100011111 | 1000000 | 1010010 |
Color Harmonies of #E2B5EF
Complementary color
Monochromatic Colors of #E2B5EF
Black with #E2B5EF
Text Example
Text Example
White with #E2B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B5EF; }
p { color: rgb(226,181,239); }
H1.HeaderClassName
{
color: #E2B5EF;
}
.AnyTagClassName
{
color: #E2B5EF;
}
</style>
background-color css
<style>
a { background-color: #E2B5EF; }
a { background-color: rgb(226,181,239); }
div.DivClassName
{
background-color: #E2B5EF;
}
.BgClassName
{
background-color: #E2B5EF;
}
</style>
border-color css
<style>
span { border-color: #E2B5EF; }
span { border-color: rgb(226,181,239); }
td.TdClassName
{
border-color: #E2B5EF;
}
.TagClassName
{
border-color: #E2B5EF;
}
</style>