Shades of Wild Watermelon #EF5E76
Tints of Wild Watermelon #EF5E76
RGB
CMYK
RGB Variations
Color information
#EF5E76 (or 0xEF5E76) is known color: Wild Watermelon. HEX triplet: EF, 5E and 76. RGB value is (239,94,118). Sum of RGB (Red+Green+Blue) = 239+94+118=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E76 is #10A189. Grayscale: #8C8C8C. Windows color (decimal): -1089930 or 7757551. OLE color: 7757551.
HSL color Cylindrical-coordinate representation of color #EF5E76: hue angle of 350.07º 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 #EF5E76 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 118 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.06 |
| HSL | 350.07º | 0.82% | 0.65% | - |
| HSV(B) | 350.07º | 0.61% | 0.94% | - |
| XYZ | 42.87 | 27.66 | 20.22 | - |
| YUV | 140.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 118 | 0 | 0.61 | 0.51 | 0.06 | 350.07 | 0.82 | 0.65 |
| Hex | EF | 5E | 76 | 0 | 3D | 33 | 6 | 15E | 52 | 41 |
| Octal | 357 | 136 | 166 | 0 | 75 | 63 | 6 | 536 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1110110 | 0 | 111101 | 110011 | 110 | 101011110 | 1010010 | 1000001 |
Color Harmonies of #EF5E76
Complementary color
Monochromatic Colors of #EF5E76
Black with #EF5E76
Text Example
Text Example
White with #EF5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E76; }
p { color: rgb(239,94,118); }
H1.HeaderClassName
{
color: #EF5E76;
}
.AnyTagClassName
{
color: #EF5E76;
}
</style>
background-color css
<style>
a { background-color: #EF5E76; }
a { background-color: rgb(239,94,118); }
div.DivClassName
{
background-color: #EF5E76;
}
.BgClassName
{
background-color: #EF5E76;
}
</style>
border-color css
<style>
span { border-color: #EF5E76; }
span { border-color: rgb(239,94,118); }
td.TdClassName
{
border-color: #EF5E76;
}
.TagClassName
{
border-color: #EF5E76;
}
</style>