Shades of Mauve #E1B1FE
Tints of Mauve #E1B1FE
RGB
CMYK
RGB Variations
Color information
#E1B1FE (or 0xE1B1FE) is known color: Mauve. HEX triplet: E1, B1 and FE. RGB value is (225,177,254). Sum of RGB (Red+Green+Blue) = 225+177+254=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B1FE is #1E4E01. Grayscale: #C7C7C7. Windows color (decimal): -1986050 or 16691681. OLE color: 16691681.
HSL color Cylindrical-coordinate representation of color #E1B1FE: hue angle of 277.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1B1FE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 177 | 254 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.00 |
| HSL | 277.4º | 0.97% | 0.85% | - |
| HSV(B) | 277.4º | 0.3% | 1% | - |
| XYZ | 64.66 | 54.61 | 100.9 | - |
| YUV | 200.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 254 | 0.11 | 0.30 | 0 | 0.00 | 277.4 | 0.97 | 0.85 |
| Hex | E1 | B1 | FE | B | 1E | 0 | 0 | 115 | 61 | 55 |
| Octal | 341 | 261 | 376 | 13 | 36 | 0 | 0 | 425 | 141 | 125 |
| Binary | 11100001 | 10110001 | 11111110 | 1011 | 11110 | 0 | 0 | 100010101 | 1100001 | 1010101 |
Color Harmonies of #E1B1FE
Complementary color
Monochromatic Colors of #E1B1FE
Black with #E1B1FE
Text Example
Text Example
White with #E1B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1FE; }
p { color: rgb(225,177,254); }
H1.HeaderClassName
{
color: #E1B1FE;
}
.AnyTagClassName
{
color: #E1B1FE;
}
</style>
background-color css
<style>
a { background-color: #E1B1FE; }
a { background-color: rgb(225,177,254); }
div.DivClassName
{
background-color: #E1B1FE;
}
.BgClassName
{
background-color: #E1B1FE;
}
</style>
border-color css
<style>
span { border-color: #E1B1FE; }
span { border-color: rgb(225,177,254); }
td.TdClassName
{
border-color: #E1B1FE;
}
.TagClassName
{
border-color: #E1B1FE;
}
</style>