Shades of Wild Watermelon #EC576D
Tints of Wild Watermelon #EC576D
RGB
CMYK
RGB Variations
Color information
#EC576D (or 0xEC576D) is known color: Wild Watermelon. HEX triplet: EC, 57 and 6D. RGB value is (236,87,109). Sum of RGB (Red+Green+Blue) = 236+87+109=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC576D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC576D is #13A892. Grayscale: #868686. Windows color (decimal): -1288339 or 7165932. OLE color: 7165932.
HSL color Cylindrical-coordinate representation of color #EC576D: hue angle of 351.14º 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 #EC576D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 109 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.07 |
| HSL | 351.14º | 0.8% | 0.63% | - |
| HSV(B) | 351.14º | 0.63% | 0.93% | - |
| XYZ | 40.76 | 25.75 | 17.29 | - |
| YUV | 134.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 109 | 0 | 0.63 | 0.54 | 0.07 | 351.14 | 0.8 | 0.63 |
| Hex | EC | 57 | 6D | 0 | 3F | 36 | 7 | 15F | 50 | 3F |
| Octal | 354 | 127 | 155 | 0 | 77 | 66 | 7 | 537 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1101101 | 0 | 111111 | 110110 | 111 | 101011111 | 1010000 | 111111 |
Color Harmonies of #EC576D
Complementary color
Monochromatic Colors of #EC576D
Black with #EC576D
Text Example
Text Example
White with #EC576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC576D; }
p { color: rgb(236,87,109); }
H1.HeaderClassName
{
color: #EC576D;
}
.AnyTagClassName
{
color: #EC576D;
}
</style>
background-color css
<style>
a { background-color: #EC576D; }
a { background-color: rgb(236,87,109); }
div.DivClassName
{
background-color: #EC576D;
}
.BgClassName
{
background-color: #EC576D;
}
</style>
border-color css
<style>
span { border-color: #EC576D; }
span { border-color: rgb(236,87,109); }
td.TdClassName
{
border-color: #EC576D;
}
.TagClassName
{
border-color: #EC576D;
}
</style>