Shades of Mauve #E2B3F9
Tints of Mauve #E2B3F9
RGB
CMYK
RGB Variations
Color information
#E2B3F9 (or 0xE2B3F9) is known color: Mauve. HEX triplet: E2, B3 and F9. RGB value is (226,179,249). Sum of RGB (Red+Green+Blue) = 226+179+249=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2B3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3F9 is #1D4C06. Grayscale: #C8C8C8. Windows color (decimal): -1920007 or 16364514. OLE color: 16364514.
HSL color Cylindrical-coordinate representation of color #E2B3F9: hue angle of 280.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2B3F9 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 179 | 249 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.02 |
| HSL | 280.29º | 0.85% | 0.84% | - |
| HSV(B) | 280.29º | 0.28% | 0.98% | - |
| XYZ | 64.58 | 55.25 | 96.88 | - |
| YUV | 201.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 249 | 0.09 | 0.28 | 0 | 0.02 | 280.29 | 0.85 | 0.84 |
| Hex | E2 | B3 | F9 | 9 | 1C | 0 | 2 | 118 | 55 | 54 |
| Octal | 342 | 263 | 371 | 11 | 34 | 0 | 2 | 430 | 125 | 124 |
| Binary | 11100010 | 10110011 | 11111001 | 1001 | 11100 | 0 | 10 | 100011000 | 1010101 | 1010100 |
Color Harmonies of #E2B3F9
Complementary color
Monochromatic Colors of #E2B3F9
Black with #E2B3F9
Text Example
Text Example
White with #E2B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3F9; }
p { color: rgb(226,179,249); }
H1.HeaderClassName
{
color: #E2B3F9;
}
.AnyTagClassName
{
color: #E2B3F9;
}
</style>
background-color css
<style>
a { background-color: #E2B3F9; }
a { background-color: rgb(226,179,249); }
div.DivClassName
{
background-color: #E2B3F9;
}
.BgClassName
{
background-color: #E2B3F9;
}
</style>
border-color css
<style>
span { border-color: #E2B3F9; }
span { border-color: rgb(226,179,249); }
td.TdClassName
{
border-color: #E2B3F9;
}
.TagClassName
{
border-color: #E2B3F9;
}
</style>