Shades of Mauve #E2C5FC
Tints of Mauve #E2C5FC
RGB
CMYK
RGB Variations
Color information
#E2C5FC (or 0xE2C5FC) is known color: Mauve. HEX triplet: E2, C5 and FC. RGB value is (226,197,252). Sum of RGB (Red+Green+Blue) = 226+197+252=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5FC is #1D3A03. Grayscale: #D3D3D3. Windows color (decimal): -1915396 or 16565730. OLE color: 16565730.
HSL color Cylindrical-coordinate representation of color #E2C5FC: hue angle of 271.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2C5FC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 197 | 252 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.01 |
| HSL | 271.64º | 0.9% | 0.88% | - |
| HSV(B) | 271.64º | 0.22% | 0.99% | - |
| XYZ | 68.9 | 63.13 | 100.65 | - |
| YUV | 211.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 252 | 0.10 | 0.22 | 0 | 0.01 | 271.64 | 0.9 | 0.88 |
| Hex | E2 | C5 | FC | A | 16 | 0 | 1 | 110 | 5A | 58 |
| Octal | 342 | 305 | 374 | 12 | 26 | 0 | 1 | 420 | 132 | 130 |
| Binary | 11100010 | 11000101 | 11111100 | 1010 | 10110 | 0 | 1 | 100010000 | 1011010 | 1011000 |
Color Harmonies of #E2C5FC
Complementary color
Monochromatic Colors of #E2C5FC
Black with #E2C5FC
Text Example
Text Example
White with #E2C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5FC; }
p { color: rgb(226,197,252); }
H1.HeaderClassName
{
color: #E2C5FC;
}
.AnyTagClassName
{
color: #E2C5FC;
}
</style>
background-color css
<style>
a { background-color: #E2C5FC; }
a { background-color: rgb(226,197,252); }
div.DivClassName
{
background-color: #E2C5FC;
}
.BgClassName
{
background-color: #E2C5FC;
}
</style>
border-color css
<style>
span { border-color: #E2C5FC; }
span { border-color: rgb(226,197,252); }
td.TdClassName
{
border-color: #E2C5FC;
}
.TagClassName
{
border-color: #E2C5FC;
}
</style>