Shades of Wild Watermelon #EC5B70
Tints of Wild Watermelon #EC5B70
RGB
CMYK
RGB Variations
Color information
#EC5B70 (or 0xEC5B70) is known color: Wild Watermelon. HEX triplet: EC, 5B and 70. RGB value is (236,91,112). Sum of RGB (Red+Green+Blue) = 236+91+112=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B70 is #13A48F. Grayscale: #888888. Windows color (decimal): -1287312 or 7363564. OLE color: 7363564.
HSL color Cylindrical-coordinate representation of color #EC5B70: hue angle of 351.31º 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 #EC5B70 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 112 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.07 |
| HSL | 351.31º | 0.79% | 0.64% | - |
| HSV(B) | 351.31º | 0.61% | 0.93% | - |
| XYZ | 41.26 | 26.48 | 18.27 | - |
| YUV | 136.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 112 | 0 | 0.61 | 0.53 | 0.07 | 351.31 | 0.79 | 0.64 |
| Hex | EC | 5B | 70 | 0 | 3D | 35 | 7 | 15F | 4F | 40 |
| Octal | 354 | 133 | 160 | 0 | 75 | 65 | 7 | 537 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1110000 | 0 | 111101 | 110101 | 111 | 101011111 | 1001111 | 1000000 |
Color Harmonies of #EC5B70
Complementary color
Monochromatic Colors of #EC5B70
Black with #EC5B70
Text Example
Text Example
White with #EC5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B70; }
p { color: rgb(236,91,112); }
H1.HeaderClassName
{
color: #EC5B70;
}
.AnyTagClassName
{
color: #EC5B70;
}
</style>
background-color css
<style>
a { background-color: #EC5B70; }
a { background-color: rgb(236,91,112); }
div.DivClassName
{
background-color: #EC5B70;
}
.BgClassName
{
background-color: #EC5B70;
}
</style>
border-color css
<style>
span { border-color: #EC5B70; }
span { border-color: rgb(236,91,112); }
td.TdClassName
{
border-color: #EC5B70;
}
.TagClassName
{
border-color: #EC5B70;
}
</style>