Shades of Mauve #E2B9EF
Tints of Mauve #E2B9EF
RGB
CMYK
RGB Variations
Color information
#E2B9EF (or 0xE2B9EF) is known color: Mauve. HEX triplet: E2, B9 and EF. RGB value is (226,185,239). Sum of RGB (Red+Green+Blue) = 226+185+239=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9EF is #1D4610. Grayscale: #CBCBCB. Windows color (decimal): -1918481 or 15710690. OLE color: 15710690.
HSL color Cylindrical-coordinate representation of color #E2B9EF: hue angle of 285.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B9EF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 185 | 239 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.06 |
| HSL | 285.56º | 0.63% | 0.83% | - |
| HSV(B) | 285.56º | 0.23% | 0.94% | - |
| XYZ | 64.29 | 57.1 | 89.29 | - |
| YUV | 203.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 239 | 0.05 | 0.23 | 0 | 0.06 | 285.56 | 0.63 | 0.83 |
| Hex | E2 | B9 | EF | 5 | 17 | 0 | 6 | 11E | 3F | 53 |
| Octal | 342 | 271 | 357 | 5 | 27 | 0 | 6 | 436 | 77 | 123 |
| Binary | 11100010 | 10111001 | 11101111 | 101 | 10111 | 0 | 110 | 100011110 | 111111 | 1010011 |
Color Harmonies of #E2B9EF
Complementary color
Monochromatic Colors of #E2B9EF
Black with #E2B9EF
Text Example
Text Example
White with #E2B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9EF; }
p { color: rgb(226,185,239); }
H1.HeaderClassName
{
color: #E2B9EF;
}
.AnyTagClassName
{
color: #E2B9EF;
}
</style>
background-color css
<style>
a { background-color: #E2B9EF; }
a { background-color: rgb(226,185,239); }
div.DivClassName
{
background-color: #E2B9EF;
}
.BgClassName
{
background-color: #E2B9EF;
}
</style>
border-color css
<style>
span { border-color: #E2B9EF; }
span { border-color: rgb(226,185,239); }
td.TdClassName
{
border-color: #E2B9EF;
}
.TagClassName
{
border-color: #E2B9EF;
}
</style>