Shades of Mauve #E1BFF2
Tints of Mauve #E1BFF2
RGB
CMYK
RGB Variations
Color information
#E1BFF2 (or 0xE1BFF2) is known color: Mauve. HEX triplet: E1, BF and F2. RGB value is (225,191,242). Sum of RGB (Red+Green+Blue) = 225+191+242=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFF2 is #1E400D. Grayscale: #CECECE. Windows color (decimal): -1982478 or 15908833. OLE color: 15908833.
HSL color Cylindrical-coordinate representation of color #E1BFF2: hue angle of 280º degrees, saturation: 0.66, 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 #E1BFF2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 191 | 242 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 280º | 0.66% | 0.85% | - |
| HSV(B) | 280º | 0.21% | 0.95% | - |
| XYZ | 65.71 | 59.68 | 92.06 | - |
| YUV | 206.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 242 | 0.07 | 0.21 | 0 | 0.05 | 280 | 0.66 | 0.85 |
| Hex | E1 | BF | F2 | 7 | 15 | 0 | 5 | 118 | 42 | 55 |
| Octal | 341 | 277 | 362 | 7 | 25 | 0 | 5 | 430 | 102 | 125 |
| Binary | 11100001 | 10111111 | 11110010 | 111 | 10101 | 0 | 101 | 100011000 | 1000010 | 1010101 |
Color Harmonies of #E1BFF2
Complementary color
Monochromatic Colors of #E1BFF2
Black with #E1BFF2
Text Example
Text Example
White with #E1BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFF2; }
p { color: rgb(225,191,242); }
H1.HeaderClassName
{
color: #E1BFF2;
}
.AnyTagClassName
{
color: #E1BFF2;
}
</style>
background-color css
<style>
a { background-color: #E1BFF2; }
a { background-color: rgb(225,191,242); }
div.DivClassName
{
background-color: #E1BFF2;
}
.BgClassName
{
background-color: #E1BFF2;
}
</style>
border-color css
<style>
span { border-color: #E1BFF2; }
span { border-color: rgb(225,191,242); }
td.TdClassName
{
border-color: #E1BFF2;
}
.TagClassName
{
border-color: #E1BFF2;
}
</style>