Shades of Wild Watermelon #EC596C
Tints of Wild Watermelon #EC596C
RGB
CMYK
RGB Variations
Color information
#EC596C (or 0xEC596C) is known color: Wild Watermelon. HEX triplet: EC, 59 and 6C. RGB value is (236,89,108). Sum of RGB (Red+Green+Blue) = 236+89+108=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC596C is #13A693. Grayscale: #878787. Windows color (decimal): -1287828 or 7100908. OLE color: 7100908.
HSL color Cylindrical-coordinate representation of color #EC596C: hue angle of 352.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC596C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 108 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.07 |
| HSL | 352.24º | 0.79% | 0.64% | - |
| HSV(B) | 352.24º | 0.62% | 0.93% | - |
| XYZ | 40.87 | 26.06 | 17.06 | - |
| YUV | 135.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 108 | 0 | 0.62 | 0.54 | 0.07 | 352.24 | 0.79 | 0.64 |
| Hex | EC | 59 | 6C | 0 | 3E | 36 | 7 | 160 | 4F | 40 |
| Octal | 354 | 131 | 154 | 0 | 76 | 66 | 7 | 540 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1101100 | 0 | 111110 | 110110 | 111 | 101100000 | 1001111 | 1000000 |
Color Harmonies of #EC596C
Complementary color
Monochromatic Colors of #EC596C
Black with #EC596C
Text Example
Text Example
White with #EC596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC596C; }
p { color: rgb(236,89,108); }
H1.HeaderClassName
{
color: #EC596C;
}
.AnyTagClassName
{
color: #EC596C;
}
</style>
background-color css
<style>
a { background-color: #EC596C; }
a { background-color: rgb(236,89,108); }
div.DivClassName
{
background-color: #EC596C;
}
.BgClassName
{
background-color: #EC596C;
}
</style>
border-color css
<style>
span { border-color: #EC596C; }
span { border-color: rgb(236,89,108); }
td.TdClassName
{
border-color: #EC596C;
}
.TagClassName
{
border-color: #EC596C;
}
</style>