Shades of Mauve #E2BAF2
Tints of Mauve #E2BAF2
RGB
CMYK
RGB Variations
Color information
#E2BAF2 (or 0xE2BAF2) is known color: Mauve. HEX triplet: E2, BA and F2. RGB value is (226,186,242). Sum of RGB (Red+Green+Blue) = 226+186+242=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAF2 is #1D450D. Grayscale: #CCCCCC. Windows color (decimal): -1918222 or 15907554. OLE color: 15907554.
HSL color Cylindrical-coordinate representation of color #E2BAF2: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BAF2 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 186 | 242 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.05 |
| HSL | 282.86º | 0.68% | 0.84% | - |
| HSV(B) | 282.86º | 0.23% | 0.95% | - |
| XYZ | 64.95 | 57.7 | 91.72 | - |
| YUV | 204.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 242 | 0.07 | 0.23 | 0 | 0.05 | 282.86 | 0.68 | 0.84 |
| Hex | E2 | BA | F2 | 7 | 17 | 0 | 5 | 11B | 44 | 54 |
| Octal | 342 | 272 | 362 | 7 | 27 | 0 | 5 | 433 | 104 | 124 |
| Binary | 11100010 | 10111010 | 11110010 | 111 | 10111 | 0 | 101 | 100011011 | 1000100 | 1010100 |
Color Harmonies of #E2BAF2
Complementary color
Monochromatic Colors of #E2BAF2
Black with #E2BAF2
Text Example
Text Example
White with #E2BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAF2; }
p { color: rgb(226,186,242); }
H1.HeaderClassName
{
color: #E2BAF2;
}
.AnyTagClassName
{
color: #E2BAF2;
}
</style>
background-color css
<style>
a { background-color: #E2BAF2; }
a { background-color: rgb(226,186,242); }
div.DivClassName
{
background-color: #E2BAF2;
}
.BgClassName
{
background-color: #E2BAF2;
}
</style>
border-color css
<style>
span { border-color: #E2BAF2; }
span { border-color: rgb(226,186,242); }
td.TdClassName
{
border-color: #E2BAF2;
}
.TagClassName
{
border-color: #E2BAF2;
}
</style>