Shades of Mauve #E1BFF0
Tints of Mauve #E1BFF0
RGB
CMYK
RGB Variations
Color information
#E1BFF0 (or 0xE1BFF0) is known color: Mauve. HEX triplet: E1, BF and F0. RGB value is (225,191,240). Sum of RGB (Red+Green+Blue) = 225+191+240=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFF0 is #1E400F. Grayscale: #CECECE. Windows color (decimal): -1982480 or 15777761. OLE color: 15777761.
HSL color Cylindrical-coordinate representation of color #E1BFF0: hue angle of 281.63º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BFF0 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 191 | 240 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.06 |
| HSL | 281.63º | 0.62% | 0.85% | - |
| HSV(B) | 281.63º | 0.2% | 0.94% | - |
| XYZ | 65.41 | 59.56 | 90.49 | - |
| YUV | 206.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 240 | 0.06 | 0.20 | 0 | 0.06 | 281.63 | 0.62 | 0.85 |
| Hex | E1 | BF | F0 | 6 | 14 | 0 | 6 | 11A | 3E | 55 |
| Octal | 341 | 277 | 360 | 6 | 24 | 0 | 6 | 432 | 76 | 125 |
| Binary | 11100001 | 10111111 | 11110000 | 110 | 10100 | 0 | 110 | 100011010 | 111110 | 1010101 |
Color Harmonies of #E1BFF0
Complementary color
Monochromatic Colors of #E1BFF0
Black with #E1BFF0
Text Example
Text Example
White with #E1BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFF0; }
p { color: rgb(225,191,240); }
H1.HeaderClassName
{
color: #E1BFF0;
}
.AnyTagClassName
{
color: #E1BFF0;
}
</style>
background-color css
<style>
a { background-color: #E1BFF0; }
a { background-color: rgb(225,191,240); }
div.DivClassName
{
background-color: #E1BFF0;
}
.BgClassName
{
background-color: #E1BFF0;
}
</style>
border-color css
<style>
span { border-color: #E1BFF0; }
span { border-color: rgb(225,191,240); }
td.TdClassName
{
border-color: #E1BFF0;
}
.TagClassName
{
border-color: #E1BFF0;
}
</style>