Shades of Mauve #E2BAF6
Tints of Mauve #E2BAF6
RGB
CMYK
RGB Variations
Color information
#E2BAF6 (or 0xE2BAF6) is known color: Mauve. HEX triplet: E2, BA and F6. RGB value is (226,186,246). Sum of RGB (Red+Green+Blue) = 226+186+246=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAF6 is #1D4509. Grayscale: #CCCCCC. Windows color (decimal): -1918218 or 16169698. OLE color: 16169698.
HSL color Cylindrical-coordinate representation of color #E2BAF6: hue angle of 280º 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 #E2BAF6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 186 | 246 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.04 |
| HSL | 280º | 0.77% | 0.85% | - |
| HSV(B) | 280º | 0.24% | 0.96% | - |
| XYZ | 65.56 | 57.94 | 94.92 | - |
| YUV | 204.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 246 | 0.08 | 0.24 | 0 | 0.04 | 280 | 0.77 | 0.85 |
| Hex | E2 | BA | F6 | 8 | 18 | 0 | 4 | 118 | 4D | 55 |
| Octal | 342 | 272 | 366 | 10 | 30 | 0 | 4 | 430 | 115 | 125 |
| Binary | 11100010 | 10111010 | 11110110 | 1000 | 11000 | 0 | 100 | 100011000 | 1001101 | 1010101 |
Color Harmonies of #E2BAF6
Complementary color
Monochromatic Colors of #E2BAF6
Black with #E2BAF6
Text Example
Text Example
White with #E2BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAF6; }
p { color: rgb(226,186,246); }
H1.HeaderClassName
{
color: #E2BAF6;
}
.AnyTagClassName
{
color: #E2BAF6;
}
</style>
background-color css
<style>
a { background-color: #E2BAF6; }
a { background-color: rgb(226,186,246); }
div.DivClassName
{
background-color: #E2BAF6;
}
.BgClassName
{
background-color: #E2BAF6;
}
</style>
border-color css
<style>
span { border-color: #E2BAF6; }
span { border-color: rgb(226,186,246); }
td.TdClassName
{
border-color: #E2BAF6;
}
.TagClassName
{
border-color: #E2BAF6;
}
</style>