Shades of Wild Watermelon #EC556B
Tints of Wild Watermelon #EC556B
RGB
CMYK
RGB Variations
Color information
#EC556B (or 0xEC556B) is known color: Wild Watermelon. HEX triplet: EC, 55 and 6B. RGB value is (236,85,107). Sum of RGB (Red+Green+Blue) = 236+85+107=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC556B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC556B is #13AA94. Grayscale: #848484. Windows color (decimal): -1288853 or 7034348. OLE color: 7034348.
HSL color Cylindrical-coordinate representation of color #EC556B: hue angle of 351.26º 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 #EC556B is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 107 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.07 |
| HSL | 351.26º | 0.8% | 0.63% | - |
| HSV(B) | 351.26º | 0.64% | 0.93% | - |
| XYZ | 40.49 | 25.39 | 16.68 | - |
| YUV | 132.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 107 | 0 | 0.64 | 0.55 | 0.07 | 351.26 | 0.8 | 0.63 |
| Hex | EC | 55 | 6B | 0 | 40 | 37 | 7 | 15F | 50 | 3F |
| Octal | 354 | 125 | 153 | 0 | 100 | 67 | 7 | 537 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1101011 | 0 | 1000000 | 110111 | 111 | 101011111 | 1010000 | 111111 |
Color Harmonies of #EC556B
Complementary color
Monochromatic Colors of #EC556B
Black with #EC556B
Text Example
Text Example
White with #EC556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC556B; }
p { color: rgb(236,85,107); }
H1.HeaderClassName
{
color: #EC556B;
}
.AnyTagClassName
{
color: #EC556B;
}
</style>
background-color css
<style>
a { background-color: #EC556B; }
a { background-color: rgb(236,85,107); }
div.DivClassName
{
background-color: #EC556B;
}
.BgClassName
{
background-color: #EC556B;
}
</style>
border-color css
<style>
span { border-color: #EC556B; }
span { border-color: rgb(236,85,107); }
td.TdClassName
{
border-color: #EC556B;
}
.TagClassName
{
border-color: #EC556B;
}
</style>