Shades of Wild Watermelon #ED5168
Tints of Wild Watermelon #ED5168
RGB
CMYK
RGB Variations
Color information
#ED5168 (or 0xED5168) is known color: Wild Watermelon. HEX triplet: ED, 51 and 68. RGB value is (237,81,104). Sum of RGB (Red+Green+Blue) = 237+81+104=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5168 is #12AE97. Grayscale: #828282. Windows color (decimal): -1224344 or 6836717. OLE color: 6836717.
HSL color Cylindrical-coordinate representation of color #ED5168: hue angle of 351.15º 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 #ED5168 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 104 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.07 |
| HSL | 351.15º | 0.81% | 0.62% | - |
| HSV(B) | 351.15º | 0.66% | 0.93% | - |
| XYZ | 40.37 | 24.89 | 15.77 | - |
| YUV | 130.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 104 | 0 | 0.66 | 0.56 | 0.07 | 351.15 | 0.81 | 0.62 |
| Hex | ED | 51 | 68 | 0 | 42 | 38 | 7 | 15F | 51 | 3E |
| Octal | 355 | 121 | 150 | 0 | 102 | 70 | 7 | 537 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1101000 | 0 | 1000010 | 111000 | 111 | 101011111 | 1010001 | 111110 |
Color Harmonies of #ED5168
Complementary color
Monochromatic Colors of #ED5168
Black with #ED5168
Text Example
Text Example
White with #ED5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5168; }
p { color: rgb(237,81,104); }
H1.HeaderClassName
{
color: #ED5168;
}
.AnyTagClassName
{
color: #ED5168;
}
</style>
background-color css
<style>
a { background-color: #ED5168; }
a { background-color: rgb(237,81,104); }
div.DivClassName
{
background-color: #ED5168;
}
.BgClassName
{
background-color: #ED5168;
}
</style>
border-color css
<style>
span { border-color: #ED5168; }
span { border-color: rgb(237,81,104); }
td.TdClassName
{
border-color: #ED5168;
}
.TagClassName
{
border-color: #ED5168;
}
</style>