Shades of Mauve #E2B3FB
Tints of Mauve #E2B3FB
RGB
CMYK
RGB Variations
Color information
#E2B3FB (or 0xE2B3FB) is known color: Mauve. HEX triplet: E2, B3 and FB. RGB value is (226,179,251). Sum of RGB (Red+Green+Blue) = 226+179+251=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3FB is #1D4C04. Grayscale: #C9C9C9. Windows color (decimal): -1920005 or 16495586. OLE color: 16495586.
HSL color Cylindrical-coordinate representation of color #E2B3FB: hue angle of 279.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2B3FB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 179 | 251 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.02 |
| HSL | 279.17º | 0.9% | 0.84% | - |
| HSV(B) | 279.17º | 0.29% | 0.98% | - |
| XYZ | 64.9 | 55.37 | 98.53 | - |
| YUV | 201.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 251 | 0.10 | 0.29 | 0 | 0.02 | 279.17 | 0.9 | 0.84 |
| Hex | E2 | B3 | FB | A | 1D | 0 | 2 | 117 | 5A | 54 |
| Octal | 342 | 263 | 373 | 12 | 35 | 0 | 2 | 427 | 132 | 124 |
| Binary | 11100010 | 10110011 | 11111011 | 1010 | 11101 | 0 | 10 | 100010111 | 1011010 | 1010100 |
Color Harmonies of #E2B3FB
Complementary color
Monochromatic Colors of #E2B3FB
Black with #E2B3FB
Text Example
Text Example
White with #E2B3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3FB; }
p { color: rgb(226,179,251); }
H1.HeaderClassName
{
color: #E2B3FB;
}
.AnyTagClassName
{
color: #E2B3FB;
}
</style>
background-color css
<style>
a { background-color: #E2B3FB; }
a { background-color: rgb(226,179,251); }
div.DivClassName
{
background-color: #E2B3FB;
}
.BgClassName
{
background-color: #E2B3FB;
}
</style>
border-color css
<style>
span { border-color: #E2B3FB; }
span { border-color: rgb(226,179,251); }
td.TdClassName
{
border-color: #E2B3FB;
}
.TagClassName
{
border-color: #E2B3FB;
}
</style>