Shades of Wild Strawberry #EC37A0
Tints of Wild Strawberry #EC37A0
RGB
CMYK
RGB Variations
Color information
#EC37A0 (or 0xEC37A0) is known color: Wild Strawberry. HEX triplet: EC, 37 and A0. RGB value is (236,55,160). Sum of RGB (Red+Green+Blue) = 236+55+160=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC37A0 is #13C85F. Grayscale: #787878. Windows color (decimal): -1296480 or 10500076. OLE color: 10500076.
HSL color Cylindrical-coordinate representation of color #EC37A0: hue angle of 325.19º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37A0 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 160 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.07 |
| HSL | 325.19º | 0.83% | 0.57% | - |
| HSV(B) | 325.19º | 0.77% | 0.93% | - |
| XYZ | 42.3 | 23.1 | 35.49 | - |
| YUV | 121.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 160 | 0 | 0.77 | 0.32 | 0.07 | 325.19 | 0.83 | 0.57 |
| Hex | EC | 37 | A0 | 0 | 4D | 20 | 7 | 145 | 53 | 39 |
| Octal | 354 | 67 | 240 | 0 | 115 | 40 | 7 | 505 | 123 | 71 |
| Binary | 11101100 | 110111 | 10100000 | 0 | 1001101 | 100000 | 111 | 101000101 | 1010011 | 111001 |
Color Harmonies of #EC37A0
Complementary color
Monochromatic Colors of #EC37A0
Black with #EC37A0
Text Example
Text Example
White with #EC37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37A0; }
p { color: rgb(236,55,160); }
H1.HeaderClassName
{
color: #EC37A0;
}
.AnyTagClassName
{
color: #EC37A0;
}
</style>
background-color css
<style>
a { background-color: #EC37A0; }
a { background-color: rgb(236,55,160); }
div.DivClassName
{
background-color: #EC37A0;
}
.BgClassName
{
background-color: #EC37A0;
}
</style>
border-color css
<style>
span { border-color: #EC37A0; }
span { border-color: rgb(236,55,160); }
td.TdClassName
{
border-color: #EC37A0;
}
.TagClassName
{
border-color: #EC37A0;
}
</style>