Shades of Wild Watermelon #EF575D
Tints of Wild Watermelon #EF575D
RGB
CMYK
RGB Variations
Color information
#EF575D (or 0xEF575D) is known color: Wild Watermelon. HEX triplet: EF, 57 and 5D. RGB value is (239,87,93). Sum of RGB (Red+Green+Blue) = 239+87+93=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF575D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF575D is #10A8A2. Grayscale: #858585. Windows color (decimal): -1091747 or 6117359. OLE color: 6117359.
HSL color Cylindrical-coordinate representation of color #EF575D: hue angle of 357.63º 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 #EF575D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.06 |
| HSL | 357.63º | 0.83% | 0.64% | - |
| HSV(B) | 357.63º | 0.64% | 0.94% | - |
| XYZ | 40.98 | 25.96 | 13.21 | - |
| YUV | 133.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 93 | 0 | 0.64 | 0.61 | 0.06 | 357.63 | 0.83 | 0.64 |
| Hex | EF | 57 | 5D | 0 | 40 | 3D | 6 | 166 | 53 | 40 |
| Octal | 357 | 127 | 135 | 0 | 100 | 75 | 6 | 546 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1011101 | 0 | 1000000 | 111101 | 110 | 101100110 | 1010011 | 1000000 |
Color Harmonies of #EF575D
Complementary color
Monochromatic Colors of #EF575D
Black with #EF575D
Text Example
Text Example
White with #EF575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF575D; }
p { color: rgb(239,87,93); }
H1.HeaderClassName
{
color: #EF575D;
}
.AnyTagClassName
{
color: #EF575D;
}
</style>
background-color css
<style>
a { background-color: #EF575D; }
a { background-color: rgb(239,87,93); }
div.DivClassName
{
background-color: #EF575D;
}
.BgClassName
{
background-color: #EF575D;
}
</style>
border-color css
<style>
span { border-color: #EF575D; }
span { border-color: rgb(239,87,93); }
td.TdClassName
{
border-color: #EF575D;
}
.TagClassName
{
border-color: #EF575D;
}
</style>