Shades of Wild Watermelon #EC5165
Tints of Wild Watermelon #EC5165
RGB
CMYK
RGB Variations
Color information
#EC5165 (or 0xEC5165) is known color: Wild Watermelon. HEX triplet: EC, 51 and 65. RGB value is (236,81,101). Sum of RGB (Red+Green+Blue) = 236+81+101=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5165 is #13AE9A. Grayscale: #818181. Windows color (decimal): -1289883 or 6640108. OLE color: 6640108.
HSL color Cylindrical-coordinate representation of color #EC5165: hue angle of 352.26º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5165 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 101 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.07 |
| HSL | 352.26º | 0.8% | 0.62% | - |
| HSV(B) | 352.26º | 0.66% | 0.93% | - |
| XYZ | 39.88 | 24.66 | 14.97 | - |
| YUV | 129.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 101 | 0 | 0.66 | 0.57 | 0.07 | 352.26 | 0.8 | 0.62 |
| Hex | EC | 51 | 65 | 0 | 42 | 39 | 7 | 160 | 50 | 3E |
| Octal | 354 | 121 | 145 | 0 | 102 | 71 | 7 | 540 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1100101 | 0 | 1000010 | 111001 | 111 | 101100000 | 1010000 | 111110 |
Color Harmonies of #EC5165
Complementary color
Monochromatic Colors of #EC5165
Black with #EC5165
Text Example
Text Example
White with #EC5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5165; }
p { color: rgb(236,81,101); }
H1.HeaderClassName
{
color: #EC5165;
}
.AnyTagClassName
{
color: #EC5165;
}
</style>
background-color css
<style>
a { background-color: #EC5165; }
a { background-color: rgb(236,81,101); }
div.DivClassName
{
background-color: #EC5165;
}
.BgClassName
{
background-color: #EC5165;
}
</style>
border-color css
<style>
span { border-color: #EC5165; }
span { border-color: rgb(236,81,101); }
td.TdClassName
{
border-color: #EC5165;
}
.TagClassName
{
border-color: #EC5165;
}
</style>