Shades of Mauve #E1B8EB
Tints of Mauve #E1B8EB
RGB
CMYK
RGB Variations
Color information
#E1B8EB (or 0xE1B8EB) is known color: Mauve. HEX triplet: E1, B8 and EB. RGB value is (225,184,235). Sum of RGB (Red+Green+Blue) = 225+184+235=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8EB is #1E4714. Grayscale: #C9C9C9. Windows color (decimal): -1984277 or 15448289. OLE color: 15448289.
HSL color Cylindrical-coordinate representation of color #E1B8EB: hue angle of 288.24º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B8EB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 184 | 235 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.08 |
| HSL | 288.24º | 0.56% | 0.82% | - |
| HSV(B) | 288.24º | 0.22% | 0.92% | - |
| XYZ | 63.19 | 56.29 | 86.13 | - |
| YUV | 202.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 235 | 0.04 | 0.22 | 0 | 0.08 | 288.24 | 0.56 | 0.82 |
| Hex | E1 | B8 | EB | 4 | 16 | 0 | 8 | 120 | 38 | 52 |
| Octal | 341 | 270 | 353 | 4 | 26 | 0 | 10 | 440 | 70 | 122 |
| Binary | 11100001 | 10111000 | 11101011 | 100 | 10110 | 0 | 1000 | 100100000 | 111000 | 1010010 |
Color Harmonies of #E1B8EB
Complementary color
Monochromatic Colors of #E1B8EB
Black with #E1B8EB
Text Example
Text Example
White with #E1B8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8EB; }
p { color: rgb(225,184,235); }
H1.HeaderClassName
{
color: #E1B8EB;
}
.AnyTagClassName
{
color: #E1B8EB;
}
</style>
background-color css
<style>
a { background-color: #E1B8EB; }
a { background-color: rgb(225,184,235); }
div.DivClassName
{
background-color: #E1B8EB;
}
.BgClassName
{
background-color: #E1B8EB;
}
</style>
border-color css
<style>
span { border-color: #E1B8EB; }
span { border-color: rgb(225,184,235); }
td.TdClassName
{
border-color: #E1B8EB;
}
.TagClassName
{
border-color: #E1B8EB;
}
</style>