Shades of Melanie #E5C1C4
Tints of Melanie #E5C1C4
RGB
CMYK
RGB Variations
Color information
#E5C1C4 (or 0xE5C1C4) is known color: Melanie. HEX triplet: E5, C1 and C4. RGB value is (229,193,196). Sum of RGB (Red+Green+Blue) = 229+193+196=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C1C4 is #1A3E3B. Grayscale: #CCCCCC. Windows color (decimal): -1719868 or 12894693. OLE color: 12894693.
HSL color Cylindrical-coordinate representation of color #E5C1C4: hue angle of 355º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C1C4 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 196 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.10 |
| HSL | 355º | 0.41% | 0.83% | - |
| HSV(B) | 355º | 0.16% | 0.9% | - |
| XYZ | 61.35 | 58.78 | 60.34 | - |
| YUV | 204.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 196 | 0 | 0.16 | 0.14 | 0.10 | 355 | 0.41 | 0.83 |
| Hex | E5 | C1 | C4 | 0 | 10 | E | A | 163 | 29 | 53 |
| Octal | 345 | 301 | 304 | 0 | 20 | 16 | 12 | 543 | 51 | 123 |
| Binary | 11100101 | 11000001 | 11000100 | 0 | 10000 | 1110 | 1010 | 101100011 | 101001 | 1010011 |
Color Harmonies of #E5C1C4
Complementary color
Monochromatic Colors of #E5C1C4
Black with #E5C1C4
Text Example
Text Example
White with #E5C1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C1C4; }
p { color: rgb(229,193,196); }
H1.HeaderClassName
{
color: #E5C1C4;
}
.AnyTagClassName
{
color: #E5C1C4;
}
</style>
background-color css
<style>
a { background-color: #E5C1C4; }
a { background-color: rgb(229,193,196); }
div.DivClassName
{
background-color: #E5C1C4;
}
.BgClassName
{
background-color: #E5C1C4;
}
</style>
border-color css
<style>
span { border-color: #E5C1C4; }
span { border-color: rgb(229,193,196); }
td.TdClassName
{
border-color: #E5C1C4;
}
.TagClassName
{
border-color: #E5C1C4;
}
</style>