Shades of Mauve #E2B6F2
Tints of Mauve #E2B6F2
RGB
CMYK
RGB Variations
Color information
#E2B6F2 (or 0xE2B6F2) is known color: Mauve. HEX triplet: E2, B6 and F2. RGB value is (226,182,242). Sum of RGB (Red+Green+Blue) = 226+182+242=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2B6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6F2 is #1D490D. Grayscale: #C9C9C9. Windows color (decimal): -1919246 or 15906530. OLE color: 15906530.
HSL color Cylindrical-coordinate representation of color #E2B6F2: hue angle of 284º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2B6F2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 182 | 242 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.05 |
| HSL | 284º | 0.7% | 0.83% | - |
| HSV(B) | 284º | 0.25% | 0.95% | - |
| XYZ | 64.12 | 56.04 | 91.44 | - |
| YUV | 202 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 242 | 0.07 | 0.25 | 0 | 0.05 | 284 | 0.7 | 0.83 |
| Hex | E2 | B6 | F2 | 7 | 19 | 0 | 5 | 11C | 46 | 53 |
| Octal | 342 | 266 | 362 | 7 | 31 | 0 | 5 | 434 | 106 | 123 |
| Binary | 11100010 | 10110110 | 11110010 | 111 | 11001 | 0 | 101 | 100011100 | 1000110 | 1010011 |
Color Harmonies of #E2B6F2
Complementary color
Monochromatic Colors of #E2B6F2
Black with #E2B6F2
Text Example
Text Example
White with #E2B6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B6F2; }
p { color: rgb(226,182,242); }
H1.HeaderClassName
{
color: #E2B6F2;
}
.AnyTagClassName
{
color: #E2B6F2;
}
</style>
background-color css
<style>
a { background-color: #E2B6F2; }
a { background-color: rgb(226,182,242); }
div.DivClassName
{
background-color: #E2B6F2;
}
.BgClassName
{
background-color: #E2B6F2;
}
</style>
border-color css
<style>
span { border-color: #E2B6F2; }
span { border-color: rgb(226,182,242); }
td.TdClassName
{
border-color: #E2B6F2;
}
.TagClassName
{
border-color: #E2B6F2;
}
</style>