Shades of Wild Watermelon #ED556D
Tints of Wild Watermelon #ED556D
RGB
CMYK
RGB Variations
Color information
#ED556D (or 0xED556D) is known color: Wild Watermelon. HEX triplet: ED, 55 and 6D. RGB value is (237,85,109). Sum of RGB (Red+Green+Blue) = 237+85+109=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED556D is #12AA92. Grayscale: #858585. Windows color (decimal): -1223315 or 7165421. OLE color: 7165421.
HSL color Cylindrical-coordinate representation of color #ED556D: hue angle of 350.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED556D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 109 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.07 |
| HSL | 350.53º | 0.81% | 0.63% | - |
| HSV(B) | 350.53º | 0.64% | 0.93% | - |
| XYZ | 40.93 | 25.61 | 17.25 | - |
| YUV | 133.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 109 | 0 | 0.64 | 0.54 | 0.07 | 350.53 | 0.81 | 0.63 |
| Hex | ED | 55 | 6D | 0 | 40 | 36 | 7 | 15F | 51 | 3F |
| Octal | 355 | 125 | 155 | 0 | 100 | 66 | 7 | 537 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1101101 | 0 | 1000000 | 110110 | 111 | 101011111 | 1010001 | 111111 |
Color Harmonies of #ED556D
Complementary color
Monochromatic Colors of #ED556D
Black with #ED556D
Text Example
Text Example
White with #ED556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED556D; }
p { color: rgb(237,85,109); }
H1.HeaderClassName
{
color: #ED556D;
}
.AnyTagClassName
{
color: #ED556D;
}
</style>
background-color css
<style>
a { background-color: #ED556D; }
a { background-color: rgb(237,85,109); }
div.DivClassName
{
background-color: #ED556D;
}
.BgClassName
{
background-color: #ED556D;
}
</style>
border-color css
<style>
span { border-color: #ED556D; }
span { border-color: rgb(237,85,109); }
td.TdClassName
{
border-color: #ED556D;
}
.TagClassName
{
border-color: #ED556D;
}
</style>