Shades of Wild Watermelon #EF5C74
Tints of Wild Watermelon #EF5C74
RGB
CMYK
RGB Variations
Color information
#EF5C74 (or 0xEF5C74) is known color: Wild Watermelon. HEX triplet: EF, 5C and 74. RGB value is (239,92,116). Sum of RGB (Red+Green+Blue) = 239+92+116=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C74 is #10A38B. Grayscale: #8A8A8A. Windows color (decimal): -1090444 or 7625967. OLE color: 7625967.
HSL color Cylindrical-coordinate representation of color #EF5C74: hue angle of 350.2º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5C74 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 116 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.06 |
| HSL | 350.2º | 0.82% | 0.65% | - |
| HSV(B) | 350.2º | 0.62% | 0.94% | - |
| XYZ | 42.58 | 27.27 | 19.54 | - |
| YUV | 138.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 116 | 0 | 0.62 | 0.51 | 0.06 | 350.2 | 0.82 | 0.65 |
| Hex | EF | 5C | 74 | 0 | 3E | 33 | 6 | 15E | 52 | 41 |
| Octal | 357 | 134 | 164 | 0 | 76 | 63 | 6 | 536 | 122 | 101 |
| Binary | 11101111 | 1011100 | 1110100 | 0 | 111110 | 110011 | 110 | 101011110 | 1010010 | 1000001 |
Color Harmonies of #EF5C74
Complementary color
Monochromatic Colors of #EF5C74
Black with #EF5C74
Text Example
Text Example
White with #EF5C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C74; }
p { color: rgb(239,92,116); }
H1.HeaderClassName
{
color: #EF5C74;
}
.AnyTagClassName
{
color: #EF5C74;
}
</style>
background-color css
<style>
a { background-color: #EF5C74; }
a { background-color: rgb(239,92,116); }
div.DivClassName
{
background-color: #EF5C74;
}
.BgClassName
{
background-color: #EF5C74;
}
</style>
border-color css
<style>
span { border-color: #EF5C74; }
span { border-color: rgb(239,92,116); }
td.TdClassName
{
border-color: #EF5C74;
}
.TagClassName
{
border-color: #EF5C74;
}
</style>