Shades of Wild Watermelon #EC5064
Tints of Wild Watermelon #EC5064
RGB
CMYK
RGB Variations
Color information
#EC5064 (or 0xEC5064) is known color: Wild Watermelon. HEX triplet: EC, 50 and 64. RGB value is (236,80,100). Sum of RGB (Red+Green+Blue) = 236+80+100=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5064 is #13AF9B. Grayscale: #818181. Windows color (decimal): -1290140 or 6574316. OLE color: 6574316.
HSL color Cylindrical-coordinate representation of color #EC5064: hue angle of 352.31º 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 #EC5064 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 100 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.07 |
| HSL | 352.31º | 0.8% | 0.62% | - |
| HSV(B) | 352.31º | 0.66% | 0.93% | - |
| XYZ | 39.76 | 24.49 | 14.69 | - |
| YUV | 128.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 100 | 0 | 0.66 | 0.58 | 0.07 | 352.31 | 0.8 | 0.62 |
| Hex | EC | 50 | 64 | 0 | 42 | 3A | 7 | 160 | 50 | 3E |
| Octal | 354 | 120 | 144 | 0 | 102 | 72 | 7 | 540 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1100100 | 0 | 1000010 | 111010 | 111 | 101100000 | 1010000 | 111110 |
Color Harmonies of #EC5064
Complementary color
Monochromatic Colors of #EC5064
Black with #EC5064
Text Example
Text Example
White with #EC5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5064; }
p { color: rgb(236,80,100); }
H1.HeaderClassName
{
color: #EC5064;
}
.AnyTagClassName
{
color: #EC5064;
}
</style>
background-color css
<style>
a { background-color: #EC5064; }
a { background-color: rgb(236,80,100); }
div.DivClassName
{
background-color: #EC5064;
}
.BgClassName
{
background-color: #EC5064;
}
</style>
border-color css
<style>
span { border-color: #EC5064; }
span { border-color: rgb(236,80,100); }
td.TdClassName
{
border-color: #EC5064;
}
.TagClassName
{
border-color: #EC5064;
}
</style>