Shades of Wild Watermelon #ED5565
Tints of Wild Watermelon #ED5565
RGB
CMYK
RGB Variations
Color information
#ED5565 (or 0xED5565) is known color: Wild Watermelon. HEX triplet: ED, 55 and 65. RGB value is (237,85,101). Sum of RGB (Red+Green+Blue) = 237+85+101=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5565 is #12AA9A. Grayscale: #848484. Windows color (decimal): -1223323 or 6641133. OLE color: 6641133.
HSL color Cylindrical-coordinate representation of color #ED5565: hue angle of 353.68º 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 #ED5565 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 101 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.07 |
| HSL | 353.68º | 0.81% | 0.63% | - |
| HSV(B) | 353.68º | 0.64% | 0.93% | - |
| XYZ | 40.52 | 25.44 | 15.09 | - |
| YUV | 132.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 101 | 0 | 0.64 | 0.57 | 0.07 | 353.68 | 0.81 | 0.63 |
| Hex | ED | 55 | 65 | 0 | 40 | 39 | 7 | 162 | 51 | 3F |
| Octal | 355 | 125 | 145 | 0 | 100 | 71 | 7 | 542 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1100101 | 0 | 1000000 | 111001 | 111 | 101100010 | 1010001 | 111111 |
Color Harmonies of #ED5565
Complementary color
Monochromatic Colors of #ED5565
Black with #ED5565
Text Example
Text Example
White with #ED5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5565; }
p { color: rgb(237,85,101); }
H1.HeaderClassName
{
color: #ED5565;
}
.AnyTagClassName
{
color: #ED5565;
}
</style>
background-color css
<style>
a { background-color: #ED5565; }
a { background-color: rgb(237,85,101); }
div.DivClassName
{
background-color: #ED5565;
}
.BgClassName
{
background-color: #ED5565;
}
</style>
border-color css
<style>
span { border-color: #ED5565; }
span { border-color: rgb(237,85,101); }
td.TdClassName
{
border-color: #ED5565;
}
.TagClassName
{
border-color: #ED5565;
}
</style>