Shades of Mauve #E1BFFC
Tints of Mauve #E1BFFC
RGB
CMYK
RGB Variations
Color information
#E1BFFC (or 0xE1BFFC) is known color: Mauve. HEX triplet: E1, BF and FC. RGB value is (225,191,252). Sum of RGB (Red+Green+Blue) = 225+191+252=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFC is #1E4003. Grayscale: #CFCFCF. Windows color (decimal): -1982468 or 16564193. OLE color: 16564193.
HSL color Cylindrical-coordinate representation of color #E1BFFC: hue angle of 273.44º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BFFC is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 191 | 252 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.01 |
| HSL | 273.44º | 0.91% | 0.87% | - |
| HSV(B) | 273.44º | 0.24% | 0.99% | - |
| XYZ | 67.25 | 60.3 | 100.19 | - |
| YUV | 208.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 252 | 0.11 | 0.24 | 0 | 0.01 | 273.44 | 0.91 | 0.87 |
| Hex | E1 | BF | FC | B | 18 | 0 | 1 | 111 | 5B | 57 |
| Octal | 341 | 277 | 374 | 13 | 30 | 0 | 1 | 421 | 133 | 127 |
| Binary | 11100001 | 10111111 | 11111100 | 1011 | 11000 | 0 | 1 | 100010001 | 1011011 | 1010111 |
Color Harmonies of #E1BFFC
Complementary color
Monochromatic Colors of #E1BFFC
Black with #E1BFFC
Text Example
Text Example
White with #E1BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFFC; }
p { color: rgb(225,191,252); }
H1.HeaderClassName
{
color: #E1BFFC;
}
.AnyTagClassName
{
color: #E1BFFC;
}
</style>
background-color css
<style>
a { background-color: #E1BFFC; }
a { background-color: rgb(225,191,252); }
div.DivClassName
{
background-color: #E1BFFC;
}
.BgClassName
{
background-color: #E1BFFC;
}
</style>
border-color css
<style>
span { border-color: #E1BFFC; }
span { border-color: rgb(225,191,252); }
td.TdClassName
{
border-color: #E1BFFC;
}
.TagClassName
{
border-color: #E1BFFC;
}
</style>