Shades of Mauve #E1BAF6
Tints of Mauve #E1BAF6
RGB
CMYK
RGB Variations
Color information
#E1BAF6 (or 0xE1BAF6) is known color: Mauve. HEX triplet: E1, BA and F6. RGB value is (225,186,246). Sum of RGB (Red+Green+Blue) = 225+186+246=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAF6 is #1E4509. Grayscale: #CCCCCC. Windows color (decimal): -1983754 or 16169697. OLE color: 16169697.
HSL color Cylindrical-coordinate representation of color #E1BAF6: hue angle of 279º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BAF6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 186 | 246 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.04 |
| HSL | 279º | 0.77% | 0.85% | - |
| HSV(B) | 279º | 0.24% | 0.96% | - |
| XYZ | 65.24 | 57.78 | 94.9 | - |
| YUV | 204.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 246 | 0.09 | 0.24 | 0 | 0.04 | 279 | 0.77 | 0.85 |
| Hex | E1 | BA | F6 | 9 | 18 | 0 | 4 | 117 | 4D | 55 |
| Octal | 341 | 272 | 366 | 11 | 30 | 0 | 4 | 427 | 115 | 125 |
| Binary | 11100001 | 10111010 | 11110110 | 1001 | 11000 | 0 | 100 | 100010111 | 1001101 | 1010101 |
Color Harmonies of #E1BAF6
Complementary color
Monochromatic Colors of #E1BAF6
Black with #E1BAF6
Text Example
Text Example
White with #E1BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAF6; }
p { color: rgb(225,186,246); }
H1.HeaderClassName
{
color: #E1BAF6;
}
.AnyTagClassName
{
color: #E1BAF6;
}
</style>
background-color css
<style>
a { background-color: #E1BAF6; }
a { background-color: rgb(225,186,246); }
div.DivClassName
{
background-color: #E1BAF6;
}
.BgClassName
{
background-color: #E1BAF6;
}
</style>
border-color css
<style>
span { border-color: #E1BAF6; }
span { border-color: rgb(225,186,246); }
td.TdClassName
{
border-color: #E1BAF6;
}
.TagClassName
{
border-color: #E1BAF6;
}
</style>