Shades of Wild Watermelon #ED506C
Tints of Wild Watermelon #ED506C
RGB
CMYK
RGB Variations
Color information
#ED506C (or 0xED506C) is known color: Wild Watermelon. HEX triplet: ED, 50 and 6C. RGB value is (237,80,108). Sum of RGB (Red+Green+Blue) = 237+80+108=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED506C is #12AF93. Grayscale: #828282. Windows color (decimal): -1224596 or 7098605. OLE color: 7098605.
HSL color Cylindrical-coordinate representation of color #ED506C: hue angle of 349.3º 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 #ED506C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 108 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.07 |
| HSL | 349.3º | 0.81% | 0.62% | - |
| HSV(B) | 349.3º | 0.66% | 0.93% | - |
| XYZ | 40.5 | 24.82 | 16.84 | - |
| YUV | 130.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 108 | 0 | 0.66 | 0.54 | 0.07 | 349.3 | 0.81 | 0.62 |
| Hex | ED | 50 | 6C | 0 | 42 | 36 | 7 | 15D | 51 | 3E |
| Octal | 355 | 120 | 154 | 0 | 102 | 66 | 7 | 535 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1101100 | 0 | 1000010 | 110110 | 111 | 101011101 | 1010001 | 111110 |
Color Harmonies of #ED506C
Complementary color
Monochromatic Colors of #ED506C
Black with #ED506C
Text Example
Text Example
White with #ED506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED506C; }
p { color: rgb(237,80,108); }
H1.HeaderClassName
{
color: #ED506C;
}
.AnyTagClassName
{
color: #ED506C;
}
</style>
background-color css
<style>
a { background-color: #ED506C; }
a { background-color: rgb(237,80,108); }
div.DivClassName
{
background-color: #ED506C;
}
.BgClassName
{
background-color: #ED506C;
}
</style>
border-color css
<style>
span { border-color: #ED506C; }
span { border-color: rgb(237,80,108); }
td.TdClassName
{
border-color: #ED506C;
}
.TagClassName
{
border-color: #ED506C;
}
</style>