Shades of Mauve #E2C0FD
Tints of Mauve #E2C0FD
RGB
CMYK
RGB Variations
Color information
#E2C0FD (or 0xE2C0FD) is known color: Mauve. HEX triplet: E2, C0 and FD. RGB value is (226,192,253). Sum of RGB (Red+Green+Blue) = 226+192+253=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0FD is #1D3F02. Grayscale: #D0D0D0. Windows color (decimal): -1916675 or 16629986. OLE color: 16629986.
HSL color Cylindrical-coordinate representation of color #E2C0FD: hue angle of 273.44º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2C0FD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 192 | 253 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.01 |
| HSL | 273.44º | 0.94% | 0.87% | - |
| HSV(B) | 273.44º | 0.24% | 0.99% | - |
| XYZ | 67.94 | 60.96 | 101.11 | - |
| YUV | 209.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 253 | 0.11 | 0.24 | 0 | 0.01 | 273.44 | 0.94 | 0.87 |
| Hex | E2 | C0 | FD | B | 18 | 0 | 1 | 111 | 5E | 57 |
| Octal | 342 | 300 | 375 | 13 | 30 | 0 | 1 | 421 | 136 | 127 |
| Binary | 11100010 | 11000000 | 11111101 | 1011 | 11000 | 0 | 1 | 100010001 | 1011110 | 1010111 |
Color Harmonies of #E2C0FD
Complementary color
Monochromatic Colors of #E2C0FD
Black with #E2C0FD
Text Example
Text Example
White with #E2C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C0FD; }
p { color: rgb(226,192,253); }
H1.HeaderClassName
{
color: #E2C0FD;
}
.AnyTagClassName
{
color: #E2C0FD;
}
</style>
background-color css
<style>
a { background-color: #E2C0FD; }
a { background-color: rgb(226,192,253); }
div.DivClassName
{
background-color: #E2C0FD;
}
.BgClassName
{
background-color: #E2C0FD;
}
</style>
border-color css
<style>
span { border-color: #E2C0FD; }
span { border-color: rgb(226,192,253); }
td.TdClassName
{
border-color: #E2C0FD;
}
.TagClassName
{
border-color: #E2C0FD;
}
</style>