Shades of Mauve #E1B6EB
Tints of Mauve #E1B6EB
RGB
CMYK
RGB Variations
Color information
#E1B6EB (or 0xE1B6EB) is known color: Mauve. HEX triplet: E1, B6 and EB. RGB value is (225,182,235). Sum of RGB (Red+Green+Blue) = 225+182+235=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6EB is #1E4914. Grayscale: #C8C8C8. Windows color (decimal): -1984789 or 15447777. OLE color: 15447777.
HSL color Cylindrical-coordinate representation of color #E1B6EB: hue angle of 288.68º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1B6EB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 182 | 235 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.08 |
| HSL | 288.68º | 0.57% | 0.82% | - |
| HSV(B) | 288.68º | 0.23% | 0.92% | - |
| XYZ | 62.77 | 55.46 | 85.99 | - |
| YUV | 200.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 235 | 0.04 | 0.23 | 0 | 0.08 | 288.68 | 0.57 | 0.82 |
| Hex | E1 | B6 | EB | 4 | 17 | 0 | 8 | 121 | 39 | 52 |
| Octal | 341 | 266 | 353 | 4 | 27 | 0 | 10 | 441 | 71 | 122 |
| Binary | 11100001 | 10110110 | 11101011 | 100 | 10111 | 0 | 1000 | 100100001 | 111001 | 1010010 |
Color Harmonies of #E1B6EB
Complementary color
Monochromatic Colors of #E1B6EB
Black with #E1B6EB
Text Example
Text Example
White with #E1B6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6EB; }
p { color: rgb(225,182,235); }
H1.HeaderClassName
{
color: #E1B6EB;
}
.AnyTagClassName
{
color: #E1B6EB;
}
</style>
background-color css
<style>
a { background-color: #E1B6EB; }
a { background-color: rgb(225,182,235); }
div.DivClassName
{
background-color: #E1B6EB;
}
.BgClassName
{
background-color: #E1B6EB;
}
</style>
border-color css
<style>
span { border-color: #E1B6EB; }
span { border-color: rgb(225,182,235); }
td.TdClassName
{
border-color: #E1B6EB;
}
.TagClassName
{
border-color: #E1B6EB;
}
</style>