Shades of Wild Watermelon #EC546B
Tints of Wild Watermelon #EC546B
RGB
CMYK
RGB Variations
Color information
#EC546B (or 0xEC546B) is known color: Wild Watermelon. HEX triplet: EC, 54 and 6B. RGB value is (236,84,107). Sum of RGB (Red+Green+Blue) = 236+84+107=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC546B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC546B is #13AB94. Grayscale: #848484. Windows color (decimal): -1289109 or 7034092. OLE color: 7034092.
HSL color Cylindrical-coordinate representation of color #EC546B: hue angle of 350.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC546B is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 107 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.07 |
| HSL | 350.92º | 0.8% | 0.63% | - |
| HSV(B) | 350.92º | 0.64% | 0.93% | - |
| XYZ | 40.42 | 25.24 | 16.65 | - |
| YUV | 132.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 107 | 0 | 0.64 | 0.55 | 0.07 | 350.92 | 0.8 | 0.63 |
| Hex | EC | 54 | 6B | 0 | 40 | 37 | 7 | 15F | 50 | 3F |
| Octal | 354 | 124 | 153 | 0 | 100 | 67 | 7 | 537 | 120 | 77 |
| Binary | 11101100 | 1010100 | 1101011 | 0 | 1000000 | 110111 | 111 | 101011111 | 1010000 | 111111 |
Color Harmonies of #EC546B
Complementary color
Monochromatic Colors of #EC546B
Black with #EC546B
Text Example
Text Example
White with #EC546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC546B; }
p { color: rgb(236,84,107); }
H1.HeaderClassName
{
color: #EC546B;
}
.AnyTagClassName
{
color: #EC546B;
}
</style>
background-color css
<style>
a { background-color: #EC546B; }
a { background-color: rgb(236,84,107); }
div.DivClassName
{
background-color: #EC546B;
}
.BgClassName
{
background-color: #EC546B;
}
</style>
border-color css
<style>
span { border-color: #EC546B; }
span { border-color: rgb(236,84,107); }
td.TdClassName
{
border-color: #EC546B;
}
.TagClassName
{
border-color: #EC546B;
}
</style>