Shades of Wild Strawberry #EC3592
Tints of Wild Strawberry #EC3592
RGB
CMYK
RGB Variations
Color information
#EC3592 (or 0xEC3592) is known color: Wild Strawberry. HEX triplet: EC, 35 and 92. RGB value is (236,53,146). Sum of RGB (Red+Green+Blue) = 236+53+146=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3592 is #13CA6D. Grayscale: #767676. Windows color (decimal): -1297006 or 9582060. OLE color: 9582060.
HSL color Cylindrical-coordinate representation of color #EC3592: hue angle of 329.51º 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 #EC3592 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 146 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.07 |
| HSL | 329.51º | 0.83% | 0.57% | - |
| HSV(B) | 329.51º | 0.78% | 0.93% | - |
| XYZ | 41.05 | 22.45 | 29.36 | - |
| YUV | 118.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 146 | 0 | 0.78 | 0.38 | 0.07 | 329.51 | 0.83 | 0.57 |
| Hex | EC | 35 | 92 | 0 | 4E | 26 | 7 | 14A | 53 | 39 |
| Octal | 354 | 65 | 222 | 0 | 116 | 46 | 7 | 512 | 123 | 71 |
| Binary | 11101100 | 110101 | 10010010 | 0 | 1001110 | 100110 | 111 | 101001010 | 1010011 | 111001 |
Color Harmonies of #EC3592
Complementary color
Monochromatic Colors of #EC3592
Black with #EC3592
Text Example
Text Example
White with #EC3592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3592; }
p { color: rgb(236,53,146); }
H1.HeaderClassName
{
color: #EC3592;
}
.AnyTagClassName
{
color: #EC3592;
}
</style>
background-color css
<style>
a { background-color: #EC3592; }
a { background-color: rgb(236,53,146); }
div.DivClassName
{
background-color: #EC3592;
}
.BgClassName
{
background-color: #EC3592;
}
</style>
border-color css
<style>
span { border-color: #EC3592; }
span { border-color: rgb(236,53,146); }
td.TdClassName
{
border-color: #EC3592;
}
.TagClassName
{
border-color: #EC3592;
}
</style>