Shades of Mauve #E1BAF0
Tints of Mauve #E1BAF0
RGB
CMYK
RGB Variations
Color information
#E1BAF0 (or 0xE1BAF0) is known color: Mauve. HEX triplet: E1, BA and F0. RGB value is (225,186,240). Sum of RGB (Red+Green+Blue) = 225+186+240=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAF0 is #1E450F. Grayscale: #CBCBCB. Windows color (decimal): -1983760 or 15776481. OLE color: 15776481.
HSL color Cylindrical-coordinate representation of color #E1BAF0: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BAF0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 186 | 240 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.06 |
| HSL | 283.33º | 0.64% | 0.84% | - |
| HSV(B) | 283.33º | 0.23% | 0.94% | - |
| XYZ | 64.34 | 57.42 | 90.13 | - |
| YUV | 203.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 240 | 0.06 | 0.22 | 0 | 0.06 | 283.33 | 0.64 | 0.84 |
| Hex | E1 | BA | F0 | 6 | 16 | 0 | 6 | 11B | 40 | 54 |
| Octal | 341 | 272 | 360 | 6 | 26 | 0 | 6 | 433 | 100 | 124 |
| Binary | 11100001 | 10111010 | 11110000 | 110 | 10110 | 0 | 110 | 100011011 | 1000000 | 1010100 |
Color Harmonies of #E1BAF0
Complementary color
Monochromatic Colors of #E1BAF0
Black with #E1BAF0
Text Example
Text Example
White with #E1BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAF0; }
p { color: rgb(225,186,240); }
H1.HeaderClassName
{
color: #E1BAF0;
}
.AnyTagClassName
{
color: #E1BAF0;
}
</style>
background-color css
<style>
a { background-color: #E1BAF0; }
a { background-color: rgb(225,186,240); }
div.DivClassName
{
background-color: #E1BAF0;
}
.BgClassName
{
background-color: #E1BAF0;
}
</style>
border-color css
<style>
span { border-color: #E1BAF0; }
span { border-color: rgb(225,186,240); }
td.TdClassName
{
border-color: #E1BAF0;
}
.TagClassName
{
border-color: #E1BAF0;
}
</style>