Shades of Wild Watermelon #EC5665
Tints of Wild Watermelon #EC5665
RGB
CMYK
RGB Variations
Color information
#EC5665 (or 0xEC5665) is known color: Wild Watermelon. HEX triplet: EC, 56 and 65. RGB value is (236,86,101). Sum of RGB (Red+Green+Blue) = 236+86+101=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5665 is #13A99A. Grayscale: #848484. Windows color (decimal): -1288603 or 6641388. OLE color: 6641388.
HSL color Cylindrical-coordinate representation of color #EC5665: hue angle of 354º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5665 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 101 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.07 |
| HSL | 354º | 0.8% | 0.63% | - |
| HSV(B) | 354º | 0.64% | 0.93% | - |
| XYZ | 40.27 | 25.43 | 15.1 | - |
| YUV | 132.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 101 | 0 | 0.64 | 0.57 | 0.07 | 354 | 0.8 | 0.63 |
| Hex | EC | 56 | 65 | 0 | 40 | 39 | 7 | 162 | 50 | 3F |
| Octal | 354 | 126 | 145 | 0 | 100 | 71 | 7 | 542 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1100101 | 0 | 1000000 | 111001 | 111 | 101100010 | 1010000 | 111111 |
Color Harmonies of #EC5665
Complementary color
Monochromatic Colors of #EC5665
Black with #EC5665
Text Example
Text Example
White with #EC5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5665; }
p { color: rgb(236,86,101); }
H1.HeaderClassName
{
color: #EC5665;
}
.AnyTagClassName
{
color: #EC5665;
}
</style>
background-color css
<style>
a { background-color: #EC5665; }
a { background-color: rgb(236,86,101); }
div.DivClassName
{
background-color: #EC5665;
}
.BgClassName
{
background-color: #EC5665;
}
</style>
border-color css
<style>
span { border-color: #EC5665; }
span { border-color: rgb(236,86,101); }
td.TdClassName
{
border-color: #EC5665;
}
.TagClassName
{
border-color: #EC5665;
}
</style>