Shades of Wild Watermelon #EC556C
Tints of Wild Watermelon #EC556C
RGB
CMYK
RGB Variations
Color information
#EC556C (or 0xEC556C) is known color: Wild Watermelon. HEX triplet: EC, 55 and 6C. RGB value is (236,85,108). Sum of RGB (Red+Green+Blue) = 236+85+108=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC556C is #13AA93. Grayscale: #848484. Windows color (decimal): -1288852 or 7099884. OLE color: 7099884.
HSL color Cylindrical-coordinate representation of color #EC556C: hue angle of 350.86º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC556C is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 108 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.07 |
| HSL | 350.86º | 0.8% | 0.63% | - |
| HSV(B) | 350.86º | 0.64% | 0.93% | - |
| XYZ | 40.55 | 25.41 | 16.96 | - |
| YUV | 132.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 108 | 0 | 0.64 | 0.54 | 0.07 | 350.86 | 0.8 | 0.63 |
| Hex | EC | 55 | 6C | 0 | 40 | 36 | 7 | 15F | 50 | 3F |
| Octal | 354 | 125 | 154 | 0 | 100 | 66 | 7 | 537 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1101100 | 0 | 1000000 | 110110 | 111 | 101011111 | 1010000 | 111111 |
Color Harmonies of #EC556C
Complementary color
Monochromatic Colors of #EC556C
Black with #EC556C
Text Example
Text Example
White with #EC556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC556C; }
p { color: rgb(236,85,108); }
H1.HeaderClassName
{
color: #EC556C;
}
.AnyTagClassName
{
color: #EC556C;
}
</style>
background-color css
<style>
a { background-color: #EC556C; }
a { background-color: rgb(236,85,108); }
div.DivClassName
{
background-color: #EC556C;
}
.BgClassName
{
background-color: #EC556C;
}
</style>
border-color css
<style>
span { border-color: #EC556C; }
span { border-color: rgb(236,85,108); }
td.TdClassName
{
border-color: #EC556C;
}
.TagClassName
{
border-color: #EC556C;
}
</style>