Shades of Mauve #E1B7EB
Tints of Mauve #E1B7EB
RGB
CMYK
RGB Variations
Color information
#E1B7EB (or 0xE1B7EB) is known color: Mauve. HEX triplet: E1, B7 and EB. RGB value is (225,183,235). Sum of RGB (Red+Green+Blue) = 225+183+235=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B7EB is #1E4814. Grayscale: #C9C9C9. Windows color (decimal): -1984533 or 15448033. OLE color: 15448033.
HSL color Cylindrical-coordinate representation of color #E1B7EB: hue angle of 288.46º degrees, saturation: 0.57, 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 #E1B7EB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 183 | 235 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.08 |
| HSL | 288.46º | 0.57% | 0.82% | - |
| HSV(B) | 288.46º | 0.22% | 0.92% | - |
| XYZ | 62.98 | 55.87 | 86.06 | - |
| YUV | 201.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 235 | 0.04 | 0.22 | 0 | 0.08 | 288.46 | 0.57 | 0.82 |
| Hex | E1 | B7 | EB | 4 | 16 | 0 | 8 | 120 | 39 | 52 |
| Octal | 341 | 267 | 353 | 4 | 26 | 0 | 10 | 440 | 71 | 122 |
| Binary | 11100001 | 10110111 | 11101011 | 100 | 10110 | 0 | 1000 | 100100000 | 111001 | 1010010 |
Color Harmonies of #E1B7EB
Complementary color
Monochromatic Colors of #E1B7EB
Black with #E1B7EB
Text Example
Text Example
White with #E1B7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7EB; }
p { color: rgb(225,183,235); }
H1.HeaderClassName
{
color: #E1B7EB;
}
.AnyTagClassName
{
color: #E1B7EB;
}
</style>
background-color css
<style>
a { background-color: #E1B7EB; }
a { background-color: rgb(225,183,235); }
div.DivClassName
{
background-color: #E1B7EB;
}
.BgClassName
{
background-color: #E1B7EB;
}
</style>
border-color css
<style>
span { border-color: #E1B7EB; }
span { border-color: rgb(225,183,235); }
td.TdClassName
{
border-color: #E1B7EB;
}
.TagClassName
{
border-color: #E1B7EB;
}
</style>