Shades of Wild Watermelon #ED5067
Tints of Wild Watermelon #ED5067
RGB
CMYK
RGB Variations
Color information
#ED5067 (or 0xED5067) is known color: Wild Watermelon. HEX triplet: ED, 50 and 67. RGB value is (237,80,103). Sum of RGB (Red+Green+Blue) = 237+80+103=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5067 is #12AF98. Grayscale: #818181. Windows color (decimal): -1224601 or 6770925. OLE color: 6770925.
HSL color Cylindrical-coordinate representation of color #ED5067: hue angle of 351.21º 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 #ED5067 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 103 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.07 |
| HSL | 351.21º | 0.81% | 0.62% | - |
| HSV(B) | 351.21º | 0.66% | 0.93% | - |
| XYZ | 40.24 | 24.72 | 15.48 | - |
| YUV | 129.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 103 | 0 | 0.66 | 0.57 | 0.07 | 351.21 | 0.81 | 0.62 |
| Hex | ED | 50 | 67 | 0 | 42 | 39 | 7 | 15F | 51 | 3E |
| Octal | 355 | 120 | 147 | 0 | 102 | 71 | 7 | 537 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1100111 | 0 | 1000010 | 111001 | 111 | 101011111 | 1010001 | 111110 |
Color Harmonies of #ED5067
Complementary color
Monochromatic Colors of #ED5067
Black with #ED5067
Text Example
Text Example
White with #ED5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5067; }
p { color: rgb(237,80,103); }
H1.HeaderClassName
{
color: #ED5067;
}
.AnyTagClassName
{
color: #ED5067;
}
</style>
background-color css
<style>
a { background-color: #ED5067; }
a { background-color: rgb(237,80,103); }
div.DivClassName
{
background-color: #ED5067;
}
.BgClassName
{
background-color: #ED5067;
}
</style>
border-color css
<style>
span { border-color: #ED5067; }
span { border-color: rgb(237,80,103); }
td.TdClassName
{
border-color: #ED5067;
}
.TagClassName
{
border-color: #ED5067;
}
</style>