Shades of Wild Strawberry #EC3899
Tints of Wild Strawberry #EC3899
RGB
CMYK
RGB Variations
Color information
#EC3899 (or 0xEC3899) is known color: Wild Strawberry. HEX triplet: EC, 38 and 99. RGB value is (236,56,153). Sum of RGB (Red+Green+Blue) = 236+56+153=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3899 is #13C766. Grayscale: #787878. Windows color (decimal): -1296231 or 10041580. OLE color: 10041580.
HSL color Cylindrical-coordinate representation of color #EC3899: hue angle of 327.67º degrees, saturation: 0.83, 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 #EC3899 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 153 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.67º | 0.83% | 0.57% | - |
| HSV(B) | 327.67º | 0.76% | 0.93% | - |
| XYZ | 41.76 | 22.96 | 32.37 | - |
| YUV | 120.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 153 | 0 | 0.76 | 0.35 | 0.07 | 327.67 | 0.83 | 0.57 |
| Hex | EC | 38 | 99 | 0 | 4C | 23 | 7 | 148 | 53 | 39 |
| Octal | 354 | 70 | 231 | 0 | 114 | 43 | 7 | 510 | 123 | 71 |
| Binary | 11101100 | 111000 | 10011001 | 0 | 1001100 | 100011 | 111 | 101001000 | 1010011 | 111001 |
Color Harmonies of #EC3899
Complementary color
Monochromatic Colors of #EC3899
Black with #EC3899
Text Example
Text Example
White with #EC3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3899; }
p { color: rgb(236,56,153); }
H1.HeaderClassName
{
color: #EC3899;
}
.AnyTagClassName
{
color: #EC3899;
}
</style>
background-color css
<style>
a { background-color: #EC3899; }
a { background-color: rgb(236,56,153); }
div.DivClassName
{
background-color: #EC3899;
}
.BgClassName
{
background-color: #EC3899;
}
</style>
border-color css
<style>
span { border-color: #EC3899; }
span { border-color: rgb(236,56,153); }
td.TdClassName
{
border-color: #EC3899;
}
.TagClassName
{
border-color: #EC3899;
}
</style>