Shades of Mauve #E4C0FA
Tints of Mauve #E4C0FA
RGB
CMYK
RGB Variations
Color information
#E4C0FA (or 0xE4C0FA) is known color: Mauve. HEX triplet: E4, C0 and FA. RGB value is (228,192,250). Sum of RGB (Red+Green+Blue) = 228+192+250=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0FA is #1B3F05. Grayscale: #D1D1D1. Windows color (decimal): -1785606 or 16433380. OLE color: 16433380.
HSL color Cylindrical-coordinate representation of color #E4C0FA: hue angle of 277.24º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4C0FA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 192 | 250 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.02 |
| HSL | 277.24º | 0.85% | 0.87% | - |
| HSV(B) | 277.24º | 0.23% | 0.98% | - |
| XYZ | 68.1 | 61.1 | 98.65 | - |
| YUV | 209.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 250 | 0.09 | 0.23 | 0 | 0.02 | 277.24 | 0.85 | 0.87 |
| Hex | E4 | C0 | FA | 9 | 17 | 0 | 2 | 115 | 55 | 57 |
| Octal | 344 | 300 | 372 | 11 | 27 | 0 | 2 | 425 | 125 | 127 |
| Binary | 11100100 | 11000000 | 11111010 | 1001 | 10111 | 0 | 10 | 100010101 | 1010101 | 1010111 |
Color Harmonies of #E4C0FA
Complementary color
Monochromatic Colors of #E4C0FA
Black with #E4C0FA
Text Example
Text Example
White with #E4C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0FA; }
p { color: rgb(228,192,250); }
H1.HeaderClassName
{
color: #E4C0FA;
}
.AnyTagClassName
{
color: #E4C0FA;
}
</style>
background-color css
<style>
a { background-color: #E4C0FA; }
a { background-color: rgb(228,192,250); }
div.DivClassName
{
background-color: #E4C0FA;
}
.BgClassName
{
background-color: #E4C0FA;
}
</style>
border-color css
<style>
span { border-color: #E4C0FA; }
span { border-color: rgb(228,192,250); }
td.TdClassName
{
border-color: #E4C0FA;
}
.TagClassName
{
border-color: #E4C0FA;
}
</style>