Shades of Wild Watermelon #EC546E
Tints of Wild Watermelon #EC546E
RGB
CMYK
RGB Variations
Color information
#EC546E (or 0xEC546E) is known color: Wild Watermelon. HEX triplet: EC, 54 and 6E. RGB value is (236,84,110). Sum of RGB (Red+Green+Blue) = 236+84+110=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC546E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC546E is #13AB91. Grayscale: #848484. Windows color (decimal): -1289106 or 7230700. OLE color: 7230700.
HSL color Cylindrical-coordinate representation of color #EC546E: hue angle of 349.74º 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 #EC546E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 110 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.07 |
| HSL | 349.74º | 0.8% | 0.63% | - |
| HSV(B) | 349.74º | 0.64% | 0.93% | - |
| XYZ | 40.58 | 25.3 | 17.5 | - |
| YUV | 132.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 110 | 0 | 0.64 | 0.53 | 0.07 | 349.74 | 0.8 | 0.63 |
| Hex | EC | 54 | 6E | 0 | 40 | 35 | 7 | 15E | 50 | 3F |
| Octal | 354 | 124 | 156 | 0 | 100 | 65 | 7 | 536 | 120 | 77 |
| Binary | 11101100 | 1010100 | 1101110 | 0 | 1000000 | 110101 | 111 | 101011110 | 1010000 | 111111 |
Color Harmonies of #EC546E
Complementary color
Monochromatic Colors of #EC546E
Black with #EC546E
Text Example
Text Example
White with #EC546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC546E; }
p { color: rgb(236,84,110); }
H1.HeaderClassName
{
color: #EC546E;
}
.AnyTagClassName
{
color: #EC546E;
}
</style>
background-color css
<style>
a { background-color: #EC546E; }
a { background-color: rgb(236,84,110); }
div.DivClassName
{
background-color: #EC546E;
}
.BgClassName
{
background-color: #EC546E;
}
</style>
border-color css
<style>
span { border-color: #EC546E; }
span { border-color: rgb(236,84,110); }
td.TdClassName
{
border-color: #EC546E;
}
.TagClassName
{
border-color: #EC546E;
}
</style>