Shades of Wild Watermelon #ED5974
Tints of Wild Watermelon #ED5974
RGB
CMYK
RGB Variations
Color information
#ED5974 (or 0xED5974) is known color: Wild Watermelon. HEX triplet: ED, 59 and 74. RGB value is (237,89,116). Sum of RGB (Red+Green+Blue) = 237+89+116=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5974 is #12A68B. Grayscale: #888888. Windows color (decimal): -1222284 or 7625197. OLE color: 7625197.
HSL color Cylindrical-coordinate representation of color #ED5974: hue angle of 349.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5974 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 116 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.07 |
| HSL | 349.05º | 0.8% | 0.64% | - |
| HSV(B) | 349.05º | 0.62% | 0.93% | - |
| XYZ | 41.65 | 26.41 | 19.43 | - |
| YUV | 136.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 116 | 0 | 0.62 | 0.51 | 0.07 | 349.05 | 0.8 | 0.64 |
| Hex | ED | 59 | 74 | 0 | 3E | 33 | 7 | 15D | 50 | 40 |
| Octal | 355 | 131 | 164 | 0 | 76 | 63 | 7 | 535 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1110100 | 0 | 111110 | 110011 | 111 | 101011101 | 1010000 | 1000000 |
Color Harmonies of #ED5974
Complementary color
Monochromatic Colors of #ED5974
Black with #ED5974
Text Example
Text Example
White with #ED5974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5974; }
p { color: rgb(237,89,116); }
H1.HeaderClassName
{
color: #ED5974;
}
.AnyTagClassName
{
color: #ED5974;
}
</style>
background-color css
<style>
a { background-color: #ED5974; }
a { background-color: rgb(237,89,116); }
div.DivClassName
{
background-color: #ED5974;
}
.BgClassName
{
background-color: #ED5974;
}
</style>
border-color css
<style>
span { border-color: #ED5974; }
span { border-color: rgb(237,89,116); }
td.TdClassName
{
border-color: #ED5974;
}
.TagClassName
{
border-color: #ED5974;
}
</style>