Shades of Wild Watermelon #ED576B
Tints of Wild Watermelon #ED576B
RGB
CMYK
RGB Variations
Color information
#ED576B (or 0xED576B) is known color: Wild Watermelon. HEX triplet: ED, 57 and 6B. RGB value is (237,87,107). Sum of RGB (Red+Green+Blue) = 237+87+107=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED576B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED576B is #12A894. Grayscale: #868686. Windows color (decimal): -1222805 or 7034861. OLE color: 7034861.
HSL color Cylindrical-coordinate representation of color #ED576B: hue angle of 352º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED576B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 107 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.07 |
| HSL | 352º | 0.81% | 0.64% | - |
| HSV(B) | 352º | 0.63% | 0.93% | - |
| XYZ | 40.99 | 25.88 | 16.75 | - |
| YUV | 134.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 107 | 0 | 0.63 | 0.55 | 0.07 | 352 | 0.81 | 0.64 |
| Hex | ED | 57 | 6B | 0 | 3F | 37 | 7 | 160 | 51 | 40 |
| Octal | 355 | 127 | 153 | 0 | 77 | 67 | 7 | 540 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1101011 | 0 | 111111 | 110111 | 111 | 101100000 | 1010001 | 1000000 |
Color Harmonies of #ED576B
Complementary color
Monochromatic Colors of #ED576B
Black with #ED576B
Text Example
Text Example
White with #ED576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED576B; }
p { color: rgb(237,87,107); }
H1.HeaderClassName
{
color: #ED576B;
}
.AnyTagClassName
{
color: #ED576B;
}
</style>
background-color css
<style>
a { background-color: #ED576B; }
a { background-color: rgb(237,87,107); }
div.DivClassName
{
background-color: #ED576B;
}
.BgClassName
{
background-color: #ED576B;
}
</style>
border-color css
<style>
span { border-color: #ED576B; }
span { border-color: rgb(237,87,107); }
td.TdClassName
{
border-color: #ED576B;
}
.TagClassName
{
border-color: #ED576B;
}
</style>