Shades of Wild Watermelon #EC5562
Tints of Wild Watermelon #EC5562
RGB
CMYK
RGB Variations
Color information
#EC5562 (or 0xEC5562) is known color: Wild Watermelon. HEX triplet: EC, 55 and 62. RGB value is (236,85,98). Sum of RGB (Red+Green+Blue) = 236+85+98=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5562 is #13AA9D. Grayscale: #838383. Windows color (decimal): -1288862 or 6444524. OLE color: 6444524.
HSL color Cylindrical-coordinate representation of color #EC5562: hue angle of 354.83º 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 #EC5562 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 98 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.07 |
| HSL | 354.83º | 0.8% | 0.63% | - |
| HSV(B) | 354.83º | 0.64% | 0.93% | - |
| XYZ | 40.05 | 25.21 | 14.31 | - |
| YUV | 131.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 98 | 0 | 0.64 | 0.58 | 0.07 | 354.83 | 0.8 | 0.63 |
| Hex | EC | 55 | 62 | 0 | 40 | 3A | 7 | 163 | 50 | 3F |
| Octal | 354 | 125 | 142 | 0 | 100 | 72 | 7 | 543 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1100010 | 0 | 1000000 | 111010 | 111 | 101100011 | 1010000 | 111111 |
Color Harmonies of #EC5562
Complementary color
Monochromatic Colors of #EC5562
Black with #EC5562
Text Example
Text Example
White with #EC5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5562; }
p { color: rgb(236,85,98); }
H1.HeaderClassName
{
color: #EC5562;
}
.AnyTagClassName
{
color: #EC5562;
}
</style>
background-color css
<style>
a { background-color: #EC5562; }
a { background-color: rgb(236,85,98); }
div.DivClassName
{
background-color: #EC5562;
}
.BgClassName
{
background-color: #EC5562;
}
</style>
border-color css
<style>
span { border-color: #EC5562; }
span { border-color: rgb(236,85,98); }
td.TdClassName
{
border-color: #EC5562;
}
.TagClassName
{
border-color: #EC5562;
}
</style>