Shades of Wild Watermelon #EF565C
Tints of Wild Watermelon #EF565C
RGB
CMYK
RGB Variations
Color information
#EF565C (or 0xEF565C) is known color: Wild Watermelon. HEX triplet: EF, 56 and 5C. RGB value is (239,86,92). Sum of RGB (Red+Green+Blue) = 239+86+92=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF565C is #10A9A3. Grayscale: #848484. Windows color (decimal): -1092004 or 6051567. OLE color: 6051567.
HSL color Cylindrical-coordinate representation of color #EF565C: hue angle of 357.65º 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 #EF565C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 92 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.06 |
| HSL | 357.65º | 0.83% | 0.64% | - |
| HSV(B) | 357.65º | 0.64% | 0.94% | - |
| XYZ | 40.86 | 25.78 | 12.95 | - |
| YUV | 132.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 92 | 0 | 0.64 | 0.62 | 0.06 | 357.65 | 0.83 | 0.64 |
| Hex | EF | 56 | 5C | 0 | 40 | 3E | 6 | 166 | 53 | 40 |
| Octal | 357 | 126 | 134 | 0 | 100 | 76 | 6 | 546 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1011100 | 0 | 1000000 | 111110 | 110 | 101100110 | 1010011 | 1000000 |
Color Harmonies of #EF565C
Complementary color
Monochromatic Colors of #EF565C
Black with #EF565C
Text Example
Text Example
White with #EF565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF565C; }
p { color: rgb(239,86,92); }
H1.HeaderClassName
{
color: #EF565C;
}
.AnyTagClassName
{
color: #EF565C;
}
</style>
background-color css
<style>
a { background-color: #EF565C; }
a { background-color: rgb(239,86,92); }
div.DivClassName
{
background-color: #EF565C;
}
.BgClassName
{
background-color: #EF565C;
}
</style>
border-color css
<style>
span { border-color: #EF565C; }
span { border-color: rgb(239,86,92); }
td.TdClassName
{
border-color: #EF565C;
}
.TagClassName
{
border-color: #EF565C;
}
</style>