Shades of Wild Strawberry #EC3999
Tints of Wild Strawberry #EC3999
RGB
CMYK
RGB Variations
Color information
#EC3999 (or 0xEC3999) is known color: Wild Strawberry. HEX triplet: EC, 39 and 99. RGB value is (236,57,153). Sum of RGB (Red+Green+Blue) = 236+57+153=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3999 is #13C666. Grayscale: #797979. Windows color (decimal): -1295975 or 10041836. OLE color: 10041836.
HSL color Cylindrical-coordinate representation of color #EC3999: hue angle of 327.82º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3999 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 153 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.82º | 0.82% | 0.57% | - |
| HSV(B) | 327.82º | 0.76% | 0.93% | - |
| XYZ | 41.8 | 23.06 | 32.38 | - |
| YUV | 121.47 | 145.8 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 153 | 0 | 0.76 | 0.35 | 0.07 | 327.82 | 0.82 | 0.57 |
| Hex | EC | 39 | 99 | 0 | 4C | 23 | 7 | 148 | 52 | 39 |
| Octal | 354 | 71 | 231 | 0 | 114 | 43 | 7 | 510 | 122 | 71 |
| Binary | 11101100 | 111001 | 10011001 | 0 | 1001100 | 100011 | 111 | 101001000 | 1010010 | 111001 |
Color Harmonies of #EC3999
Complementary color
Monochromatic Colors of #EC3999
Black with #EC3999
Text Example
Text Example
White with #EC3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3999; }
p { color: rgb(236,57,153); }
H1.HeaderClassName
{
color: #EC3999;
}
.AnyTagClassName
{
color: #EC3999;
}
</style>
background-color css
<style>
a { background-color: #EC3999; }
a { background-color: rgb(236,57,153); }
div.DivClassName
{
background-color: #EC3999;
}
.BgClassName
{
background-color: #EC3999;
}
</style>
border-color css
<style>
span { border-color: #EC3999; }
span { border-color: rgb(236,57,153); }
td.TdClassName
{
border-color: #EC3999;
}
.TagClassName
{
border-color: #EC3999;
}
</style>