Shades of Mauve #E2BAFB
Tints of Mauve #E2BAFB
RGB
CMYK
RGB Variations
Color information
#E2BAFB (or 0xE2BAFB) is known color: Mauve. HEX triplet: E2, BA and FB. RGB value is (226,186,251). Sum of RGB (Red+Green+Blue) = 226+186+251=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFB is #1D4504. Grayscale: #CDCDCD. Windows color (decimal): -1918213 or 16497378. OLE color: 16497378.
HSL color Cylindrical-coordinate representation of color #E2BAFB: hue angle of 276.92º 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 #E2BAFB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 186 | 251 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.02 |
| HSL | 276.92º | 0.89% | 0.86% | - |
| HSV(B) | 276.92º | 0.26% | 0.98% | - |
| XYZ | 66.34 | 58.25 | 99.01 | - |
| YUV | 205.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 251 | 0.10 | 0.26 | 0 | 0.02 | 276.92 | 0.89 | 0.86 |
| Hex | E2 | BA | FB | A | 1A | 0 | 2 | 115 | 59 | 56 |
| Octal | 342 | 272 | 373 | 12 | 32 | 0 | 2 | 425 | 131 | 126 |
| Binary | 11100010 | 10111010 | 11111011 | 1010 | 11010 | 0 | 10 | 100010101 | 1011001 | 1010110 |
Color Harmonies of #E2BAFB
Complementary color
Monochromatic Colors of #E2BAFB
Black with #E2BAFB
Text Example
Text Example
White with #E2BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAFB; }
p { color: rgb(226,186,251); }
H1.HeaderClassName
{
color: #E2BAFB;
}
.AnyTagClassName
{
color: #E2BAFB;
}
</style>
background-color css
<style>
a { background-color: #E2BAFB; }
a { background-color: rgb(226,186,251); }
div.DivClassName
{
background-color: #E2BAFB;
}
.BgClassName
{
background-color: #E2BAFB;
}
</style>
border-color css
<style>
span { border-color: #E2BAFB; }
span { border-color: rgb(226,186,251); }
td.TdClassName
{
border-color: #E2BAFB;
}
.TagClassName
{
border-color: #E2BAFB;
}
</style>