Shades of Mauve #E1BFF1
Tints of Mauve #E1BFF1
RGB
CMYK
RGB Variations
Color information
#E1BFF1 (or 0xE1BFF1) is known color: Mauve. HEX triplet: E1, BF and F1. RGB value is (225,191,241). Sum of RGB (Red+Green+Blue) = 225+191+241=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFF1 is #1E400E. Grayscale: #CECECE. Windows color (decimal): -1982479 or 15843297. OLE color: 15843297.
HSL color Cylindrical-coordinate representation of color #E1BFF1: hue angle of 280.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BFF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 191 | 241 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 280.8º | 0.64% | 0.85% | - |
| HSV(B) | 280.8º | 0.21% | 0.95% | - |
| XYZ | 65.56 | 59.62 | 91.27 | - |
| YUV | 206.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 241 | 0.07 | 0.21 | 0 | 0.05 | 280.8 | 0.64 | 0.85 |
| Hex | E1 | BF | F1 | 7 | 15 | 0 | 5 | 119 | 40 | 55 |
| Octal | 341 | 277 | 361 | 7 | 25 | 0 | 5 | 431 | 100 | 125 |
| Binary | 11100001 | 10111111 | 11110001 | 111 | 10101 | 0 | 101 | 100011001 | 1000000 | 1010101 |
Color Harmonies of #E1BFF1
Complementary color
Monochromatic Colors of #E1BFF1
Black with #E1BFF1
Text Example
Text Example
White with #E1BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFF1; }
p { color: rgb(225,191,241); }
H1.HeaderClassName
{
color: #E1BFF1;
}
.AnyTagClassName
{
color: #E1BFF1;
}
</style>
background-color css
<style>
a { background-color: #E1BFF1; }
a { background-color: rgb(225,191,241); }
div.DivClassName
{
background-color: #E1BFF1;
}
.BgClassName
{
background-color: #E1BFF1;
}
</style>
border-color css
<style>
span { border-color: #E1BFF1; }
span { border-color: rgb(225,191,241); }
td.TdClassName
{
border-color: #E1BFF1;
}
.TagClassName
{
border-color: #E1BFF1;
}
</style>