Shades of Wild Watermelon #ED516B
Tints of Wild Watermelon #ED516B
RGB
CMYK
RGB Variations
Color information
#ED516B (or 0xED516B) is known color: Wild Watermelon. HEX triplet: ED, 51 and 6B. RGB value is (237,81,107). Sum of RGB (Red+Green+Blue) = 237+81+107=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516B is #12AE94. Grayscale: #828282. Windows color (decimal): -1224341 or 7033325. OLE color: 7033325.
HSL color Cylindrical-coordinate representation of color #ED516B: hue angle of 350º 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 #ED516B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 107 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.07 |
| HSL | 350º | 0.81% | 0.62% | - |
| HSV(B) | 350º | 0.66% | 0.93% | - |
| XYZ | 40.52 | 24.95 | 16.59 | - |
| YUV | 130.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 107 | 0 | 0.66 | 0.55 | 0.07 | 350 | 0.81 | 0.62 |
| Hex | ED | 51 | 6B | 0 | 42 | 37 | 7 | 15E | 51 | 3E |
| Octal | 355 | 121 | 153 | 0 | 102 | 67 | 7 | 536 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1101011 | 0 | 1000010 | 110111 | 111 | 101011110 | 1010001 | 111110 |
Color Harmonies of #ED516B
Complementary color
Monochromatic Colors of #ED516B
Black with #ED516B
Text Example
Text Example
White with #ED516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED516B; }
p { color: rgb(237,81,107); }
H1.HeaderClassName
{
color: #ED516B;
}
.AnyTagClassName
{
color: #ED516B;
}
</style>
background-color css
<style>
a { background-color: #ED516B; }
a { background-color: rgb(237,81,107); }
div.DivClassName
{
background-color: #ED516B;
}
.BgClassName
{
background-color: #ED516B;
}
</style>
border-color css
<style>
span { border-color: #ED516B; }
span { border-color: rgb(237,81,107); }
td.TdClassName
{
border-color: #ED516B;
}
.TagClassName
{
border-color: #ED516B;
}
</style>