Shades of Wild Watermelon #EC506A
Tints of Wild Watermelon #EC506A
RGB
CMYK
RGB Variations
Color information
#EC506A (or 0xEC506A) is known color: Wild Watermelon. HEX triplet: EC, 50 and 6A. RGB value is (236,80,106). Sum of RGB (Red+Green+Blue) = 236+80+106=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506A is #13AF95. Grayscale: #818181. Windows color (decimal): -1290134 or 6967532. OLE color: 6967532.
HSL color Cylindrical-coordinate representation of color #EC506A: hue angle of 350º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC506A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 106 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.07 |
| HSL | 350º | 0.8% | 0.62% | - |
| HSV(B) | 350º | 0.66% | 0.93% | - |
| XYZ | 40.06 | 24.61 | 16.27 | - |
| YUV | 129.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 106 | 0 | 0.66 | 0.55 | 0.07 | 350 | 0.8 | 0.62 |
| Hex | EC | 50 | 6A | 0 | 42 | 37 | 7 | 15E | 50 | 3E |
| Octal | 354 | 120 | 152 | 0 | 102 | 67 | 7 | 536 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1101010 | 0 | 1000010 | 110111 | 111 | 101011110 | 1010000 | 111110 |
Color Harmonies of #EC506A
Complementary color
Monochromatic Colors of #EC506A
Black with #EC506A
Text Example
Text Example
White with #EC506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC506A; }
p { color: rgb(236,80,106); }
H1.HeaderClassName
{
color: #EC506A;
}
.AnyTagClassName
{
color: #EC506A;
}
</style>
background-color css
<style>
a { background-color: #EC506A; }
a { background-color: rgb(236,80,106); }
div.DivClassName
{
background-color: #EC506A;
}
.BgClassName
{
background-color: #EC506A;
}
</style>
border-color css
<style>
span { border-color: #EC506A; }
span { border-color: rgb(236,80,106); }
td.TdClassName
{
border-color: #EC506A;
}
.TagClassName
{
border-color: #EC506A;
}
</style>