Shades of Mauve #E2B0EF
Tints of Mauve #E2B0EF
RGB
CMYK
RGB Variations
Color information
#E2B0EF (or 0xE2B0EF) is known color: Mauve. HEX triplet: E2, B0 and EF. RGB value is (226,176,239). Sum of RGB (Red+Green+Blue) = 226+176+239=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B0EF is #1D4F10. Grayscale: #C5C5C5. Windows color (decimal): -1920785 or 15708386. OLE color: 15708386.
HSL color Cylindrical-coordinate representation of color #E2B0EF: hue angle of 287.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2B0EF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 176 | 239 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.06 |
| HSL | 287.62º | 0.66% | 0.81% | - |
| HSV(B) | 287.62º | 0.26% | 0.94% | - |
| XYZ | 62.47 | 53.45 | 88.69 | - |
| YUV | 198.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 239 | 0.05 | 0.26 | 0 | 0.06 | 287.62 | 0.66 | 0.81 |
| Hex | E2 | B0 | EF | 5 | 1A | 0 | 6 | 120 | 42 | 51 |
| Octal | 342 | 260 | 357 | 5 | 32 | 0 | 6 | 440 | 102 | 121 |
| Binary | 11100010 | 10110000 | 11101111 | 101 | 11010 | 0 | 110 | 100100000 | 1000010 | 1010001 |
Color Harmonies of #E2B0EF
Complementary color
Monochromatic Colors of #E2B0EF
Black with #E2B0EF
Text Example
Text Example
White with #E2B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0EF; }
p { color: rgb(226,176,239); }
H1.HeaderClassName
{
color: #E2B0EF;
}
.AnyTagClassName
{
color: #E2B0EF;
}
</style>
background-color css
<style>
a { background-color: #E2B0EF; }
a { background-color: rgb(226,176,239); }
div.DivClassName
{
background-color: #E2B0EF;
}
.BgClassName
{
background-color: #E2B0EF;
}
</style>
border-color css
<style>
span { border-color: #E2B0EF; }
span { border-color: rgb(226,176,239); }
td.TdClassName
{
border-color: #E2B0EF;
}
.TagClassName
{
border-color: #E2B0EF;
}
</style>