Shades of Mauve #E2B6FC
Tints of Mauve #E2B6FC
RGB
CMYK
RGB Variations
Color information
#E2B6FC (or 0xE2B6FC) is known color: Mauve. HEX triplet: E2, B6 and FC. RGB value is (226,182,252). Sum of RGB (Red+Green+Blue) = 226+182+252=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6FC is #1D4903. Grayscale: #CACACA. Windows color (decimal): -1919236 or 16561890. OLE color: 16561890.
HSL color Cylindrical-coordinate representation of color #E2B6FC: hue angle of 277.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2B6FC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 182 | 252 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.01 |
| HSL | 277.71º | 0.92% | 0.85% | - |
| HSV(B) | 277.71º | 0.28% | 0.99% | - |
| XYZ | 65.66 | 56.65 | 99.57 | - |
| YUV | 203.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 252 | 0.10 | 0.28 | 0 | 0.01 | 277.71 | 0.92 | 0.85 |
| Hex | E2 | B6 | FC | A | 1C | 0 | 1 | 116 | 5C | 55 |
| Octal | 342 | 266 | 374 | 12 | 34 | 0 | 1 | 426 | 134 | 125 |
| Binary | 11100010 | 10110110 | 11111100 | 1010 | 11100 | 0 | 1 | 100010110 | 1011100 | 1010101 |
Color Harmonies of #E2B6FC
Complementary color
Monochromatic Colors of #E2B6FC
Black with #E2B6FC
Text Example
Text Example
White with #E2B6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B6FC; }
p { color: rgb(226,182,252); }
H1.HeaderClassName
{
color: #E2B6FC;
}
.AnyTagClassName
{
color: #E2B6FC;
}
</style>
background-color css
<style>
a { background-color: #E2B6FC; }
a { background-color: rgb(226,182,252); }
div.DivClassName
{
background-color: #E2B6FC;
}
.BgClassName
{
background-color: #E2B6FC;
}
</style>
border-color css
<style>
span { border-color: #E2B6FC; }
span { border-color: rgb(226,182,252); }
td.TdClassName
{
border-color: #E2B6FC;
}
.TagClassName
{
border-color: #E2B6FC;
}
</style>