Shades of Wild Watermelon #EF575C
Tints of Wild Watermelon #EF575C
RGB
CMYK
RGB Variations
Color information
#EF575C (or 0xEF575C) is known color: Wild Watermelon. HEX triplet: EF, 57 and 5C. RGB value is (239,87,92). Sum of RGB (Red+Green+Blue) = 239+87+92=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF575C is #10A8A3. Grayscale: #858585. Windows color (decimal): -1091748 or 6051823. OLE color: 6051823.
HSL color Cylindrical-coordinate representation of color #EF575C: hue angle of 358.03º 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 #EF575C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 92 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.06 |
| HSL | 358.03º | 0.83% | 0.64% | - |
| HSV(B) | 358.03º | 0.64% | 0.94% | - |
| XYZ | 40.94 | 25.94 | 12.97 | - |
| YUV | 133.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 92 | 0 | 0.64 | 0.62 | 0.06 | 358.03 | 0.83 | 0.64 |
| Hex | EF | 57 | 5C | 0 | 40 | 3E | 6 | 166 | 53 | 40 |
| Octal | 357 | 127 | 134 | 0 | 100 | 76 | 6 | 546 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1011100 | 0 | 1000000 | 111110 | 110 | 101100110 | 1010011 | 1000000 |
Color Harmonies of #EF575C
Complementary color
Monochromatic Colors of #EF575C
Black with #EF575C
Text Example
Text Example
White with #EF575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF575C; }
p { color: rgb(239,87,92); }
H1.HeaderClassName
{
color: #EF575C;
}
.AnyTagClassName
{
color: #EF575C;
}
</style>
background-color css
<style>
a { background-color: #EF575C; }
a { background-color: rgb(239,87,92); }
div.DivClassName
{
background-color: #EF575C;
}
.BgClassName
{
background-color: #EF575C;
}
</style>
border-color css
<style>
span { border-color: #EF575C; }
span { border-color: rgb(239,87,92); }
td.TdClassName
{
border-color: #EF575C;
}
.TagClassName
{
border-color: #EF575C;
}
</style>