Shades of Mauve #E2B6EF
Tints of Mauve #E2B6EF
RGB
CMYK
RGB Variations
Color information
#E2B6EF (or 0xE2B6EF) is known color: Mauve. HEX triplet: E2, B6 and EF. RGB value is (226,182,239). Sum of RGB (Red+Green+Blue) = 226+182+239=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6EF is #1D4910. Grayscale: #C9C9C9. Windows color (decimal): -1919249 or 15709922. OLE color: 15709922.
HSL color Cylindrical-coordinate representation of color #E2B6EF: hue angle of 286.32º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B6EF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 182 | 239 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.06 |
| HSL | 286.32º | 0.64% | 0.83% | - |
| HSV(B) | 286.32º | 0.24% | 0.94% | - |
| XYZ | 63.67 | 55.86 | 89.09 | - |
| YUV | 201.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 239 | 0.05 | 0.24 | 0 | 0.06 | 286.32 | 0.64 | 0.83 |
| Hex | E2 | B6 | EF | 5 | 18 | 0 | 6 | 11E | 40 | 53 |
| Octal | 342 | 266 | 357 | 5 | 30 | 0 | 6 | 436 | 100 | 123 |
| Binary | 11100010 | 10110110 | 11101111 | 101 | 11000 | 0 | 110 | 100011110 | 1000000 | 1010011 |
Color Harmonies of #E2B6EF
Complementary color
Monochromatic Colors of #E2B6EF
Black with #E2B6EF
Text Example
Text Example
White with #E2B6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B6EF; }
p { color: rgb(226,182,239); }
H1.HeaderClassName
{
color: #E2B6EF;
}
.AnyTagClassName
{
color: #E2B6EF;
}
</style>
background-color css
<style>
a { background-color: #E2B6EF; }
a { background-color: rgb(226,182,239); }
div.DivClassName
{
background-color: #E2B6EF;
}
.BgClassName
{
background-color: #E2B6EF;
}
</style>
border-color css
<style>
span { border-color: #E2B6EF; }
span { border-color: rgb(226,182,239); }
td.TdClassName
{
border-color: #E2B6EF;
}
.TagClassName
{
border-color: #E2B6EF;
}
</style>