Shades of Wild Watermelon #EF556C
Tints of Wild Watermelon #EF556C
RGB
CMYK
RGB Variations
Color information
#EF556C (or 0xEF556C) is known color: Wild Watermelon. HEX triplet: EF, 55 and 6C. RGB value is (239,85,108). Sum of RGB (Red+Green+Blue) = 239+85+108=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF556C is #10AA93. Grayscale: #858585. Windows color (decimal): -1092244 or 7099887. OLE color: 7099887.
HSL color Cylindrical-coordinate representation of color #EF556C: hue angle of 351.04º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF556C is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 108 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.06 |
| HSL | 351.04º | 0.83% | 0.64% | - |
| HSV(B) | 351.04º | 0.64% | 0.94% | - |
| XYZ | 41.55 | 25.93 | 17 | - |
| YUV | 133.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 108 | 0 | 0.64 | 0.55 | 0.06 | 351.04 | 0.83 | 0.64 |
| Hex | EF | 55 | 6C | 0 | 40 | 37 | 6 | 15F | 53 | 40 |
| Octal | 357 | 125 | 154 | 0 | 100 | 67 | 6 | 537 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1101100 | 0 | 1000000 | 110111 | 110 | 101011111 | 1010011 | 1000000 |
Color Harmonies of #EF556C
Complementary color
Monochromatic Colors of #EF556C
Black with #EF556C
Text Example
Text Example
White with #EF556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF556C; }
p { color: rgb(239,85,108); }
H1.HeaderClassName
{
color: #EF556C;
}
.AnyTagClassName
{
color: #EF556C;
}
</style>
background-color css
<style>
a { background-color: #EF556C; }
a { background-color: rgb(239,85,108); }
div.DivClassName
{
background-color: #EF556C;
}
.BgClassName
{
background-color: #EF556C;
}
</style>
border-color css
<style>
span { border-color: #EF556C; }
span { border-color: rgb(239,85,108); }
td.TdClassName
{
border-color: #EF556C;
}
.TagClassName
{
border-color: #EF556C;
}
</style>