Shades of Wild Watermelon #EC5069
Tints of Wild Watermelon #EC5069
RGB
CMYK
RGB Variations
Color information
#EC5069 (or 0xEC5069) is known color: Wild Watermelon. HEX triplet: EC, 50 and 69. RGB value is (236,80,105). Sum of RGB (Red+Green+Blue) = 236+80+105=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5069 is #13AF96. Grayscale: #818181. Windows color (decimal): -1290135 or 6901996. OLE color: 6901996.
HSL color Cylindrical-coordinate representation of color #EC5069: hue angle of 350.38º 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 #EC5069 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 105 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.07 |
| HSL | 350.38º | 0.8% | 0.62% | - |
| HSV(B) | 350.38º | 0.66% | 0.93% | - |
| XYZ | 40.01 | 24.59 | 16 | - |
| YUV | 129.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 105 | 0 | 0.66 | 0.56 | 0.07 | 350.38 | 0.8 | 0.62 |
| Hex | EC | 50 | 69 | 0 | 42 | 38 | 7 | 15E | 50 | 3E |
| Octal | 354 | 120 | 151 | 0 | 102 | 70 | 7 | 536 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1101001 | 0 | 1000010 | 111000 | 111 | 101011110 | 1010000 | 111110 |
Color Harmonies of #EC5069
Complementary color
Monochromatic Colors of #EC5069
Black with #EC5069
Text Example
Text Example
White with #EC5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5069; }
p { color: rgb(236,80,105); }
H1.HeaderClassName
{
color: #EC5069;
}
.AnyTagClassName
{
color: #EC5069;
}
</style>
background-color css
<style>
a { background-color: #EC5069; }
a { background-color: rgb(236,80,105); }
div.DivClassName
{
background-color: #EC5069;
}
.BgClassName
{
background-color: #EC5069;
}
</style>
border-color css
<style>
span { border-color: #EC5069; }
span { border-color: rgb(236,80,105); }
td.TdClassName
{
border-color: #EC5069;
}
.TagClassName
{
border-color: #EC5069;
}
</style>