Shades of Mauve #E2B3EF
Tints of Mauve #E2B3EF
RGB
CMYK
RGB Variations
Color information
#E2B3EF (or 0xE2B3EF) is known color: Mauve. HEX triplet: E2, B3 and EF. RGB value is (226,179,239). Sum of RGB (Red+Green+Blue) = 226+179+239=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3EF is #1D4C10. Grayscale: #C7C7C7. Windows color (decimal): -1920017 or 15709154. OLE color: 15709154.
HSL color Cylindrical-coordinate representation of color #E2B3EF: hue angle of 287º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2B3EF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 179 | 239 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.06 |
| HSL | 287º | 0.65% | 0.82% | - |
| HSV(B) | 287º | 0.25% | 0.94% | - |
| XYZ | 63.06 | 54.64 | 88.88 | - |
| YUV | 199.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 239 | 0.05 | 0.25 | 0 | 0.06 | 287 | 0.65 | 0.82 |
| Hex | E2 | B3 | EF | 5 | 19 | 0 | 6 | 11F | 41 | 52 |
| Octal | 342 | 263 | 357 | 5 | 31 | 0 | 6 | 437 | 101 | 122 |
| Binary | 11100010 | 10110011 | 11101111 | 101 | 11001 | 0 | 110 | 100011111 | 1000001 | 1010010 |
Color Harmonies of #E2B3EF
Complementary color
Monochromatic Colors of #E2B3EF
Black with #E2B3EF
Text Example
Text Example
White with #E2B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3EF; }
p { color: rgb(226,179,239); }
H1.HeaderClassName
{
color: #E2B3EF;
}
.AnyTagClassName
{
color: #E2B3EF;
}
</style>
background-color css
<style>
a { background-color: #E2B3EF; }
a { background-color: rgb(226,179,239); }
div.DivClassName
{
background-color: #E2B3EF;
}
.BgClassName
{
background-color: #E2B3EF;
}
</style>
border-color css
<style>
span { border-color: #E2B3EF; }
span { border-color: rgb(226,179,239); }
td.TdClassName
{
border-color: #E2B3EF;
}
.TagClassName
{
border-color: #E2B3EF;
}
</style>