Shades of Wild Strawberry #EC3595
Tints of Wild Strawberry #EC3595
RGB
CMYK
RGB Variations
Color information
#EC3595 (or 0xEC3595) is known color: Wild Strawberry. HEX triplet: EC, 35 and 95. RGB value is (236,53,149). Sum of RGB (Red+Green+Blue) = 236+53+149=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3595 is #13CA6A. Grayscale: #767676. Windows color (decimal): -1297003 or 9778668. OLE color: 9778668.
HSL color Cylindrical-coordinate representation of color #EC3595: hue angle of 328.52º 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 #EC3595 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 149 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.07 |
| HSL | 328.52º | 0.83% | 0.57% | - |
| HSV(B) | 328.52º | 0.78% | 0.93% | - |
| XYZ | 41.29 | 22.55 | 30.61 | - |
| YUV | 118.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 149 | 0 | 0.78 | 0.37 | 0.07 | 328.52 | 0.83 | 0.57 |
| Hex | EC | 35 | 95 | 0 | 4E | 25 | 7 | 149 | 53 | 39 |
| Octal | 354 | 65 | 225 | 0 | 116 | 45 | 7 | 511 | 123 | 71 |
| Binary | 11101100 | 110101 | 10010101 | 0 | 1001110 | 100101 | 111 | 101001001 | 1010011 | 111001 |
Color Harmonies of #EC3595
Complementary color
Monochromatic Colors of #EC3595
Black with #EC3595
Text Example
Text Example
White with #EC3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3595; }
p { color: rgb(236,53,149); }
H1.HeaderClassName
{
color: #EC3595;
}
.AnyTagClassName
{
color: #EC3595;
}
</style>
background-color css
<style>
a { background-color: #EC3595; }
a { background-color: rgb(236,53,149); }
div.DivClassName
{
background-color: #EC3595;
}
.BgClassName
{
background-color: #EC3595;
}
</style>
border-color css
<style>
span { border-color: #EC3595; }
span { border-color: rgb(236,53,149); }
td.TdClassName
{
border-color: #EC3595;
}
.TagClassName
{
border-color: #EC3595;
}
</style>