Shades of Wild Watermelon #EC5262
Tints of Wild Watermelon #EC5262
RGB
CMYK
RGB Variations
Color information
#EC5262 (or 0xEC5262) is known color: Wild Watermelon. HEX triplet: EC, 52 and 62. RGB value is (236,82,98). Sum of RGB (Red+Green+Blue) = 236+82+98=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5262 is #13AD9D. Grayscale: #818181. Windows color (decimal): -1289630 or 6443756. OLE color: 6443756.
HSL color Cylindrical-coordinate representation of color #EC5262: hue angle of 353.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5262 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 98 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.07 |
| HSL | 353.77º | 0.8% | 0.62% | - |
| HSV(B) | 353.77º | 0.65% | 0.93% | - |
| XYZ | 39.81 | 24.75 | 14.23 | - |
| YUV | 129.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 98 | 0 | 0.65 | 0.58 | 0.07 | 353.77 | 0.8 | 0.62 |
| Hex | EC | 52 | 62 | 0 | 41 | 3A | 7 | 162 | 50 | 3E |
| Octal | 354 | 122 | 142 | 0 | 101 | 72 | 7 | 542 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1100010 | 0 | 1000001 | 111010 | 111 | 101100010 | 1010000 | 111110 |
Color Harmonies of #EC5262
Complementary color
Monochromatic Colors of #EC5262
Black with #EC5262
Text Example
Text Example
White with #EC5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5262; }
p { color: rgb(236,82,98); }
H1.HeaderClassName
{
color: #EC5262;
}
.AnyTagClassName
{
color: #EC5262;
}
</style>
background-color css
<style>
a { background-color: #EC5262; }
a { background-color: rgb(236,82,98); }
div.DivClassName
{
background-color: #EC5262;
}
.BgClassName
{
background-color: #EC5262;
}
</style>
border-color css
<style>
span { border-color: #EC5262; }
span { border-color: rgb(236,82,98); }
td.TdClassName
{
border-color: #EC5262;
}
.TagClassName
{
border-color: #EC5262;
}
</style>