Shades of Wild Strawberry #EC389F
Tints of Wild Strawberry #EC389F
RGB
CMYK
RGB Variations
Color information
#EC389F (or 0xEC389F) is known color: Wild Strawberry. HEX triplet: EC, 38 and 9F. RGB value is (236,56,159). Sum of RGB (Red+Green+Blue) = 236+56+159=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC389F is #13C760. Grayscale: #797979. Windows color (decimal): -1296225 or 10434796. OLE color: 10434796.
HSL color Cylindrical-coordinate representation of color #EC389F: hue angle of 325.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 #EC389F is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 159 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.07 |
| HSL | 325.67º | 0.83% | 0.57% | - |
| HSV(B) | 325.67º | 0.76% | 0.93% | - |
| XYZ | 42.26 | 23.16 | 35.04 | - |
| YUV | 121.56 | 149.13 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 159 | 0 | 0.76 | 0.33 | 0.07 | 325.67 | 0.83 | 0.57 |
| Hex | EC | 38 | 9F | 0 | 4C | 21 | 7 | 146 | 53 | 39 |
| Octal | 354 | 70 | 237 | 0 | 114 | 41 | 7 | 506 | 123 | 71 |
| Binary | 11101100 | 111000 | 10011111 | 0 | 1001100 | 100001 | 111 | 101000110 | 1010011 | 111001 |
Color Harmonies of #EC389F
Complementary color
Monochromatic Colors of #EC389F
Black with #EC389F
Text Example
Text Example
White with #EC389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC389F; }
p { color: rgb(236,56,159); }
H1.HeaderClassName
{
color: #EC389F;
}
.AnyTagClassName
{
color: #EC389F;
}
</style>
background-color css
<style>
a { background-color: #EC389F; }
a { background-color: rgb(236,56,159); }
div.DivClassName
{
background-color: #EC389F;
}
.BgClassName
{
background-color: #EC389F;
}
</style>
border-color css
<style>
span { border-color: #EC389F; }
span { border-color: rgb(236,56,159); }
td.TdClassName
{
border-color: #EC389F;
}
.TagClassName
{
border-color: #EC389F;
}
</style>