Shades of Mauve #E2C1FB
Tints of Mauve #E2C1FB
RGB
CMYK
RGB Variations
Color information
#E2C1FB (or 0xE2C1FB) is known color: Mauve. HEX triplet: E2, C1 and FB. RGB value is (226,193,251). Sum of RGB (Red+Green+Blue) = 226+193+251=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2C1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1FB is #1D3E04. Grayscale: #D1D1D1. Windows color (decimal): -1916421 or 16499170. OLE color: 16499170.
HSL color Cylindrical-coordinate representation of color #E2C1FB: hue angle of 274.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C1FB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 193 | 251 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.02 |
| HSL | 274.14º | 0.88% | 0.87% | - |
| HSV(B) | 274.14º | 0.23% | 0.98% | - |
| XYZ | 67.85 | 61.27 | 99.52 | - |
| YUV | 209.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 251 | 0.10 | 0.23 | 0 | 0.02 | 274.14 | 0.88 | 0.87 |
| Hex | E2 | C1 | FB | A | 17 | 0 | 2 | 112 | 58 | 57 |
| Octal | 342 | 301 | 373 | 12 | 27 | 0 | 2 | 422 | 130 | 127 |
| Binary | 11100010 | 11000001 | 11111011 | 1010 | 10111 | 0 | 10 | 100010010 | 1011000 | 1010111 |
Color Harmonies of #E2C1FB
Complementary color
Monochromatic Colors of #E2C1FB
Black with #E2C1FB
Text Example
Text Example
White with #E2C1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C1FB; }
p { color: rgb(226,193,251); }
H1.HeaderClassName
{
color: #E2C1FB;
}
.AnyTagClassName
{
color: #E2C1FB;
}
</style>
background-color css
<style>
a { background-color: #E2C1FB; }
a { background-color: rgb(226,193,251); }
div.DivClassName
{
background-color: #E2C1FB;
}
.BgClassName
{
background-color: #E2C1FB;
}
</style>
border-color css
<style>
span { border-color: #E2C1FB; }
span { border-color: rgb(226,193,251); }
td.TdClassName
{
border-color: #E2C1FB;
}
.TagClassName
{
border-color: #E2C1FB;
}
</style>