Shades of Wild Watermelon #EC5B72
Tints of Wild Watermelon #EC5B72
RGB
CMYK
RGB Variations
Color information
#EC5B72 (or 0xEC5B72) is known color: Wild Watermelon. HEX triplet: EC, 5B and 72. RGB value is (236,91,114). Sum of RGB (Red+Green+Blue) = 236+91+114=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B72 is #13A48D. Grayscale: #898989. Windows color (decimal): -1287310 or 7494636. OLE color: 7494636.
HSL color Cylindrical-coordinate representation of color #EC5B72: hue angle of 350.48º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B72 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 114 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.07 |
| HSL | 350.48º | 0.79% | 0.64% | - |
| HSV(B) | 350.48º | 0.61% | 0.93% | - |
| XYZ | 41.37 | 26.53 | 18.86 | - |
| YUV | 136.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 114 | 0 | 0.61 | 0.52 | 0.07 | 350.48 | 0.79 | 0.64 |
| Hex | EC | 5B | 72 | 0 | 3D | 34 | 7 | 15E | 4F | 40 |
| Octal | 354 | 133 | 162 | 0 | 75 | 64 | 7 | 536 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1110010 | 0 | 111101 | 110100 | 111 | 101011110 | 1001111 | 1000000 |
Color Harmonies of #EC5B72
Complementary color
Monochromatic Colors of #EC5B72
Black with #EC5B72
Text Example
Text Example
White with #EC5B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B72; }
p { color: rgb(236,91,114); }
H1.HeaderClassName
{
color: #EC5B72;
}
.AnyTagClassName
{
color: #EC5B72;
}
</style>
background-color css
<style>
a { background-color: #EC5B72; }
a { background-color: rgb(236,91,114); }
div.DivClassName
{
background-color: #EC5B72;
}
.BgClassName
{
background-color: #EC5B72;
}
</style>
border-color css
<style>
span { border-color: #EC5B72; }
span { border-color: rgb(236,91,114); }
td.TdClassName
{
border-color: #EC5B72;
}
.TagClassName
{
border-color: #EC5B72;
}
</style>