Shades of Mauve #E5C3FE
Tints of Mauve #E5C3FE
RGB
CMYK
RGB Variations
Color information
#E5C3FE (or 0xE5C3FE) is known color: Mauve. HEX triplet: E5, C3 and FE. RGB value is (229,195,254). Sum of RGB (Red+Green+Blue) = 229+195+254=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 195 (76.56% from 255 or 28.76% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C3FE is #1A3C01. Grayscale: #D3D3D3. Windows color (decimal): -1719298 or 16696293. OLE color: 16696293.
HSL color Cylindrical-coordinate representation of color #E5C3FE: hue angle of 274.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5C3FE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 195 | 254 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.00 |
| HSL | 274.58º | 0.97% | 0.88% | - |
| HSV(B) | 274.58º | 0.23% | 1% | - |
| XYZ | 69.72 | 62.84 | 102.22 | - |
| YUV | 211.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 254 | 0.10 | 0.23 | 0 | 0.00 | 274.58 | 0.97 | 0.88 |
| Hex | E5 | C3 | FE | A | 17 | 0 | 0 | 113 | 61 | 58 |
| Octal | 345 | 303 | 376 | 12 | 27 | 0 | 0 | 423 | 141 | 130 |
| Binary | 11100101 | 11000011 | 11111110 | 1010 | 10111 | 0 | 0 | 100010011 | 1100001 | 1011000 |
Color Harmonies of #E5C3FE
Complementary color
Monochromatic Colors of #E5C3FE
Black with #E5C3FE
Text Example
Text Example
White with #E5C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3FE; }
p { color: rgb(229,195,254); }
H1.HeaderClassName
{
color: #E5C3FE;
}
.AnyTagClassName
{
color: #E5C3FE;
}
</style>
background-color css
<style>
a { background-color: #E5C3FE; }
a { background-color: rgb(229,195,254); }
div.DivClassName
{
background-color: #E5C3FE;
}
.BgClassName
{
background-color: #E5C3FE;
}
</style>
border-color css
<style>
span { border-color: #E5C3FE; }
span { border-color: rgb(229,195,254); }
td.TdClassName
{
border-color: #E5C3FE;
}
.TagClassName
{
border-color: #E5C3FE;
}
</style>