Shades of Wild Watermelon #ED5068
Tints of Wild Watermelon #ED5068
RGB
CMYK
RGB Variations
Color information
#ED5068 (or 0xED5068) is known color: Wild Watermelon. HEX triplet: ED, 50 and 68. RGB value is (237,80,104). Sum of RGB (Red+Green+Blue) = 237+80+104=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5068 is #12AF97. Grayscale: #818181. Windows color (decimal): -1224600 or 6836461. OLE color: 6836461.
HSL color Cylindrical-coordinate representation of color #ED5068: hue angle of 350.83º 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 #ED5068 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 104 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.07 |
| HSL | 350.83º | 0.81% | 0.62% | - |
| HSV(B) | 350.83º | 0.66% | 0.93% | - |
| XYZ | 40.29 | 24.74 | 15.75 | - |
| YUV | 129.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 104 | 0 | 0.66 | 0.56 | 0.07 | 350.83 | 0.81 | 0.62 |
| Hex | ED | 50 | 68 | 0 | 42 | 38 | 7 | 15F | 51 | 3E |
| Octal | 355 | 120 | 150 | 0 | 102 | 70 | 7 | 537 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1101000 | 0 | 1000010 | 111000 | 111 | 101011111 | 1010001 | 111110 |
Color Harmonies of #ED5068
Complementary color
Monochromatic Colors of #ED5068
Black with #ED5068
Text Example
Text Example
White with #ED5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5068; }
p { color: rgb(237,80,104); }
H1.HeaderClassName
{
color: #ED5068;
}
.AnyTagClassName
{
color: #ED5068;
}
</style>
background-color css
<style>
a { background-color: #ED5068; }
a { background-color: rgb(237,80,104); }
div.DivClassName
{
background-color: #ED5068;
}
.BgClassName
{
background-color: #ED5068;
}
</style>
border-color css
<style>
span { border-color: #ED5068; }
span { border-color: rgb(237,80,104); }
td.TdClassName
{
border-color: #ED5068;
}
.TagClassName
{
border-color: #ED5068;
}
</style>