Shades of Mauve #E1BFFB
Tints of Mauve #E1BFFB
RGB
CMYK
RGB Variations
Color information
#E1BFFB (or 0xE1BFFB) is known color: Mauve. HEX triplet: E1, BF and FB. RGB value is (225,191,251). Sum of RGB (Red+Green+Blue) = 225+191+251=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFB is #1E4004. Grayscale: #CFCFCF. Windows color (decimal): -1982469 or 16498657. OLE color: 16498657.
HSL color Cylindrical-coordinate representation of color #E1BFFB: hue angle of 274º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BFFB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 191 | 251 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 274º | 0.88% | 0.87% | - |
| HSV(B) | 274º | 0.24% | 0.98% | - |
| XYZ | 67.09 | 60.23 | 99.36 | - |
| YUV | 208.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 251 | 0.10 | 0.24 | 0 | 0.02 | 274 | 0.88 | 0.87 |
| Hex | E1 | BF | FB | A | 18 | 0 | 2 | 112 | 58 | 57 |
| Octal | 341 | 277 | 373 | 12 | 30 | 0 | 2 | 422 | 130 | 127 |
| Binary | 11100001 | 10111111 | 11111011 | 1010 | 11000 | 0 | 10 | 100010010 | 1011000 | 1010111 |
Color Harmonies of #E1BFFB
Complementary color
Monochromatic Colors of #E1BFFB
Black with #E1BFFB
Text Example
Text Example
White with #E1BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFFB; }
p { color: rgb(225,191,251); }
H1.HeaderClassName
{
color: #E1BFFB;
}
.AnyTagClassName
{
color: #E1BFFB;
}
</style>
background-color css
<style>
a { background-color: #E1BFFB; }
a { background-color: rgb(225,191,251); }
div.DivClassName
{
background-color: #E1BFFB;
}
.BgClassName
{
background-color: #E1BFFB;
}
</style>
border-color css
<style>
span { border-color: #E1BFFB; }
span { border-color: rgb(225,191,251); }
td.TdClassName
{
border-color: #E1BFFB;
}
.TagClassName
{
border-color: #E1BFFB;
}
</style>