Shades of Wild Watermelon #EC5A70
Tints of Wild Watermelon #EC5A70
RGB
CMYK
RGB Variations
Color information
#EC5A70 (or 0xEC5A70) is known color: Wild Watermelon. HEX triplet: EC, 5A and 70. RGB value is (236,90,112). Sum of RGB (Red+Green+Blue) = 236+90+112=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A70 is #13A58F. Grayscale: #888888. Windows color (decimal): -1287568 or 7363308. OLE color: 7363308.
HSL color Cylindrical-coordinate representation of color #EC5A70: hue angle of 350.96º 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 #EC5A70 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 112 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.07 |
| HSL | 350.96º | 0.79% | 0.64% | - |
| HSV(B) | 350.96º | 0.62% | 0.93% | - |
| XYZ | 41.17 | 26.32 | 18.24 | - |
| YUV | 136.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 112 | 0 | 0.62 | 0.53 | 0.07 | 350.96 | 0.79 | 0.64 |
| Hex | EC | 5A | 70 | 0 | 3E | 35 | 7 | 15F | 4F | 40 |
| Octal | 354 | 132 | 160 | 0 | 76 | 65 | 7 | 537 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1110000 | 0 | 111110 | 110101 | 111 | 101011111 | 1001111 | 1000000 |
Color Harmonies of #EC5A70
Complementary color
Monochromatic Colors of #EC5A70
Black with #EC5A70
Text Example
Text Example
White with #EC5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A70; }
p { color: rgb(236,90,112); }
H1.HeaderClassName
{
color: #EC5A70;
}
.AnyTagClassName
{
color: #EC5A70;
}
</style>
background-color css
<style>
a { background-color: #EC5A70; }
a { background-color: rgb(236,90,112); }
div.DivClassName
{
background-color: #EC5A70;
}
.BgClassName
{
background-color: #EC5A70;
}
</style>
border-color css
<style>
span { border-color: #EC5A70; }
span { border-color: rgb(236,90,112); }
td.TdClassName
{
border-color: #EC5A70;
}
.TagClassName
{
border-color: #EC5A70;
}
</style>