Shades of Mauve #E1BAEF
Tints of Mauve #E1BAEF
RGB
CMYK
RGB Variations
Color information
#E1BAEF (or 0xE1BAEF) is known color: Mauve. HEX triplet: E1, BA and EF. RGB value is (225,186,239). Sum of RGB (Red+Green+Blue) = 225+186+239=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAEF is #1E4510. Grayscale: #CBCBCB. Windows color (decimal): -1983761 or 15710945. OLE color: 15710945.
HSL color Cylindrical-coordinate representation of color #E1BAEF: hue angle of 284.15º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BAEF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 186 | 239 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.06 |
| HSL | 284.15º | 0.62% | 0.83% | - |
| HSV(B) | 284.15º | 0.22% | 0.94% | - |
| XYZ | 64.19 | 57.36 | 89.35 | - |
| YUV | 203.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 239 | 0.06 | 0.22 | 0 | 0.06 | 284.15 | 0.62 | 0.83 |
| Hex | E1 | BA | EF | 6 | 16 | 0 | 6 | 11C | 3E | 53 |
| Octal | 341 | 272 | 357 | 6 | 26 | 0 | 6 | 434 | 76 | 123 |
| Binary | 11100001 | 10111010 | 11101111 | 110 | 10110 | 0 | 110 | 100011100 | 111110 | 1010011 |
Color Harmonies of #E1BAEF
Complementary color
Monochromatic Colors of #E1BAEF
Black with #E1BAEF
Text Example
Text Example
White with #E1BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAEF; }
p { color: rgb(225,186,239); }
H1.HeaderClassName
{
color: #E1BAEF;
}
.AnyTagClassName
{
color: #E1BAEF;
}
</style>
background-color css
<style>
a { background-color: #E1BAEF; }
a { background-color: rgb(225,186,239); }
div.DivClassName
{
background-color: #E1BAEF;
}
.BgClassName
{
background-color: #E1BAEF;
}
</style>
border-color css
<style>
span { border-color: #E1BAEF; }
span { border-color: rgb(225,186,239); }
td.TdClassName
{
border-color: #E1BAEF;
}
.TagClassName
{
border-color: #E1BAEF;
}
</style>