Shades of Wild Watermelon #EC5163
Tints of Wild Watermelon #EC5163
RGB
CMYK
RGB Variations
Color information
#EC5163 (or 0xEC5163) is known color: Wild Watermelon. HEX triplet: EC, 51 and 63. RGB value is (236,81,99). Sum of RGB (Red+Green+Blue) = 236+81+99=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5163 is #13AE9C. Grayscale: #818181. Windows color (decimal): -1289885 or 6509036. OLE color: 6509036.
HSL color Cylindrical-coordinate representation of color #EC5163: hue angle of 353.03º 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 #EC5163 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 99 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.07 |
| HSL | 353.03º | 0.8% | 0.62% | - |
| HSV(B) | 353.03º | 0.66% | 0.93% | - |
| XYZ | 39.79 | 24.62 | 14.46 | - |
| YUV | 129.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 99 | 0 | 0.66 | 0.58 | 0.07 | 353.03 | 0.8 | 0.62 |
| Hex | EC | 51 | 63 | 0 | 42 | 3A | 7 | 161 | 50 | 3E |
| Octal | 354 | 121 | 143 | 0 | 102 | 72 | 7 | 541 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1100011 | 0 | 1000010 | 111010 | 111 | 101100001 | 1010000 | 111110 |
Color Harmonies of #EC5163
Complementary color
Monochromatic Colors of #EC5163
Black with #EC5163
Text Example
Text Example
White with #EC5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5163; }
p { color: rgb(236,81,99); }
H1.HeaderClassName
{
color: #EC5163;
}
.AnyTagClassName
{
color: #EC5163;
}
</style>
background-color css
<style>
a { background-color: #EC5163; }
a { background-color: rgb(236,81,99); }
div.DivClassName
{
background-color: #EC5163;
}
.BgClassName
{
background-color: #EC5163;
}
</style>
border-color css
<style>
span { border-color: #EC5163; }
span { border-color: rgb(236,81,99); }
td.TdClassName
{
border-color: #EC5163;
}
.TagClassName
{
border-color: #EC5163;
}
</style>