Shades of Wild Watermelon #EC5063
Tints of Wild Watermelon #EC5063
RGB
CMYK
RGB Variations
Color information
#EC5063 (or 0xEC5063) is known color: Wild Watermelon. HEX triplet: EC, 50 and 63. RGB value is (236,80,99). Sum of RGB (Red+Green+Blue) = 236+80+99=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5063 is #13AF9C. Grayscale: #808080. Windows color (decimal): -1290141 or 6508780. OLE color: 6508780.
HSL color Cylindrical-coordinate representation of color #EC5063: hue angle of 352.69º 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 #EC5063 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 99 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.07 |
| HSL | 352.69º | 0.8% | 0.62% | - |
| HSV(B) | 352.69º | 0.66% | 0.93% | - |
| XYZ | 39.71 | 24.47 | 14.43 | - |
| YUV | 128.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 99 | 0 | 0.66 | 0.58 | 0.07 | 352.69 | 0.8 | 0.62 |
| Hex | EC | 50 | 63 | 0 | 42 | 3A | 7 | 161 | 50 | 3E |
| Octal | 354 | 120 | 143 | 0 | 102 | 72 | 7 | 541 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1100011 | 0 | 1000010 | 111010 | 111 | 101100001 | 1010000 | 111110 |
Color Harmonies of #EC5063
Complementary color
Monochromatic Colors of #EC5063
Black with #EC5063
Text Example
Text Example
White with #EC5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5063; }
p { color: rgb(236,80,99); }
H1.HeaderClassName
{
color: #EC5063;
}
.AnyTagClassName
{
color: #EC5063;
}
</style>
background-color css
<style>
a { background-color: #EC5063; }
a { background-color: rgb(236,80,99); }
div.DivClassName
{
background-color: #EC5063;
}
.BgClassName
{
background-color: #EC5063;
}
</style>
border-color css
<style>
span { border-color: #EC5063; }
span { border-color: rgb(236,80,99); }
td.TdClassName
{
border-color: #EC5063;
}
.TagClassName
{
border-color: #EC5063;
}
</style>