Shades of Mauve #E4C5F9
Tints of Mauve #E4C5F9
RGB
CMYK
RGB Variations
Color information
#E4C5F9 (or 0xE4C5F9) is known color: Mauve. HEX triplet: E4, C5 and F9. RGB value is (228,197,249). Sum of RGB (Red+Green+Blue) = 228+197+249=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4C5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5F9 is #1B3A06. Grayscale: #D4D4D4. Windows color (decimal): -1784327 or 16369124. OLE color: 16369124.
HSL color Cylindrical-coordinate representation of color #E4C5F9: hue angle of 275.77º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4C5F9 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 197 | 249 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.02 |
| HSL | 275.77º | 0.81% | 0.87% | - |
| HSV(B) | 275.77º | 0.21% | 0.98% | - |
| XYZ | 69.06 | 63.27 | 98.19 | - |
| YUV | 212.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 197 | 249 | 0.08 | 0.21 | 0 | 0.02 | 275.77 | 0.81 | 0.87 |
| Hex | E4 | C5 | F9 | 8 | 15 | 0 | 2 | 114 | 51 | 57 |
| Octal | 344 | 305 | 371 | 10 | 25 | 0 | 2 | 424 | 121 | 127 |
| Binary | 11100100 | 11000101 | 11111001 | 1000 | 10101 | 0 | 10 | 100010100 | 1010001 | 1010111 |
Color Harmonies of #E4C5F9
Complementary color
Monochromatic Colors of #E4C5F9
Black with #E4C5F9
Text Example
Text Example
White with #E4C5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C5F9; }
p { color: rgb(228,197,249); }
H1.HeaderClassName
{
color: #E4C5F9;
}
.AnyTagClassName
{
color: #E4C5F9;
}
</style>
background-color css
<style>
a { background-color: #E4C5F9; }
a { background-color: rgb(228,197,249); }
div.DivClassName
{
background-color: #E4C5F9;
}
.BgClassName
{
background-color: #E4C5F9;
}
</style>
border-color css
<style>
span { border-color: #E4C5F9; }
span { border-color: rgb(228,197,249); }
td.TdClassName
{
border-color: #E4C5F9;
}
.TagClassName
{
border-color: #E4C5F9;
}
</style>