Shades of Wild Watermelon #ED4F68
Tints of Wild Watermelon #ED4F68
RGB
CMYK
RGB Variations
Color information
#ED4F68 (or 0xED4F68) is known color: Wild Watermelon. HEX triplet: ED, 4F and 68. RGB value is (237,79,104). Sum of RGB (Red+Green+Blue) = 237+79+104=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F68 is #12B097. Grayscale: #818181. Windows color (decimal): -1224856 or 6836205. OLE color: 6836205.
HSL color Cylindrical-coordinate representation of color #ED4F68: hue angle of 350.51º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4F68 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 104 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.07 |
| HSL | 350.51º | 0.81% | 0.62% | - |
| HSV(B) | 350.51º | 0.67% | 0.93% | - |
| XYZ | 40.22 | 24.6 | 15.72 | - |
| YUV | 129.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 104 | 0 | 0.67 | 0.56 | 0.07 | 350.51 | 0.81 | 0.62 |
| Hex | ED | 4F | 68 | 0 | 43 | 38 | 7 | 15F | 51 | 3E |
| Octal | 355 | 117 | 150 | 0 | 103 | 70 | 7 | 537 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1101000 | 0 | 1000011 | 111000 | 111 | 101011111 | 1010001 | 111110 |
Color Harmonies of #ED4F68
Complementary color
Monochromatic Colors of #ED4F68
Black with #ED4F68
Text Example
Text Example
White with #ED4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F68; }
p { color: rgb(237,79,104); }
H1.HeaderClassName
{
color: #ED4F68;
}
.AnyTagClassName
{
color: #ED4F68;
}
</style>
background-color css
<style>
a { background-color: #ED4F68; }
a { background-color: rgb(237,79,104); }
div.DivClassName
{
background-color: #ED4F68;
}
.BgClassName
{
background-color: #ED4F68;
}
</style>
border-color css
<style>
span { border-color: #ED4F68; }
span { border-color: rgb(237,79,104); }
td.TdClassName
{
border-color: #ED4F68;
}
.TagClassName
{
border-color: #ED4F68;
}
</style>