Shades of Wild Watermelon #ED4F6C
Tints of Wild Watermelon #ED4F6C
RGB
CMYK
RGB Variations
Color information
#ED4F6C (or 0xED4F6C) is known color: Wild Watermelon. HEX triplet: ED, 4F and 6C. RGB value is (237,79,108). Sum of RGB (Red+Green+Blue) = 237+79+108=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F6C is #12B093. Grayscale: #818181. Windows color (decimal): -1224852 or 7098349. OLE color: 7098349.
HSL color Cylindrical-coordinate representation of color #ED4F6C: hue angle of 348.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4F6C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 108 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.07 |
| HSL | 348.99º | 0.81% | 0.62% | - |
| HSV(B) | 348.99º | 0.67% | 0.93% | - |
| XYZ | 40.43 | 24.68 | 16.82 | - |
| YUV | 129.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 108 | 0 | 0.67 | 0.54 | 0.07 | 348.99 | 0.81 | 0.62 |
| Hex | ED | 4F | 6C | 0 | 43 | 36 | 7 | 15D | 51 | 3E |
| Octal | 355 | 117 | 154 | 0 | 103 | 66 | 7 | 535 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1101100 | 0 | 1000011 | 110110 | 111 | 101011101 | 1010001 | 111110 |
Color Harmonies of #ED4F6C
Complementary color
Monochromatic Colors of #ED4F6C
Black with #ED4F6C
Text Example
Text Example
White with #ED4F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F6C; }
p { color: rgb(237,79,108); }
H1.HeaderClassName
{
color: #ED4F6C;
}
.AnyTagClassName
{
color: #ED4F6C;
}
</style>
background-color css
<style>
a { background-color: #ED4F6C; }
a { background-color: rgb(237,79,108); }
div.DivClassName
{
background-color: #ED4F6C;
}
.BgClassName
{
background-color: #ED4F6C;
}
</style>
border-color css
<style>
span { border-color: #ED4F6C; }
span { border-color: rgb(237,79,108); }
td.TdClassName
{
border-color: #ED4F6C;
}
.TagClassName
{
border-color: #ED4F6C;
}
</style>