Shades of Mauve #E4C0FE
Tints of Mauve #E4C0FE
RGB
CMYK
RGB Variations
Color information
#E4C0FE (or 0xE4C0FE) is known color: Mauve. HEX triplet: E4, C0 and FE. RGB value is (228,192,254). Sum of RGB (Red+Green+Blue) = 228+192+254=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0FE is #1B3F01. Grayscale: #D1D1D1. Windows color (decimal): -1785602 or 16695524. OLE color: 16695524.
HSL color Cylindrical-coordinate representation of color #E4C0FE: hue angle of 274.84º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4C0FE is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 192 | 254 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.00 |
| HSL | 274.84º | 0.97% | 0.87% | - |
| HSV(B) | 274.84º | 0.24% | 1% | - |
| XYZ | 68.73 | 61.35 | 101.98 | - |
| YUV | 209.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 254 | 0.10 | 0.24 | 0 | 0.00 | 274.84 | 0.97 | 0.87 |
| Hex | E4 | C0 | FE | A | 18 | 0 | 0 | 113 | 61 | 57 |
| Octal | 344 | 300 | 376 | 12 | 30 | 0 | 0 | 423 | 141 | 127 |
| Binary | 11100100 | 11000000 | 11111110 | 1010 | 11000 | 0 | 0 | 100010011 | 1100001 | 1010111 |
Color Harmonies of #E4C0FE
Complementary color
Monochromatic Colors of #E4C0FE
Black with #E4C0FE
Text Example
Text Example
White with #E4C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0FE; }
p { color: rgb(228,192,254); }
H1.HeaderClassName
{
color: #E4C0FE;
}
.AnyTagClassName
{
color: #E4C0FE;
}
</style>
background-color css
<style>
a { background-color: #E4C0FE; }
a { background-color: rgb(228,192,254); }
div.DivClassName
{
background-color: #E4C0FE;
}
.BgClassName
{
background-color: #E4C0FE;
}
</style>
border-color css
<style>
span { border-color: #E4C0FE; }
span { border-color: rgb(228,192,254); }
td.TdClassName
{
border-color: #E4C0FE;
}
.TagClassName
{
border-color: #E4C0FE;
}
</style>