Shades of Wild Watermelon #EF6076
Tints of Wild Watermelon #EF6076
RGB
CMYK
RGB Variations
Color information
#EF6076 (or 0xEF6076) is known color: Wild Watermelon. HEX triplet: EF, 60 and 76. RGB value is (239,96,118). Sum of RGB (Red+Green+Blue) = 239+96+118=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6076 is #109F89. Grayscale: #8D8D8D. Windows color (decimal): -1089418 or 7758063. OLE color: 7758063.
HSL color Cylindrical-coordinate representation of color #EF6076: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6076 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 118 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.06 |
| HSL | 350.77º | 0.82% | 0.66% | - |
| HSV(B) | 350.77º | 0.6% | 0.94% | - |
| XYZ | 43.05 | 28.02 | 20.28 | - |
| YUV | 141.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 118 | 0 | 0.60 | 0.51 | 0.06 | 350.77 | 0.82 | 0.66 |
| Hex | EF | 60 | 76 | 0 | 3C | 33 | 6 | 15F | 52 | 42 |
| Octal | 357 | 140 | 166 | 0 | 74 | 63 | 6 | 537 | 122 | 102 |
| Binary | 11101111 | 1100000 | 1110110 | 0 | 111100 | 110011 | 110 | 101011111 | 1010010 | 1000010 |
Color Harmonies of #EF6076
Complementary color
Monochromatic Colors of #EF6076
Black with #EF6076
Text Example
Text Example
White with #EF6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6076; }
p { color: rgb(239,96,118); }
H1.HeaderClassName
{
color: #EF6076;
}
.AnyTagClassName
{
color: #EF6076;
}
</style>
background-color css
<style>
a { background-color: #EF6076; }
a { background-color: rgb(239,96,118); }
div.DivClassName
{
background-color: #EF6076;
}
.BgClassName
{
background-color: #EF6076;
}
</style>
border-color css
<style>
span { border-color: #EF6076; }
span { border-color: rgb(239,96,118); }
td.TdClassName
{
border-color: #EF6076;
}
.TagClassName
{
border-color: #EF6076;
}
</style>