Shades of Mauve #E1BFFF
Tints of Mauve #E1BFFF
RGB
CMYK
RGB Variations
Color information
#E1BFFF (or 0xE1BFFF) is known color: Mauve. HEX triplet: E1, BF and FF. RGB value is (225,191,255). Sum of RGB (Red+Green+Blue) = 225+191+255=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFF is #1E4000. Grayscale: #D0D0D0. Windows color (decimal): -1982465 or 16760801. OLE color: 16760801.
HSL color Cylindrical-coordinate representation of color #E1BFFF: hue angle of 271.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1BFFF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 191 | 255 | - |
| CMYK | 0.12 | 0.25 | 0 | 0 |
| HSL | 271.88º | 1% | 0.87% | - |
| HSV(B) | 271.88º | 0.25% | 1% | - |
| XYZ | 67.73 | 60.49 | 102.71 | - |
| YUV | 208.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 255 | 0.12 | 0.25 | 0 | 0 | 271.88 | 1 | 0.87 |
| Hex | E1 | BF | FF | C | 19 | 0 | 0 | 110 | 64 | 57 |
| Octal | 341 | 277 | 377 | 14 | 31 | 0 | 0 | 420 | 144 | 127 |
| Binary | 11100001 | 10111111 | 11111111 | 1100 | 11001 | 0 | 0 | 100010000 | 1100100 | 1010111 |
Color Harmonies of #E1BFFF
Complementary color
Monochromatic Colors of #E1BFFF
Black with #E1BFFF
Text Example
Text Example
White with #E1BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFFF; }
p { color: rgb(225,191,255); }
H1.HeaderClassName
{
color: #E1BFFF;
}
.AnyTagClassName
{
color: #E1BFFF;
}
</style>
background-color css
<style>
a { background-color: #E1BFFF; }
a { background-color: rgb(225,191,255); }
div.DivClassName
{
background-color: #E1BFFF;
}
.BgClassName
{
background-color: #E1BFFF;
}
</style>
border-color css
<style>
span { border-color: #E1BFFF; }
span { border-color: rgb(225,191,255); }
td.TdClassName
{
border-color: #E1BFFF;
}
.TagClassName
{
border-color: #E1BFFF;
}
</style>