Shades of Wild Watermelon #ED6076
Tints of Wild Watermelon #ED6076
RGB
CMYK
RGB Variations
Color information
#ED6076 (or 0xED6076) is known color: Wild Watermelon. HEX triplet: ED, 60 and 76. RGB value is (237,96,118). Sum of RGB (Red+Green+Blue) = 237+96+118=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6076 is #129F89. Grayscale: #8C8C8C. Windows color (decimal): -1220490 or 7758061. OLE color: 7758061.
HSL color Cylindrical-coordinate representation of color #ED6076: hue angle of 350.64º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6076 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 118 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.07 |
| HSL | 350.64º | 0.8% | 0.65% | - |
| HSV(B) | 350.64º | 0.59% | 0.93% | - |
| XYZ | 42.38 | 27.68 | 20.25 | - |
| YUV | 140.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 118 | 0 | 0.59 | 0.50 | 0.07 | 350.64 | 0.8 | 0.65 |
| Hex | ED | 60 | 76 | 0 | 3B | 32 | 7 | 15F | 50 | 41 |
| Octal | 355 | 140 | 166 | 0 | 73 | 62 | 7 | 537 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1110110 | 0 | 111011 | 110010 | 111 | 101011111 | 1010000 | 1000001 |
Color Harmonies of #ED6076
Complementary color
Monochromatic Colors of #ED6076
Black with #ED6076
Text Example
Text Example
White with #ED6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6076; }
p { color: rgb(237,96,118); }
H1.HeaderClassName
{
color: #ED6076;
}
.AnyTagClassName
{
color: #ED6076;
}
</style>
background-color css
<style>
a { background-color: #ED6076; }
a { background-color: rgb(237,96,118); }
div.DivClassName
{
background-color: #ED6076;
}
.BgClassName
{
background-color: #ED6076;
}
</style>
border-color css
<style>
span { border-color: #ED6076; }
span { border-color: rgb(237,96,118); }
td.TdClassName
{
border-color: #ED6076;
}
.TagClassName
{
border-color: #ED6076;
}
</style>