Shades of Wild Watermelon #EF5E74
Tints of Wild Watermelon #EF5E74
RGB
CMYK
RGB Variations
Color information
#EF5E74 (or 0xEF5E74) is known color: Wild Watermelon. HEX triplet: EF, 5E and 74. RGB value is (239,94,116). Sum of RGB (Red+Green+Blue) = 239+94+116=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E74 is #10A18B. Grayscale: #8B8B8B. Windows color (decimal): -1089932 or 7626479. OLE color: 7626479.
HSL color Cylindrical-coordinate representation of color #EF5E74: hue angle of 350.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E74 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 116 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.06 |
| HSL | 350.9º | 0.82% | 0.65% | - |
| HSV(B) | 350.9º | 0.61% | 0.94% | - |
| XYZ | 42.75 | 27.62 | 19.6 | - |
| YUV | 139.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 116 | 0 | 0.61 | 0.51 | 0.06 | 350.9 | 0.82 | 0.65 |
| Hex | EF | 5E | 74 | 0 | 3D | 33 | 6 | 15F | 52 | 41 |
| Octal | 357 | 136 | 164 | 0 | 75 | 63 | 6 | 537 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1110100 | 0 | 111101 | 110011 | 110 | 101011111 | 1010010 | 1000001 |
Color Harmonies of #EF5E74
Complementary color
Monochromatic Colors of #EF5E74
Black with #EF5E74
Text Example
Text Example
White with #EF5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E74; }
p { color: rgb(239,94,116); }
H1.HeaderClassName
{
color: #EF5E74;
}
.AnyTagClassName
{
color: #EF5E74;
}
</style>
background-color css
<style>
a { background-color: #EF5E74; }
a { background-color: rgb(239,94,116); }
div.DivClassName
{
background-color: #EF5E74;
}
.BgClassName
{
background-color: #EF5E74;
}
</style>
border-color css
<style>
span { border-color: #EF5E74; }
span { border-color: rgb(239,94,116); }
td.TdClassName
{
border-color: #EF5E74;
}
.TagClassName
{
border-color: #EF5E74;
}
</style>