Shades of Wild Watermelon #EC5065
Tints of Wild Watermelon #EC5065
RGB
CMYK
RGB Variations
Color information
#EC5065 (or 0xEC5065) is known color: Wild Watermelon. HEX triplet: EC, 50 and 65. RGB value is (236,80,101). Sum of RGB (Red+Green+Blue) = 236+80+101=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5065 is #13AF9A. Grayscale: #818181. Windows color (decimal): -1290139 or 6639852. OLE color: 6639852.
HSL color Cylindrical-coordinate representation of color #EC5065: hue angle of 351.92º 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 #EC5065 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 101 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.07 |
| HSL | 351.92º | 0.8% | 0.62% | - |
| HSV(B) | 351.92º | 0.66% | 0.93% | - |
| XYZ | 39.81 | 24.51 | 14.94 | - |
| YUV | 129.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 101 | 0 | 0.66 | 0.57 | 0.07 | 351.92 | 0.8 | 0.62 |
| Hex | EC | 50 | 65 | 0 | 42 | 39 | 7 | 160 | 50 | 3E |
| Octal | 354 | 120 | 145 | 0 | 102 | 71 | 7 | 540 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1100101 | 0 | 1000010 | 111001 | 111 | 101100000 | 1010000 | 111110 |
Color Harmonies of #EC5065
Complementary color
Monochromatic Colors of #EC5065
Black with #EC5065
Text Example
Text Example
White with #EC5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5065; }
p { color: rgb(236,80,101); }
H1.HeaderClassName
{
color: #EC5065;
}
.AnyTagClassName
{
color: #EC5065;
}
</style>
background-color css
<style>
a { background-color: #EC5065; }
a { background-color: rgb(236,80,101); }
div.DivClassName
{
background-color: #EC5065;
}
.BgClassName
{
background-color: #EC5065;
}
</style>
border-color css
<style>
span { border-color: #EC5065; }
span { border-color: rgb(236,80,101); }
td.TdClassName
{
border-color: #EC5065;
}
.TagClassName
{
border-color: #EC5065;
}
</style>