Shades of Mauve #E2C3FC
Tints of Mauve #E2C3FC
RGB
CMYK
RGB Variations
Color information
#E2C3FC (or 0xE2C3FC) is known color: Mauve. HEX triplet: E2, C3 and FC. RGB value is (226,195,252). Sum of RGB (Red+Green+Blue) = 226+195+252=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C3FC is #1D3C03. Grayscale: #D2D2D2. Windows color (decimal): -1915908 or 16565218. OLE color: 16565218.
HSL color Cylindrical-coordinate representation of color #E2C3FC: hue angle of 272.63º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C3FC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 195 | 252 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.01 |
| HSL | 272.63º | 0.9% | 0.88% | - |
| HSV(B) | 272.63º | 0.23% | 0.99% | - |
| XYZ | 68.45 | 62.23 | 100.5 | - |
| YUV | 210.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 252 | 0.10 | 0.23 | 0 | 0.01 | 272.63 | 0.9 | 0.88 |
| Hex | E2 | C3 | FC | A | 17 | 0 | 1 | 111 | 5A | 58 |
| Octal | 342 | 303 | 374 | 12 | 27 | 0 | 1 | 421 | 132 | 130 |
| Binary | 11100010 | 11000011 | 11111100 | 1010 | 10111 | 0 | 1 | 100010001 | 1011010 | 1011000 |
Color Harmonies of #E2C3FC
Complementary color
Monochromatic Colors of #E2C3FC
Black with #E2C3FC
Text Example
Text Example
White with #E2C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3FC; }
p { color: rgb(226,195,252); }
H1.HeaderClassName
{
color: #E2C3FC;
}
.AnyTagClassName
{
color: #E2C3FC;
}
</style>
background-color css
<style>
a { background-color: #E2C3FC; }
a { background-color: rgb(226,195,252); }
div.DivClassName
{
background-color: #E2C3FC;
}
.BgClassName
{
background-color: #E2C3FC;
}
</style>
border-color css
<style>
span { border-color: #E2C3FC; }
span { border-color: rgb(226,195,252); }
td.TdClassName
{
border-color: #E2C3FC;
}
.TagClassName
{
border-color: #E2C3FC;
}
</style>