Shades of Mauve #E1B0EC
Tints of Mauve #E1B0EC
RGB
CMYK
RGB Variations
Color information
#E1B0EC (or 0xE1B0EC) is known color: Mauve. HEX triplet: E1, B0 and EC. RGB value is (225,176,236). Sum of RGB (Red+Green+Blue) = 225+176+236=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B0EC is #1E4F13. Grayscale: #C5C5C5. Windows color (decimal): -1986324 or 15511777. OLE color: 15511777.
HSL color Cylindrical-coordinate representation of color #E1B0EC: hue angle of 289º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B0EC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 176 | 236 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.07 |
| HSL | 289º | 0.61% | 0.81% | - |
| HSV(B) | 289º | 0.25% | 0.93% | - |
| XYZ | 61.72 | 53.11 | 86.36 | - |
| YUV | 197.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 236 | 0.05 | 0.25 | 0 | 0.07 | 289 | 0.61 | 0.81 |
| Hex | E1 | B0 | EC | 5 | 19 | 0 | 7 | 121 | 3D | 51 |
| Octal | 341 | 260 | 354 | 5 | 31 | 0 | 7 | 441 | 75 | 121 |
| Binary | 11100001 | 10110000 | 11101100 | 101 | 11001 | 0 | 111 | 100100001 | 111101 | 1010001 |
Color Harmonies of #E1B0EC
Complementary color
Monochromatic Colors of #E1B0EC
Black with #E1B0EC
Text Example
Text Example
White with #E1B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0EC; }
p { color: rgb(225,176,236); }
H1.HeaderClassName
{
color: #E1B0EC;
}
.AnyTagClassName
{
color: #E1B0EC;
}
</style>
background-color css
<style>
a { background-color: #E1B0EC; }
a { background-color: rgb(225,176,236); }
div.DivClassName
{
background-color: #E1B0EC;
}
.BgClassName
{
background-color: #E1B0EC;
}
</style>
border-color css
<style>
span { border-color: #E1B0EC; }
span { border-color: rgb(225,176,236); }
td.TdClassName
{
border-color: #E1B0EC;
}
.TagClassName
{
border-color: #E1B0EC;
}
</style>