Shades of Wild Watermelon #EF4F68
Tints of Wild Watermelon #EF4F68
RGB
CMYK
RGB Variations
Color information
#EF4F68 (or 0xEF4F68) is known color: Wild Watermelon. HEX triplet: EF, 4F and 68. RGB value is (239,79,104). Sum of RGB (Red+Green+Blue) = 239+79+104=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4F68 is #10B097. Grayscale: #818181. Windows color (decimal): -1093784 or 6836207. OLE color: 6836207.
HSL color Cylindrical-coordinate representation of color #EF4F68: hue angle of 350.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4F68 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 104 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.06 |
| HSL | 350.63º | 0.83% | 0.62% | - |
| HSV(B) | 350.63º | 0.67% | 0.94% | - |
| XYZ | 40.89 | 24.94 | 15.76 | - |
| YUV | 129.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 104 | 0 | 0.67 | 0.56 | 0.06 | 350.63 | 0.83 | 0.62 |
| Hex | EF | 4F | 68 | 0 | 43 | 38 | 6 | 15F | 53 | 3E |
| Octal | 357 | 117 | 150 | 0 | 103 | 70 | 6 | 537 | 123 | 76 |
| Binary | 11101111 | 1001111 | 1101000 | 0 | 1000011 | 111000 | 110 | 101011111 | 1010011 | 111110 |
Color Harmonies of #EF4F68
Complementary color
Monochromatic Colors of #EF4F68
Black with #EF4F68
Text Example
Text Example
White with #EF4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F68; }
p { color: rgb(239,79,104); }
H1.HeaderClassName
{
color: #EF4F68;
}
.AnyTagClassName
{
color: #EF4F68;
}
</style>
background-color css
<style>
a { background-color: #EF4F68; }
a { background-color: rgb(239,79,104); }
div.DivClassName
{
background-color: #EF4F68;
}
.BgClassName
{
background-color: #EF4F68;
}
</style>
border-color css
<style>
span { border-color: #EF4F68; }
span { border-color: rgb(239,79,104); }
td.TdClassName
{
border-color: #EF4F68;
}
.TagClassName
{
border-color: #EF4F68;
}
</style>