Shades of Wild Strawberry #EC36A0
Tints of Wild Strawberry #EC36A0
RGB
CMYK
RGB Variations
Color information
#EC36A0 (or 0xEC36A0) is known color: Wild Strawberry. HEX triplet: EC, 36 and A0. RGB value is (236,54,160). Sum of RGB (Red+Green+Blue) = 236+54+160=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC36A0 is #13C95F. Grayscale: #787878. Windows color (decimal): -1296736 or 10499820. OLE color: 10499820.
HSL color Cylindrical-coordinate representation of color #EC36A0: hue angle of 325.05º 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 #EC36A0 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 160 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.07 |
| HSL | 325.05º | 0.83% | 0.57% | - |
| HSV(B) | 325.05º | 0.77% | 0.93% | - |
| XYZ | 42.26 | 23.01 | 35.47 | - |
| YUV | 120.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 160 | 0 | 0.77 | 0.32 | 0.07 | 325.05 | 0.83 | 0.57 |
| Hex | EC | 36 | A0 | 0 | 4D | 20 | 7 | 145 | 53 | 39 |
| Octal | 354 | 66 | 240 | 0 | 115 | 40 | 7 | 505 | 123 | 71 |
| Binary | 11101100 | 110110 | 10100000 | 0 | 1001101 | 100000 | 111 | 101000101 | 1010011 | 111001 |
Color Harmonies of #EC36A0
Complementary color
Monochromatic Colors of #EC36A0
Black with #EC36A0
Text Example
Text Example
White with #EC36A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36A0; }
p { color: rgb(236,54,160); }
H1.HeaderClassName
{
color: #EC36A0;
}
.AnyTagClassName
{
color: #EC36A0;
}
</style>
background-color css
<style>
a { background-color: #EC36A0; }
a { background-color: rgb(236,54,160); }
div.DivClassName
{
background-color: #EC36A0;
}
.BgClassName
{
background-color: #EC36A0;
}
</style>
border-color css
<style>
span { border-color: #EC36A0; }
span { border-color: rgb(236,54,160); }
td.TdClassName
{
border-color: #EC36A0;
}
.TagClassName
{
border-color: #EC36A0;
}
</style>