Shades of Mauve #E1BEF1
Tints of Mauve #E1BEF1
RGB
CMYK
RGB Variations
Color information
#E1BEF1 (or 0xE1BEF1) is known color: Mauve. HEX triplet: E1, BE and F1. RGB value is (225,190,241). Sum of RGB (Red+Green+Blue) = 225+190+241=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEF1 is #1E410E. Grayscale: #CECECE. Windows color (decimal): -1982735 or 15843041. OLE color: 15843041.
HSL color Cylindrical-coordinate representation of color #E1BEF1: hue angle of 281.18º degrees, saturation: 0.65, 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 #E1BEF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 190 | 241 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 281.18º | 0.65% | 0.85% | - |
| HSV(B) | 281.18º | 0.21% | 0.95% | - |
| XYZ | 65.34 | 59.19 | 91.2 | - |
| YUV | 206.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 241 | 0.07 | 0.21 | 0 | 0.05 | 281.18 | 0.65 | 0.85 |
| Hex | E1 | BE | F1 | 7 | 15 | 0 | 5 | 119 | 41 | 55 |
| Octal | 341 | 276 | 361 | 7 | 25 | 0 | 5 | 431 | 101 | 125 |
| Binary | 11100001 | 10111110 | 11110001 | 111 | 10101 | 0 | 101 | 100011001 | 1000001 | 1010101 |
Color Harmonies of #E1BEF1
Complementary color
Monochromatic Colors of #E1BEF1
Black with #E1BEF1
Text Example
Text Example
White with #E1BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEF1; }
p { color: rgb(225,190,241); }
H1.HeaderClassName
{
color: #E1BEF1;
}
.AnyTagClassName
{
color: #E1BEF1;
}
</style>
background-color css
<style>
a { background-color: #E1BEF1; }
a { background-color: rgb(225,190,241); }
div.DivClassName
{
background-color: #E1BEF1;
}
.BgClassName
{
background-color: #E1BEF1;
}
</style>
border-color css
<style>
span { border-color: #E1BEF1; }
span { border-color: rgb(225,190,241); }
td.TdClassName
{
border-color: #E1BEF1;
}
.TagClassName
{
border-color: #E1BEF1;
}
</style>