Shades of Wild Watermelon #EC4F67
Tints of Wild Watermelon #EC4F67
RGB
CMYK
RGB Variations
Color information
#EC4F67 (or 0xEC4F67) is known color: Wild Watermelon. HEX triplet: EC, 4F and 67. RGB value is (236,79,103). Sum of RGB (Red+Green+Blue) = 236+79+103=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F67 is #13B098. Grayscale: #808080. Windows color (decimal): -1290393 or 6770668. OLE color: 6770668.
HSL color Cylindrical-coordinate representation of color #EC4F67: hue angle of 350.83º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F67 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 103 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.07 |
| HSL | 350.83º | 0.81% | 0.62% | - |
| HSV(B) | 350.83º | 0.67% | 0.93% | - |
| XYZ | 39.84 | 24.4 | 15.44 | - |
| YUV | 128.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 103 | 0 | 0.67 | 0.56 | 0.07 | 350.83 | 0.81 | 0.62 |
| Hex | EC | 4F | 67 | 0 | 43 | 38 | 7 | 15F | 51 | 3E |
| Octal | 354 | 117 | 147 | 0 | 103 | 70 | 7 | 537 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1100111 | 0 | 1000011 | 111000 | 111 | 101011111 | 1010001 | 111110 |
Color Harmonies of #EC4F67
Complementary color
Monochromatic Colors of #EC4F67
Black with #EC4F67
Text Example
Text Example
White with #EC4F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F67; }
p { color: rgb(236,79,103); }
H1.HeaderClassName
{
color: #EC4F67;
}
.AnyTagClassName
{
color: #EC4F67;
}
</style>
background-color css
<style>
a { background-color: #EC4F67; }
a { background-color: rgb(236,79,103); }
div.DivClassName
{
background-color: #EC4F67;
}
.BgClassName
{
background-color: #EC4F67;
}
</style>
border-color css
<style>
span { border-color: #EC4F67; }
span { border-color: rgb(236,79,103); }
td.TdClassName
{
border-color: #EC4F67;
}
.TagClassName
{
border-color: #EC4F67;
}
</style>