Shades of Wild Watermelon #ED576E
Tints of Wild Watermelon #ED576E
RGB
CMYK
RGB Variations
Color information
#ED576E (or 0xED576E) is known color: Wild Watermelon. HEX triplet: ED, 57 and 6E. RGB value is (237,87,110). Sum of RGB (Red+Green+Blue) = 237+87+110=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED576E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED576E is #12A891. Grayscale: #868686. Windows color (decimal): -1222802 or 7231469. OLE color: 7231469.
HSL color Cylindrical-coordinate representation of color #ED576E: hue angle of 350.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 #ED576E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 110 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.07 |
| HSL | 350.8º | 0.81% | 0.64% | - |
| HSV(B) | 350.8º | 0.63% | 0.93% | - |
| XYZ | 41.15 | 25.95 | 17.59 | - |
| YUV | 134.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 110 | 0 | 0.63 | 0.54 | 0.07 | 350.8 | 0.81 | 0.64 |
| Hex | ED | 57 | 6E | 0 | 3F | 36 | 7 | 15F | 51 | 40 |
| Octal | 355 | 127 | 156 | 0 | 77 | 66 | 7 | 537 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1101110 | 0 | 111111 | 110110 | 111 | 101011111 | 1010001 | 1000000 |
Color Harmonies of #ED576E
Complementary color
Monochromatic Colors of #ED576E
Black with #ED576E
Text Example
Text Example
White with #ED576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED576E; }
p { color: rgb(237,87,110); }
H1.HeaderClassName
{
color: #ED576E;
}
.AnyTagClassName
{
color: #ED576E;
}
</style>
background-color css
<style>
a { background-color: #ED576E; }
a { background-color: rgb(237,87,110); }
div.DivClassName
{
background-color: #ED576E;
}
.BgClassName
{
background-color: #ED576E;
}
</style>
border-color css
<style>
span { border-color: #ED576E; }
span { border-color: rgb(237,87,110); }
td.TdClassName
{
border-color: #ED576E;
}
.TagClassName
{
border-color: #ED576E;
}
</style>