Shades of Mauve #E5C4FF
Tints of Mauve #E5C4FF
RGB
CMYK
RGB Variations
Color information
#E5C4FF (or 0xE5C4FF) is known color: Mauve. HEX triplet: E5, C4 and FF. RGB value is (229,196,255). Sum of RGB (Red+Green+Blue) = 229+196+255=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C4FF is #1A3B00. Grayscale: #D4D4D4. Windows color (decimal): -1719041 or 16762085. OLE color: 16762085.
HSL color Cylindrical-coordinate representation of color #E5C4FF: hue angle of 273.56º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5C4FF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 196 | 255 | - |
| CMYK | 0.10 | 0.23 | 0 | 0 |
| HSL | 273.56º | 1% | 0.88% | - |
| HSV(B) | 273.56º | 0.23% | 1% | - |
| XYZ | 70.1 | 63.36 | 103.14 | - |
| YUV | 212.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 255 | 0.10 | 0.23 | 0 | 0 | 273.56 | 1 | 0.88 |
| Hex | E5 | C4 | FF | A | 17 | 0 | 0 | 112 | 64 | 58 |
| Octal | 345 | 304 | 377 | 12 | 27 | 0 | 0 | 422 | 144 | 130 |
| Binary | 11100101 | 11000100 | 11111111 | 1010 | 10111 | 0 | 0 | 100010010 | 1100100 | 1011000 |
Color Harmonies of #E5C4FF
Complementary color
Monochromatic Colors of #E5C4FF
Black with #E5C4FF
Text Example
Text Example
White with #E5C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4FF; }
p { color: rgb(229,196,255); }
H1.HeaderClassName
{
color: #E5C4FF;
}
.AnyTagClassName
{
color: #E5C4FF;
}
</style>
background-color css
<style>
a { background-color: #E5C4FF; }
a { background-color: rgb(229,196,255); }
div.DivClassName
{
background-color: #E5C4FF;
}
.BgClassName
{
background-color: #E5C4FF;
}
</style>
border-color css
<style>
span { border-color: #E5C4FF; }
span { border-color: rgb(229,196,255); }
td.TdClassName
{
border-color: #E5C4FF;
}
.TagClassName
{
border-color: #E5C4FF;
}
</style>