Shades of Wild Watermelon #EC5264
Tints of Wild Watermelon #EC5264
RGB
CMYK
RGB Variations
Color information
#EC5264 (or 0xEC5264) is known color: Wild Watermelon. HEX triplet: EC, 52 and 64. RGB value is (236,82,100). Sum of RGB (Red+Green+Blue) = 236+82+100=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5264 is #13AD9B. Grayscale: #828282. Windows color (decimal): -1289628 or 6574828. OLE color: 6574828.
HSL color Cylindrical-coordinate representation of color #EC5264: hue angle of 352.99º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5264 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 100 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.07 |
| HSL | 352.99º | 0.8% | 0.62% | - |
| HSV(B) | 352.99º | 0.65% | 0.93% | - |
| XYZ | 39.91 | 24.79 | 14.74 | - |
| YUV | 130.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 100 | 0 | 0.65 | 0.58 | 0.07 | 352.99 | 0.8 | 0.62 |
| Hex | EC | 52 | 64 | 0 | 41 | 3A | 7 | 161 | 50 | 3E |
| Octal | 354 | 122 | 144 | 0 | 101 | 72 | 7 | 541 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1100100 | 0 | 1000001 | 111010 | 111 | 101100001 | 1010000 | 111110 |
Color Harmonies of #EC5264
Complementary color
Monochromatic Colors of #EC5264
Black with #EC5264
Text Example
Text Example
White with #EC5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5264; }
p { color: rgb(236,82,100); }
H1.HeaderClassName
{
color: #EC5264;
}
.AnyTagClassName
{
color: #EC5264;
}
</style>
background-color css
<style>
a { background-color: #EC5264; }
a { background-color: rgb(236,82,100); }
div.DivClassName
{
background-color: #EC5264;
}
.BgClassName
{
background-color: #EC5264;
}
</style>
border-color css
<style>
span { border-color: #EC5264; }
span { border-color: rgb(236,82,100); }
td.TdClassName
{
border-color: #EC5264;
}
.TagClassName
{
border-color: #EC5264;
}
</style>