Shades of Mauve #E1BFFA
Tints of Mauve #E1BFFA
RGB
CMYK
RGB Variations
Color information
#E1BFFA (or 0xE1BFFA) is known color: Mauve. HEX triplet: E1, BF and FA. RGB value is (225,191,250). Sum of RGB (Red+Green+Blue) = 225+191+250=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFA is #1E4005. Grayscale: #CFCFCF. Windows color (decimal): -1982470 or 16433121. OLE color: 16433121.
HSL color Cylindrical-coordinate representation of color #E1BFFA: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BFFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 191 | 250 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 274.58º | 0.86% | 0.86% | - |
| HSV(B) | 274.58º | 0.24% | 0.98% | - |
| XYZ | 66.94 | 60.17 | 98.53 | - |
| YUV | 207.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 250 | 0.10 | 0.24 | 0 | 0.02 | 274.58 | 0.86 | 0.86 |
| Hex | E1 | BF | FA | A | 18 | 0 | 2 | 113 | 56 | 56 |
| Octal | 341 | 277 | 372 | 12 | 30 | 0 | 2 | 423 | 126 | 126 |
| Binary | 11100001 | 10111111 | 11111010 | 1010 | 11000 | 0 | 10 | 100010011 | 1010110 | 1010110 |
Color Harmonies of #E1BFFA
Complementary color
Monochromatic Colors of #E1BFFA
Black with #E1BFFA
Text Example
Text Example
White with #E1BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFFA; }
p { color: rgb(225,191,250); }
H1.HeaderClassName
{
color: #E1BFFA;
}
.AnyTagClassName
{
color: #E1BFFA;
}
</style>
background-color css
<style>
a { background-color: #E1BFFA; }
a { background-color: rgb(225,191,250); }
div.DivClassName
{
background-color: #E1BFFA;
}
.BgClassName
{
background-color: #E1BFFA;
}
</style>
border-color css
<style>
span { border-color: #E1BFFA; }
span { border-color: rgb(225,191,250); }
td.TdClassName
{
border-color: #E1BFFA;
}
.TagClassName
{
border-color: #E1BFFA;
}
</style>