Shades of Wild Watermelon #EC5564
Tints of Wild Watermelon #EC5564
RGB
CMYK
RGB Variations
Color information
#EC5564 (or 0xEC5564) is known color: Wild Watermelon. HEX triplet: EC, 55 and 64. RGB value is (236,85,100). Sum of RGB (Red+Green+Blue) = 236+85+100=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5564 is #13AA9B. Grayscale: #838383. Windows color (decimal): -1288860 or 6575596. OLE color: 6575596.
HSL color Cylindrical-coordinate representation of color #EC5564: hue angle of 354.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5564 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 100 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.07 |
| HSL | 354.04º | 0.8% | 0.63% | - |
| HSV(B) | 354.04º | 0.64% | 0.93% | - |
| XYZ | 40.14 | 25.25 | 14.81 | - |
| YUV | 131.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 100 | 0 | 0.64 | 0.58 | 0.07 | 354.04 | 0.8 | 0.63 |
| Hex | EC | 55 | 64 | 0 | 40 | 3A | 7 | 162 | 50 | 3F |
| Octal | 354 | 125 | 144 | 0 | 100 | 72 | 7 | 542 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1100100 | 0 | 1000000 | 111010 | 111 | 101100010 | 1010000 | 111111 |
Color Harmonies of #EC5564
Complementary color
Monochromatic Colors of #EC5564
Black with #EC5564
Text Example
Text Example
White with #EC5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5564; }
p { color: rgb(236,85,100); }
H1.HeaderClassName
{
color: #EC5564;
}
.AnyTagClassName
{
color: #EC5564;
}
</style>
background-color css
<style>
a { background-color: #EC5564; }
a { background-color: rgb(236,85,100); }
div.DivClassName
{
background-color: #EC5564;
}
.BgClassName
{
background-color: #EC5564;
}
</style>
border-color css
<style>
span { border-color: #EC5564; }
span { border-color: rgb(236,85,100); }
td.TdClassName
{
border-color: #EC5564;
}
.TagClassName
{
border-color: #EC5564;
}
</style>