Shades of Wild Strawberry #EC3599
Tints of Wild Strawberry #EC3599
RGB
CMYK
RGB Variations
Color information
#EC3599 (or 0xEC3599) is known color: Wild Strawberry. HEX triplet: EC, 35 and 99. RGB value is (236,53,153). Sum of RGB (Red+Green+Blue) = 236+53+153=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3599 is #13CA66. Grayscale: #767676. Windows color (decimal): -1296999 or 10040812. OLE color: 10040812.
HSL color Cylindrical-coordinate representation of color #EC3599: hue angle of 327.21º 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 #EC3599 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 153 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.07 |
| HSL | 327.21º | 0.83% | 0.57% | - |
| HSV(B) | 327.21º | 0.78% | 0.93% | - |
| XYZ | 41.61 | 22.68 | 32.32 | - |
| YUV | 119.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 153 | 0 | 0.78 | 0.35 | 0.07 | 327.21 | 0.83 | 0.57 |
| Hex | EC | 35 | 99 | 0 | 4E | 23 | 7 | 147 | 53 | 39 |
| Octal | 354 | 65 | 231 | 0 | 116 | 43 | 7 | 507 | 123 | 71 |
| Binary | 11101100 | 110101 | 10011001 | 0 | 1001110 | 100011 | 111 | 101000111 | 1010011 | 111001 |
Color Harmonies of #EC3599
Complementary color
Monochromatic Colors of #EC3599
Black with #EC3599
Text Example
Text Example
White with #EC3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3599; }
p { color: rgb(236,53,153); }
H1.HeaderClassName
{
color: #EC3599;
}
.AnyTagClassName
{
color: #EC3599;
}
</style>
background-color css
<style>
a { background-color: #EC3599; }
a { background-color: rgb(236,53,153); }
div.DivClassName
{
background-color: #EC3599;
}
.BgClassName
{
background-color: #EC3599;
}
</style>
border-color css
<style>
span { border-color: #EC3599; }
span { border-color: rgb(236,53,153); }
td.TdClassName
{
border-color: #EC3599;
}
.TagClassName
{
border-color: #EC3599;
}
</style>