Shades of Wild Watermelon #EC4D62
Tints of Wild Watermelon #EC4D62
RGB
CMYK
RGB Variations
Color information
#EC4D62 (or 0xEC4D62) is known color: Wild Watermelon. HEX triplet: EC, 4D and 62. RGB value is (236,77,98). Sum of RGB (Red+Green+Blue) = 236+77+98=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D62 is #13B29D. Grayscale: #7F7F7F. Windows color (decimal): -1290910 or 6442476. OLE color: 6442476.
HSL color Cylindrical-coordinate representation of color #EC4D62: hue angle of 352.08º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D62 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 98 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.07 |
| HSL | 352.08º | 0.81% | 0.61% | - |
| HSV(B) | 352.08º | 0.67% | 0.93% | - |
| XYZ | 39.45 | 24.02 | 14.11 | - |
| YUV | 126.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 98 | 0 | 0.67 | 0.58 | 0.07 | 352.08 | 0.81 | 0.61 |
| Hex | EC | 4D | 62 | 0 | 43 | 3A | 7 | 160 | 51 | 3D |
| Octal | 354 | 115 | 142 | 0 | 103 | 72 | 7 | 540 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1100010 | 0 | 1000011 | 111010 | 111 | 101100000 | 1010001 | 111101 |
Color Harmonies of #EC4D62
Complementary color
Monochromatic Colors of #EC4D62
Black with #EC4D62
Text Example
Text Example
White with #EC4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D62; }
p { color: rgb(236,77,98); }
H1.HeaderClassName
{
color: #EC4D62;
}
.AnyTagClassName
{
color: #EC4D62;
}
</style>
background-color css
<style>
a { background-color: #EC4D62; }
a { background-color: rgb(236,77,98); }
div.DivClassName
{
background-color: #EC4D62;
}
.BgClassName
{
background-color: #EC4D62;
}
</style>
border-color css
<style>
span { border-color: #EC4D62; }
span { border-color: rgb(236,77,98); }
td.TdClassName
{
border-color: #EC4D62;
}
.TagClassName
{
border-color: #EC4D62;
}
</style>