Shades of Mauve #E4C0F3
Tints of Mauve #E4C0F3
RGB
CMYK
RGB Variations
Color information
#E4C0F3 (or 0xE4C0F3) is known color: Mauve. HEX triplet: E4, C0 and F3. RGB value is (228,192,243). Sum of RGB (Red+Green+Blue) = 228+192+243=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4C0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0F3 is #1B3F0C. Grayscale: #D0D0D0. Windows color (decimal): -1785613 or 15974628. OLE color: 15974628.
HSL color Cylindrical-coordinate representation of color #E4C0F3: hue angle of 282.35º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4C0F3 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 192 | 243 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.05 |
| HSL | 282.35º | 0.68% | 0.85% | - |
| HSV(B) | 282.35º | 0.21% | 0.95% | - |
| XYZ | 67.02 | 60.66 | 92.97 | - |
| YUV | 208.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 243 | 0.06 | 0.21 | 0 | 0.05 | 282.35 | 0.68 | 0.85 |
| Hex | E4 | C0 | F3 | 6 | 15 | 0 | 5 | 11A | 44 | 55 |
| Octal | 344 | 300 | 363 | 6 | 25 | 0 | 5 | 432 | 104 | 125 |
| Binary | 11100100 | 11000000 | 11110011 | 110 | 10101 | 0 | 101 | 100011010 | 1000100 | 1010101 |
Color Harmonies of #E4C0F3
Complementary color
Monochromatic Colors of #E4C0F3
Black with #E4C0F3
Text Example
Text Example
White with #E4C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0F3; }
p { color: rgb(228,192,243); }
H1.HeaderClassName
{
color: #E4C0F3;
}
.AnyTagClassName
{
color: #E4C0F3;
}
</style>
background-color css
<style>
a { background-color: #E4C0F3; }
a { background-color: rgb(228,192,243); }
div.DivClassName
{
background-color: #E4C0F3;
}
.BgClassName
{
background-color: #E4C0F3;
}
</style>
border-color css
<style>
span { border-color: #E4C0F3; }
span { border-color: rgb(228,192,243); }
td.TdClassName
{
border-color: #E4C0F3;
}
.TagClassName
{
border-color: #E4C0F3;
}
</style>