Shades of Mauve #E1B9EB
Tints of Mauve #E1B9EB
RGB
CMYK
RGB Variations
Color information
#E1B9EB (or 0xE1B9EB) is known color: Mauve. HEX triplet: E1, B9 and EB. RGB value is (225,185,235). Sum of RGB (Red+Green+Blue) = 225+185+235=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B9EB is #1E4614. Grayscale: #CACACA. Windows color (decimal): -1984021 or 15448545. OLE color: 15448545.
HSL color Cylindrical-coordinate representation of color #E1B9EB: hue angle of 288º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B9EB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 185 | 235 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.08 |
| HSL | 288º | 0.56% | 0.82% | - |
| HSV(B) | 288º | 0.21% | 0.92% | - |
| XYZ | 63.4 | 56.7 | 86.2 | - |
| YUV | 202.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 235 | 0.04 | 0.21 | 0 | 0.08 | 288 | 0.56 | 0.82 |
| Hex | E1 | B9 | EB | 4 | 15 | 0 | 8 | 120 | 38 | 52 |
| Octal | 341 | 271 | 353 | 4 | 25 | 0 | 10 | 440 | 70 | 122 |
| Binary | 11100001 | 10111001 | 11101011 | 100 | 10101 | 0 | 1000 | 100100000 | 111000 | 1010010 |
Color Harmonies of #E1B9EB
Complementary color
Monochromatic Colors of #E1B9EB
Black with #E1B9EB
Text Example
Text Example
White with #E1B9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9EB; }
p { color: rgb(225,185,235); }
H1.HeaderClassName
{
color: #E1B9EB;
}
.AnyTagClassName
{
color: #E1B9EB;
}
</style>
background-color css
<style>
a { background-color: #E1B9EB; }
a { background-color: rgb(225,185,235); }
div.DivClassName
{
background-color: #E1B9EB;
}
.BgClassName
{
background-color: #E1B9EB;
}
</style>
border-color css
<style>
span { border-color: #E1B9EB; }
span { border-color: rgb(225,185,235); }
td.TdClassName
{
border-color: #E1B9EB;
}
.TagClassName
{
border-color: #E1B9EB;
}
</style>