Shades of Wild Watermelon #ED516D
Tints of Wild Watermelon #ED516D
RGB
CMYK
RGB Variations
Color information
#ED516D (or 0xED516D) is known color: Wild Watermelon. HEX triplet: ED, 51 and 6D. RGB value is (237,81,109). Sum of RGB (Red+Green+Blue) = 237+81+109=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516D is #12AE92. Grayscale: #828282. Windows color (decimal): -1224339 or 7164397. OLE color: 7164397.
HSL color Cylindrical-coordinate representation of color #ED516D: hue angle of 349.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED516D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 109 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.07 |
| HSL | 349.23º | 0.81% | 0.62% | - |
| HSV(B) | 349.23º | 0.66% | 0.93% | - |
| XYZ | 40.63 | 24.99 | 17.15 | - |
| YUV | 130.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 109 | 0 | 0.66 | 0.54 | 0.07 | 349.23 | 0.81 | 0.62 |
| Hex | ED | 51 | 6D | 0 | 42 | 36 | 7 | 15D | 51 | 3E |
| Octal | 355 | 121 | 155 | 0 | 102 | 66 | 7 | 535 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1101101 | 0 | 1000010 | 110110 | 111 | 101011101 | 1010001 | 111110 |
Color Harmonies of #ED516D
Complementary color
Monochromatic Colors of #ED516D
Black with #ED516D
Text Example
Text Example
White with #ED516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED516D; }
p { color: rgb(237,81,109); }
H1.HeaderClassName
{
color: #ED516D;
}
.AnyTagClassName
{
color: #ED516D;
}
</style>
background-color css
<style>
a { background-color: #ED516D; }
a { background-color: rgb(237,81,109); }
div.DivClassName
{
background-color: #ED516D;
}
.BgClassName
{
background-color: #ED516D;
}
</style>
border-color css
<style>
span { border-color: #ED516D; }
span { border-color: rgb(237,81,109); }
td.TdClassName
{
border-color: #ED516D;
}
.TagClassName
{
border-color: #ED516D;
}
</style>