Shades of Wild Watermelon #ED5773
Tints of Wild Watermelon #ED5773
RGB
CMYK
RGB Variations
Color information
#ED5773 (or 0xED5773) is known color: Wild Watermelon. HEX triplet: ED, 57 and 73. RGB value is (237,87,115). Sum of RGB (Red+Green+Blue) = 237+87+115=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5773 is #12A88C. Grayscale: #878787. Windows color (decimal): -1222797 or 7559149. OLE color: 7559149.
HSL color Cylindrical-coordinate representation of color #ED5773: hue angle of 348.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5773 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 115 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.07 |
| HSL | 348.8º | 0.81% | 0.64% | - |
| HSV(B) | 348.8º | 0.63% | 0.93% | - |
| XYZ | 41.43 | 26.06 | 19.07 | - |
| YUV | 135.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 115 | 0 | 0.63 | 0.51 | 0.07 | 348.8 | 0.81 | 0.64 |
| Hex | ED | 57 | 73 | 0 | 3F | 33 | 7 | 15D | 51 | 40 |
| Octal | 355 | 127 | 163 | 0 | 77 | 63 | 7 | 535 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1110011 | 0 | 111111 | 110011 | 111 | 101011101 | 1010001 | 1000000 |
Color Harmonies of #ED5773
Complementary color
Monochromatic Colors of #ED5773
Black with #ED5773
Text Example
Text Example
White with #ED5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5773; }
p { color: rgb(237,87,115); }
H1.HeaderClassName
{
color: #ED5773;
}
.AnyTagClassName
{
color: #ED5773;
}
</style>
background-color css
<style>
a { background-color: #ED5773; }
a { background-color: rgb(237,87,115); }
div.DivClassName
{
background-color: #ED5773;
}
.BgClassName
{
background-color: #ED5773;
}
</style>
border-color css
<style>
span { border-color: #ED5773; }
span { border-color: rgb(237,87,115); }
td.TdClassName
{
border-color: #ED5773;
}
.TagClassName
{
border-color: #ED5773;
}
</style>