Shades of Wild Watermelon #EC5A74
Tints of Wild Watermelon #EC5A74
RGB
CMYK
RGB Variations
Color information
#EC5A74 (or 0xEC5A74) is known color: Wild Watermelon. HEX triplet: EC, 5A and 74. RGB value is (236,90,116). Sum of RGB (Red+Green+Blue) = 236+90+116=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A74 is #13A58B. Grayscale: #888888. Windows color (decimal): -1287564 or 7625452. OLE color: 7625452.
HSL color Cylindrical-coordinate representation of color #EC5A74: hue angle of 349.32º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5A74 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 116 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.07 |
| HSL | 349.32º | 0.79% | 0.64% | - |
| HSV(B) | 349.32º | 0.62% | 0.93% | - |
| XYZ | 41.4 | 26.41 | 19.44 | - |
| YUV | 136.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 116 | 0 | 0.62 | 0.51 | 0.07 | 349.32 | 0.79 | 0.64 |
| Hex | EC | 5A | 74 | 0 | 3E | 33 | 7 | 15D | 4F | 40 |
| Octal | 354 | 132 | 164 | 0 | 76 | 63 | 7 | 535 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1110100 | 0 | 111110 | 110011 | 111 | 101011101 | 1001111 | 1000000 |
Color Harmonies of #EC5A74
Complementary color
Monochromatic Colors of #EC5A74
Black with #EC5A74
Text Example
Text Example
White with #EC5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A74; }
p { color: rgb(236,90,116); }
H1.HeaderClassName
{
color: #EC5A74;
}
.AnyTagClassName
{
color: #EC5A74;
}
</style>
background-color css
<style>
a { background-color: #EC5A74; }
a { background-color: rgb(236,90,116); }
div.DivClassName
{
background-color: #EC5A74;
}
.BgClassName
{
background-color: #EC5A74;
}
</style>
border-color css
<style>
span { border-color: #EC5A74; }
span { border-color: rgb(236,90,116); }
td.TdClassName
{
border-color: #EC5A74;
}
.TagClassName
{
border-color: #EC5A74;
}
</style>