Shades of Wild Watermelon #EC5168
Tints of Wild Watermelon #EC5168
RGB
CMYK
RGB Variations
Color information
#EC5168 (or 0xEC5168) is known color: Wild Watermelon. HEX triplet: EC, 51 and 68. RGB value is (236,81,104). Sum of RGB (Red+Green+Blue) = 236+81+104=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5168 is #13AE97. Grayscale: #828282. Windows color (decimal): -1289880 or 6836716. OLE color: 6836716.
HSL color Cylindrical-coordinate representation of color #EC5168: hue angle of 351.1º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5168 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 104 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.07 |
| HSL | 351.1º | 0.8% | 0.62% | - |
| HSV(B) | 351.1º | 0.66% | 0.93% | - |
| XYZ | 40.03 | 24.72 | 15.76 | - |
| YUV | 129.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 104 | 0 | 0.66 | 0.56 | 0.07 | 351.1 | 0.8 | 0.62 |
| Hex | EC | 51 | 68 | 0 | 42 | 38 | 7 | 15F | 50 | 3E |
| Octal | 354 | 121 | 150 | 0 | 102 | 70 | 7 | 537 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1101000 | 0 | 1000010 | 111000 | 111 | 101011111 | 1010000 | 111110 |
Color Harmonies of #EC5168
Complementary color
Monochromatic Colors of #EC5168
Black with #EC5168
Text Example
Text Example
White with #EC5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5168; }
p { color: rgb(236,81,104); }
H1.HeaderClassName
{
color: #EC5168;
}
.AnyTagClassName
{
color: #EC5168;
}
</style>
background-color css
<style>
a { background-color: #EC5168; }
a { background-color: rgb(236,81,104); }
div.DivClassName
{
background-color: #EC5168;
}
.BgClassName
{
background-color: #EC5168;
}
</style>
border-color css
<style>
span { border-color: #EC5168; }
span { border-color: rgb(236,81,104); }
td.TdClassName
{
border-color: #EC5168;
}
.TagClassName
{
border-color: #EC5168;
}
</style>