Shades of Mauve #E2C0FB
Tints of Mauve #E2C0FB
RGB
CMYK
RGB Variations
Color information
#E2C0FB (or 0xE2C0FB) is known color: Mauve. HEX triplet: E2, C0 and FB. RGB value is (226,192,251). Sum of RGB (Red+Green+Blue) = 226+192+251=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0FB is #1D3F04. Grayscale: #D0D0D0. Windows color (decimal): -1916677 or 16498914. OLE color: 16498914.
HSL color Cylindrical-coordinate representation of color #E2C0FB: hue angle of 274.58º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2C0FB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 192 | 251 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 274.58º | 0.88% | 0.87% | - |
| HSV(B) | 274.58º | 0.24% | 0.98% | - |
| XYZ | 67.63 | 60.83 | 99.44 | - |
| YUV | 208.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 251 | 0.10 | 0.24 | 0 | 0.02 | 274.58 | 0.88 | 0.87 |
| Hex | E2 | C0 | FB | A | 18 | 0 | 2 | 113 | 58 | 57 |
| Octal | 342 | 300 | 373 | 12 | 30 | 0 | 2 | 423 | 130 | 127 |
| Binary | 11100010 | 11000000 | 11111011 | 1010 | 11000 | 0 | 10 | 100010011 | 1011000 | 1010111 |
Color Harmonies of #E2C0FB
Complementary color
Monochromatic Colors of #E2C0FB
Black with #E2C0FB
Text Example
Text Example
White with #E2C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C0FB; }
p { color: rgb(226,192,251); }
H1.HeaderClassName
{
color: #E2C0FB;
}
.AnyTagClassName
{
color: #E2C0FB;
}
</style>
background-color css
<style>
a { background-color: #E2C0FB; }
a { background-color: rgb(226,192,251); }
div.DivClassName
{
background-color: #E2C0FB;
}
.BgClassName
{
background-color: #E2C0FB;
}
</style>
border-color css
<style>
span { border-color: #E2C0FB; }
span { border-color: rgb(226,192,251); }
td.TdClassName
{
border-color: #E2C0FB;
}
.TagClassName
{
border-color: #E2C0FB;
}
</style>