Shades of Mauve #E1BAF5
Tints of Mauve #E1BAF5
RGB
CMYK
RGB Variations
Color information
#E1BAF5 (or 0xE1BAF5) is known color: Mauve. HEX triplet: E1, BA and F5. RGB value is (225,186,245). Sum of RGB (Red+Green+Blue) = 225+186+245=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAF5 is #1E450A. Grayscale: #CCCCCC. Windows color (decimal): -1983755 or 16104161. OLE color: 16104161.
HSL color Cylindrical-coordinate representation of color #E1BAF5: hue angle of 279.66º degrees, saturation: 0.75, 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 #E1BAF5 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 186 | 245 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.04 |
| HSL | 279.66º | 0.75% | 0.85% | - |
| HSV(B) | 279.66º | 0.24% | 0.96% | - |
| XYZ | 65.09 | 57.72 | 94.1 | - |
| YUV | 204.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 245 | 0.08 | 0.24 | 0 | 0.04 | 279.66 | 0.75 | 0.85 |
| Hex | E1 | BA | F5 | 8 | 18 | 0 | 4 | 118 | 4B | 55 |
| Octal | 341 | 272 | 365 | 10 | 30 | 0 | 4 | 430 | 113 | 125 |
| Binary | 11100001 | 10111010 | 11110101 | 1000 | 11000 | 0 | 100 | 100011000 | 1001011 | 1010101 |
Color Harmonies of #E1BAF5
Complementary color
Monochromatic Colors of #E1BAF5
Black with #E1BAF5
Text Example
Text Example
White with #E1BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAF5; }
p { color: rgb(225,186,245); }
H1.HeaderClassName
{
color: #E1BAF5;
}
.AnyTagClassName
{
color: #E1BAF5;
}
</style>
background-color css
<style>
a { background-color: #E1BAF5; }
a { background-color: rgb(225,186,245); }
div.DivClassName
{
background-color: #E1BAF5;
}
.BgClassName
{
background-color: #E1BAF5;
}
</style>
border-color css
<style>
span { border-color: #E1BAF5; }
span { border-color: rgb(225,186,245); }
td.TdClassName
{
border-color: #E1BAF5;
}
.TagClassName
{
border-color: #E1BAF5;
}
</style>