Shades of Wild Watermelon #EF4D6C
Tints of Wild Watermelon #EF4D6C
RGB
CMYK
RGB Variations
Color information
#EF4D6C (or 0xEF4D6C) is known color: Wild Watermelon. HEX triplet: EF, 4D and 6C. RGB value is (239,77,108). Sum of RGB (Red+Green+Blue) = 239+77+108=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4D6C is #10B293. Grayscale: #818181. Windows color (decimal): -1094292 or 7097839. OLE color: 7097839.
HSL color Cylindrical-coordinate representation of color #EF4D6C: hue angle of 348.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4D6C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 108 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.06 |
| HSL | 348.52º | 0.84% | 0.62% | - |
| HSV(B) | 348.52º | 0.68% | 0.94% | - |
| XYZ | 40.96 | 24.74 | 16.8 | - |
| YUV | 128.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 108 | 0 | 0.68 | 0.55 | 0.06 | 348.52 | 0.84 | 0.62 |
| Hex | EF | 4D | 6C | 0 | 44 | 37 | 6 | 15D | 54 | 3E |
| Octal | 357 | 115 | 154 | 0 | 104 | 67 | 6 | 535 | 124 | 76 |
| Binary | 11101111 | 1001101 | 1101100 | 0 | 1000100 | 110111 | 110 | 101011101 | 1010100 | 111110 |
Color Harmonies of #EF4D6C
Complementary color
Monochromatic Colors of #EF4D6C
Black with #EF4D6C
Text Example
Text Example
White with #EF4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D6C; }
p { color: rgb(239,77,108); }
H1.HeaderClassName
{
color: #EF4D6C;
}
.AnyTagClassName
{
color: #EF4D6C;
}
</style>
background-color css
<style>
a { background-color: #EF4D6C; }
a { background-color: rgb(239,77,108); }
div.DivClassName
{
background-color: #EF4D6C;
}
.BgClassName
{
background-color: #EF4D6C;
}
</style>
border-color css
<style>
span { border-color: #EF4D6C; }
span { border-color: rgb(239,77,108); }
td.TdClassName
{
border-color: #EF4D6C;
}
.TagClassName
{
border-color: #EF4D6C;
}
</style>