Shades of Wild Watermelon #ED546B
Tints of Wild Watermelon #ED546B
RGB
CMYK
RGB Variations
Color information
#ED546B (or 0xED546B) is known color: Wild Watermelon. HEX triplet: ED, 54 and 6B. RGB value is (237,84,107). Sum of RGB (Red+Green+Blue) = 237+84+107=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED546B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED546B is #12AB94. Grayscale: #848484. Windows color (decimal): -1223573 or 7034093. OLE color: 7034093.
HSL color Cylindrical-coordinate representation of color #ED546B: hue angle of 350.98º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED546B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 107 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.07 |
| HSL | 350.98º | 0.81% | 0.63% | - |
| HSV(B) | 350.98º | 0.65% | 0.93% | - |
| XYZ | 40.75 | 25.41 | 16.67 | - |
| YUV | 132.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 107 | 0 | 0.65 | 0.55 | 0.07 | 350.98 | 0.81 | 0.63 |
| Hex | ED | 54 | 6B | 0 | 41 | 37 | 7 | 15F | 51 | 3F |
| Octal | 355 | 124 | 153 | 0 | 101 | 67 | 7 | 537 | 121 | 77 |
| Binary | 11101101 | 1010100 | 1101011 | 0 | 1000001 | 110111 | 111 | 101011111 | 1010001 | 111111 |
Color Harmonies of #ED546B
Complementary color
Monochromatic Colors of #ED546B
Black with #ED546B
Text Example
Text Example
White with #ED546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED546B; }
p { color: rgb(237,84,107); }
H1.HeaderClassName
{
color: #ED546B;
}
.AnyTagClassName
{
color: #ED546B;
}
</style>
background-color css
<style>
a { background-color: #ED546B; }
a { background-color: rgb(237,84,107); }
div.DivClassName
{
background-color: #ED546B;
}
.BgClassName
{
background-color: #ED546B;
}
</style>
border-color css
<style>
span { border-color: #ED546B; }
span { border-color: rgb(237,84,107); }
td.TdClassName
{
border-color: #ED546B;
}
.TagClassName
{
border-color: #ED546B;
}
</style>