Shades of Mauve #E1B5EF
Tints of Mauve #E1B5EF
RGB
CMYK
RGB Variations
Color information
#E1B5EF (or 0xE1B5EF) is known color: Mauve. HEX triplet: E1, B5 and EF. RGB value is (225,181,239). Sum of RGB (Red+Green+Blue) = 225+181+239=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B5EF is #1E4A10. Grayscale: #C8C8C8. Windows color (decimal): -1985041 or 15709665. OLE color: 15709665.
HSL color Cylindrical-coordinate representation of color #E1B5EF: hue angle of 285.52º 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 #E1B5EF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 181 | 239 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.06 |
| HSL | 285.52º | 0.64% | 0.82% | - |
| HSV(B) | 285.52º | 0.24% | 0.94% | - |
| XYZ | 63.16 | 55.29 | 89 | - |
| YUV | 200.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 239 | 0.06 | 0.24 | 0 | 0.06 | 285.52 | 0.64 | 0.82 |
| Hex | E1 | B5 | EF | 6 | 18 | 0 | 6 | 11E | 40 | 52 |
| Octal | 341 | 265 | 357 | 6 | 30 | 0 | 6 | 436 | 100 | 122 |
| Binary | 11100001 | 10110101 | 11101111 | 110 | 11000 | 0 | 110 | 100011110 | 1000000 | 1010010 |
Color Harmonies of #E1B5EF
Complementary color
Monochromatic Colors of #E1B5EF
Black with #E1B5EF
Text Example
Text Example
White with #E1B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5EF; }
p { color: rgb(225,181,239); }
H1.HeaderClassName
{
color: #E1B5EF;
}
.AnyTagClassName
{
color: #E1B5EF;
}
</style>
background-color css
<style>
a { background-color: #E1B5EF; }
a { background-color: rgb(225,181,239); }
div.DivClassName
{
background-color: #E1B5EF;
}
.BgClassName
{
background-color: #E1B5EF;
}
</style>
border-color css
<style>
span { border-color: #E1B5EF; }
span { border-color: rgb(225,181,239); }
td.TdClassName
{
border-color: #E1B5EF;
}
.TagClassName
{
border-color: #E1B5EF;
}
</style>