Shades of Wild Watermelon #EC5866
Tints of Wild Watermelon #EC5866
RGB
CMYK
RGB Variations
Color information
#EC5866 (or 0xEC5866) is known color: Wild Watermelon. HEX triplet: EC, 58 and 66. RGB value is (236,88,102). Sum of RGB (Red+Green+Blue) = 236+88+102=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5866 is #13A799. Grayscale: #858585. Windows color (decimal): -1288090 or 6707436. OLE color: 6707436.
HSL color Cylindrical-coordinate representation of color #EC5866: hue angle of 354.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5866 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 102 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.07 |
| HSL | 354.32º | 0.8% | 0.64% | - |
| HSV(B) | 354.32º | 0.63% | 0.93% | - |
| XYZ | 40.48 | 25.77 | 15.41 | - |
| YUV | 133.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 102 | 0 | 0.63 | 0.57 | 0.07 | 354.32 | 0.8 | 0.64 |
| Hex | EC | 58 | 66 | 0 | 3F | 39 | 7 | 162 | 50 | 40 |
| Octal | 354 | 130 | 146 | 0 | 77 | 71 | 7 | 542 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1100110 | 0 | 111111 | 111001 | 111 | 101100010 | 1010000 | 1000000 |
Color Harmonies of #EC5866
Complementary color
Monochromatic Colors of #EC5866
Black with #EC5866
Text Example
Text Example
White with #EC5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5866; }
p { color: rgb(236,88,102); }
H1.HeaderClassName
{
color: #EC5866;
}
.AnyTagClassName
{
color: #EC5866;
}
</style>
background-color css
<style>
a { background-color: #EC5866; }
a { background-color: rgb(236,88,102); }
div.DivClassName
{
background-color: #EC5866;
}
.BgClassName
{
background-color: #EC5866;
}
</style>
border-color css
<style>
span { border-color: #EC5866; }
span { border-color: rgb(236,88,102); }
td.TdClassName
{
border-color: #EC5866;
}
.TagClassName
{
border-color: #EC5866;
}
</style>