Shades of Mauve #E4C6FA
Tints of Mauve #E4C6FA
RGB
CMYK
RGB Variations
Color information
#E4C6FA (or 0xE4C6FA) is known color: Mauve. HEX triplet: E4, C6 and FA. RGB value is (228,198,250). Sum of RGB (Red+Green+Blue) = 228+198+250=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C6FA is #1B3905. Grayscale: #D4D4D4. Windows color (decimal): -1784070 or 16434916. OLE color: 16434916.
HSL color Cylindrical-coordinate representation of color #E4C6FA: hue angle of 274.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4C6FA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 198 | 250 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.02 |
| HSL | 274.62º | 0.84% | 0.88% | - |
| HSV(B) | 274.62º | 0.21% | 0.98% | - |
| XYZ | 69.44 | 63.78 | 99.09 | - |
| YUV | 212.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 198 | 250 | 0.09 | 0.21 | 0 | 0.02 | 274.62 | 0.84 | 0.88 |
| Hex | E4 | C6 | FA | 9 | 15 | 0 | 2 | 113 | 54 | 58 |
| Octal | 344 | 306 | 372 | 11 | 25 | 0 | 2 | 423 | 124 | 130 |
| Binary | 11100100 | 11000110 | 11111010 | 1001 | 10101 | 0 | 10 | 100010011 | 1010100 | 1011000 |
Color Harmonies of #E4C6FA
Complementary color
Monochromatic Colors of #E4C6FA
Black with #E4C6FA
Text Example
Text Example
White with #E4C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C6FA; }
p { color: rgb(228,198,250); }
H1.HeaderClassName
{
color: #E4C6FA;
}
.AnyTagClassName
{
color: #E4C6FA;
}
</style>
background-color css
<style>
a { background-color: #E4C6FA; }
a { background-color: rgb(228,198,250); }
div.DivClassName
{
background-color: #E4C6FA;
}
.BgClassName
{
background-color: #E4C6FA;
}
</style>
border-color css
<style>
span { border-color: #E4C6FA; }
span { border-color: rgb(228,198,250); }
td.TdClassName
{
border-color: #E4C6FA;
}
.TagClassName
{
border-color: #E4C6FA;
}
</style>