Shades of Wild Watermelon #ED5964
Tints of Wild Watermelon #ED5964
RGB
CMYK
RGB Variations
Color information
#ED5964 (or 0xED5964) is known color: Wild Watermelon. HEX triplet: ED, 59 and 64. RGB value is (237,89,100). Sum of RGB (Red+Green+Blue) = 237+89+100=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5964 is #12A69B. Grayscale: #868686. Windows color (decimal): -1222300 or 6576621. OLE color: 6576621.
HSL color Cylindrical-coordinate representation of color #ED5964: hue angle of 355.54º 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 #ED5964 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 100 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.07 |
| HSL | 355.54º | 0.8% | 0.64% | - |
| HSV(B) | 355.54º | 0.62% | 0.93% | - |
| XYZ | 40.8 | 26.07 | 14.94 | - |
| YUV | 134.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 100 | 0 | 0.62 | 0.58 | 0.07 | 355.54 | 0.8 | 0.64 |
| Hex | ED | 59 | 64 | 0 | 3E | 3A | 7 | 164 | 50 | 40 |
| Octal | 355 | 131 | 144 | 0 | 76 | 72 | 7 | 544 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1100100 | 0 | 111110 | 111010 | 111 | 101100100 | 1010000 | 1000000 |
Color Harmonies of #ED5964
Complementary color
Monochromatic Colors of #ED5964
Black with #ED5964
Text Example
Text Example
White with #ED5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5964; }
p { color: rgb(237,89,100); }
H1.HeaderClassName
{
color: #ED5964;
}
.AnyTagClassName
{
color: #ED5964;
}
</style>
background-color css
<style>
a { background-color: #ED5964; }
a { background-color: rgb(237,89,100); }
div.DivClassName
{
background-color: #ED5964;
}
.BgClassName
{
background-color: #ED5964;
}
</style>
border-color css
<style>
span { border-color: #ED5964; }
span { border-color: rgb(237,89,100); }
td.TdClassName
{
border-color: #ED5964;
}
.TagClassName
{
border-color: #ED5964;
}
</style>