Shades of Wild Strawberry #EC359C
Tints of Wild Strawberry #EC359C
RGB
CMYK
RGB Variations
Color information
#EC359C (or 0xEC359C) is known color: Wild Strawberry. HEX triplet: EC, 35 and 9C. RGB value is (236,53,156). Sum of RGB (Red+Green+Blue) = 236+53+156=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC359C is #13CA63. Grayscale: #777777. Windows color (decimal): -1296996 or 10237420. OLE color: 10237420.
HSL color Cylindrical-coordinate representation of color #EC359C: hue angle of 326.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC359C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 156 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.07 |
| HSL | 326.23º | 0.83% | 0.57% | - |
| HSV(B) | 326.23º | 0.78% | 0.93% | - |
| XYZ | 41.87 | 22.78 | 33.64 | - |
| YUV | 119.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 156 | 0 | 0.78 | 0.34 | 0.07 | 326.23 | 0.83 | 0.57 |
| Hex | EC | 35 | 9C | 0 | 4E | 22 | 7 | 146 | 53 | 39 |
| Octal | 354 | 65 | 234 | 0 | 116 | 42 | 7 | 506 | 123 | 71 |
| Binary | 11101100 | 110101 | 10011100 | 0 | 1001110 | 100010 | 111 | 101000110 | 1010011 | 111001 |
Color Harmonies of #EC359C
Complementary color
Monochromatic Colors of #EC359C
Black with #EC359C
Text Example
Text Example
White with #EC359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC359C; }
p { color: rgb(236,53,156); }
H1.HeaderClassName
{
color: #EC359C;
}
.AnyTagClassName
{
color: #EC359C;
}
</style>
background-color css
<style>
a { background-color: #EC359C; }
a { background-color: rgb(236,53,156); }
div.DivClassName
{
background-color: #EC359C;
}
.BgClassName
{
background-color: #EC359C;
}
</style>
border-color css
<style>
span { border-color: #EC359C; }
span { border-color: rgb(236,53,156); }
td.TdClassName
{
border-color: #EC359C;
}
.TagClassName
{
border-color: #EC359C;
}
</style>