Shades of Mauve #E1BAFB
Tints of Mauve #E1BAFB
RGB
CMYK
RGB Variations
Color information
#E1BAFB (or 0xE1BAFB) is known color: Mauve. HEX triplet: E1, BA and FB. RGB value is (225,186,251). Sum of RGB (Red+Green+Blue) = 225+186+251=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAFB is #1E4504. Grayscale: #CCCCCC. Windows color (decimal): -1983749 or 16497377. OLE color: 16497377.
HSL color Cylindrical-coordinate representation of color #E1BAFB: hue angle of 276º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1BAFB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 186 | 251 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.02 |
| HSL | 276º | 0.89% | 0.86% | - |
| HSV(B) | 276º | 0.26% | 0.98% | - |
| XYZ | 66.02 | 58.09 | 99 | - |
| YUV | 205.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 251 | 0.10 | 0.26 | 0 | 0.02 | 276 | 0.89 | 0.86 |
| Hex | E1 | BA | FB | A | 1A | 0 | 2 | 114 | 59 | 56 |
| Octal | 341 | 272 | 373 | 12 | 32 | 0 | 2 | 424 | 131 | 126 |
| Binary | 11100001 | 10111010 | 11111011 | 1010 | 11010 | 0 | 10 | 100010100 | 1011001 | 1010110 |
Color Harmonies of #E1BAFB
Complementary color
Monochromatic Colors of #E1BAFB
Black with #E1BAFB
Text Example
Text Example
White with #E1BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAFB; }
p { color: rgb(225,186,251); }
H1.HeaderClassName
{
color: #E1BAFB;
}
.AnyTagClassName
{
color: #E1BAFB;
}
</style>
background-color css
<style>
a { background-color: #E1BAFB; }
a { background-color: rgb(225,186,251); }
div.DivClassName
{
background-color: #E1BAFB;
}
.BgClassName
{
background-color: #E1BAFB;
}
</style>
border-color css
<style>
span { border-color: #E1BAFB; }
span { border-color: rgb(225,186,251); }
td.TdClassName
{
border-color: #E1BAFB;
}
.TagClassName
{
border-color: #E1BAFB;
}
</style>