Shades of Melanie #E5C2C8
Tints of Melanie #E5C2C8
RGB
CMYK
RGB Variations
Color information
#E5C2C8 (or 0xE5C2C8) is known color: Melanie. HEX triplet: E5, C2 and C8. RGB value is (229,194,200). Sum of RGB (Red+Green+Blue) = 229+194+200=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2C8 is #1A3D37. Grayscale: #CDCDCD. Windows color (decimal): -1719608 or 13157093. OLE color: 13157093.
HSL color Cylindrical-coordinate representation of color #E5C2C8: hue angle of 349.71º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C2C8 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 200 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.10 |
| HSL | 349.71º | 0.4% | 0.83% | - |
| HSV(B) | 349.71º | 0.15% | 0.9% | - |
| XYZ | 62.03 | 59.41 | 62.84 | - |
| YUV | 205.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 200 | 0 | 0.15 | 0.13 | 0.10 | 349.71 | 0.4 | 0.83 |
| Hex | E5 | C2 | C8 | 0 | F | D | A | 15E | 28 | 53 |
| Octal | 345 | 302 | 310 | 0 | 17 | 15 | 12 | 536 | 50 | 123 |
| Binary | 11100101 | 11000010 | 11001000 | 0 | 1111 | 1101 | 1010 | 101011110 | 101000 | 1010011 |
Color Harmonies of #E5C2C8
Complementary color
Monochromatic Colors of #E5C2C8
Black with #E5C2C8
Text Example
Text Example
White with #E5C2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C2C8; }
p { color: rgb(229,194,200); }
H1.HeaderClassName
{
color: #E5C2C8;
}
.AnyTagClassName
{
color: #E5C2C8;
}
</style>
background-color css
<style>
a { background-color: #E5C2C8; }
a { background-color: rgb(229,194,200); }
div.DivClassName
{
background-color: #E5C2C8;
}
.BgClassName
{
background-color: #E5C2C8;
}
</style>
border-color css
<style>
span { border-color: #E5C2C8; }
span { border-color: rgb(229,194,200); }
td.TdClassName
{
border-color: #E5C2C8;
}
.TagClassName
{
border-color: #E5C2C8;
}
</style>