Shades of Wild Watermelon #EC5766
Tints of Wild Watermelon #EC5766
RGB
CMYK
RGB Variations
Color information
#EC5766 (or 0xEC5766) is known color: Wild Watermelon. HEX triplet: EC, 57 and 66. RGB value is (236,87,102). Sum of RGB (Red+Green+Blue) = 236+87+102=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5766 is #13A899. Grayscale: #858585. Windows color (decimal): -1288346 or 6707180. OLE color: 6707180.
HSL color Cylindrical-coordinate representation of color #EC5766: hue angle of 353.96º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5766 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 102 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.07 |
| HSL | 353.96º | 0.8% | 0.63% | - |
| HSV(B) | 353.96º | 0.63% | 0.93% | - |
| XYZ | 40.4 | 25.61 | 15.38 | - |
| YUV | 133.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 102 | 0 | 0.63 | 0.57 | 0.07 | 353.96 | 0.8 | 0.63 |
| Hex | EC | 57 | 66 | 0 | 3F | 39 | 7 | 162 | 50 | 3F |
| Octal | 354 | 127 | 146 | 0 | 77 | 71 | 7 | 542 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1100110 | 0 | 111111 | 111001 | 111 | 101100010 | 1010000 | 111111 |
Color Harmonies of #EC5766
Complementary color
Monochromatic Colors of #EC5766
Black with #EC5766
Text Example
Text Example
White with #EC5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5766; }
p { color: rgb(236,87,102); }
H1.HeaderClassName
{
color: #EC5766;
}
.AnyTagClassName
{
color: #EC5766;
}
</style>
background-color css
<style>
a { background-color: #EC5766; }
a { background-color: rgb(236,87,102); }
div.DivClassName
{
background-color: #EC5766;
}
.BgClassName
{
background-color: #EC5766;
}
</style>
border-color css
<style>
span { border-color: #EC5766; }
span { border-color: rgb(236,87,102); }
td.TdClassName
{
border-color: #EC5766;
}
.TagClassName
{
border-color: #EC5766;
}
</style>