Shades of Wild Watermelon #ED5772
Tints of Wild Watermelon #ED5772
RGB
CMYK
RGB Variations
Color information
#ED5772 (or 0xED5772) is known color: Wild Watermelon. HEX triplet: ED, 57 and 72. RGB value is (237,87,114). Sum of RGB (Red+Green+Blue) = 237+87+114=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5772 is #12A88D. Grayscale: #868686. Windows color (decimal): -1222798 or 7493613. OLE color: 7493613.
HSL color Cylindrical-coordinate representation of color #ED5772: hue angle of 349.2º 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 #ED5772 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 114 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.07 |
| HSL | 349.2º | 0.81% | 0.64% | - |
| HSV(B) | 349.2º | 0.63% | 0.93% | - |
| XYZ | 41.37 | 26.04 | 18.76 | - |
| YUV | 134.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 114 | 0 | 0.63 | 0.52 | 0.07 | 349.2 | 0.81 | 0.64 |
| Hex | ED | 57 | 72 | 0 | 3F | 34 | 7 | 15D | 51 | 40 |
| Octal | 355 | 127 | 162 | 0 | 77 | 64 | 7 | 535 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1110010 | 0 | 111111 | 110100 | 111 | 101011101 | 1010001 | 1000000 |
Color Harmonies of #ED5772
Complementary color
Monochromatic Colors of #ED5772
Black with #ED5772
Text Example
Text Example
White with #ED5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5772; }
p { color: rgb(237,87,114); }
H1.HeaderClassName
{
color: #ED5772;
}
.AnyTagClassName
{
color: #ED5772;
}
</style>
background-color css
<style>
a { background-color: #ED5772; }
a { background-color: rgb(237,87,114); }
div.DivClassName
{
background-color: #ED5772;
}
.BgClassName
{
background-color: #ED5772;
}
</style>
border-color css
<style>
span { border-color: #ED5772; }
span { border-color: rgb(237,87,114); }
td.TdClassName
{
border-color: #ED5772;
}
.TagClassName
{
border-color: #ED5772;
}
</style>