Shades of Wild Watermelon #ED5A72
Tints of Wild Watermelon #ED5A72
RGB
CMYK
RGB Variations
Color information
#ED5A72 (or 0xED5A72) is known color: Wild Watermelon. HEX triplet: ED, 5A and 72. RGB value is (237,90,114). Sum of RGB (Red+Green+Blue) = 237+90+114=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5A72 is #12A58D. Grayscale: #888888. Windows color (decimal): -1222030 or 7494381. OLE color: 7494381.
HSL color Cylindrical-coordinate representation of color #ED5A72: hue angle of 350.2º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5A72 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 114 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.07 |
| HSL | 350.2º | 0.8% | 0.64% | - |
| HSV(B) | 350.2º | 0.62% | 0.93% | - |
| XYZ | 41.62 | 26.53 | 18.85 | - |
| YUV | 136.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 114 | 0 | 0.62 | 0.52 | 0.07 | 350.2 | 0.8 | 0.64 |
| Hex | ED | 5A | 72 | 0 | 3E | 34 | 7 | 15E | 50 | 40 |
| Octal | 355 | 132 | 162 | 0 | 76 | 64 | 7 | 536 | 120 | 100 |
| Binary | 11101101 | 1011010 | 1110010 | 0 | 111110 | 110100 | 111 | 101011110 | 1010000 | 1000000 |
Color Harmonies of #ED5A72
Complementary color
Monochromatic Colors of #ED5A72
Black with #ED5A72
Text Example
Text Example
White with #ED5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A72; }
p { color: rgb(237,90,114); }
H1.HeaderClassName
{
color: #ED5A72;
}
.AnyTagClassName
{
color: #ED5A72;
}
</style>
background-color css
<style>
a { background-color: #ED5A72; }
a { background-color: rgb(237,90,114); }
div.DivClassName
{
background-color: #ED5A72;
}
.BgClassName
{
background-color: #ED5A72;
}
</style>
border-color css
<style>
span { border-color: #ED5A72; }
span { border-color: rgb(237,90,114); }
td.TdClassName
{
border-color: #ED5A72;
}
.TagClassName
{
border-color: #ED5A72;
}
</style>