Shades of Wild Strawberry #EC399F
Tints of Wild Strawberry #EC399F
RGB
CMYK
RGB Variations
Color information
#EC399F (or 0xEC399F) is known color: Wild Strawberry. HEX triplet: EC, 39 and 9F. RGB value is (236,57,159). Sum of RGB (Red+Green+Blue) = 236+57+159=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC399F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC399F is #13C660. Grayscale: #797979. Windows color (decimal): -1295969 or 10435052. OLE color: 10435052.
HSL color Cylindrical-coordinate representation of color #EC399F: hue angle of 325.81º 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 #EC399F is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 159 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.07 |
| HSL | 325.81º | 0.82% | 0.57% | - |
| HSV(B) | 325.81º | 0.76% | 0.93% | - |
| XYZ | 42.31 | 23.26 | 35.06 | - |
| YUV | 122.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 159 | 0 | 0.76 | 0.33 | 0.07 | 325.81 | 0.82 | 0.57 |
| Hex | EC | 39 | 9F | 0 | 4C | 21 | 7 | 146 | 52 | 39 |
| Octal | 354 | 71 | 237 | 0 | 114 | 41 | 7 | 506 | 122 | 71 |
| Binary | 11101100 | 111001 | 10011111 | 0 | 1001100 | 100001 | 111 | 101000110 | 1010010 | 111001 |
Color Harmonies of #EC399F
Complementary color
Monochromatic Colors of #EC399F
Black with #EC399F
Text Example
Text Example
White with #EC399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC399F; }
p { color: rgb(236,57,159); }
H1.HeaderClassName
{
color: #EC399F;
}
.AnyTagClassName
{
color: #EC399F;
}
</style>
background-color css
<style>
a { background-color: #EC399F; }
a { background-color: rgb(236,57,159); }
div.DivClassName
{
background-color: #EC399F;
}
.BgClassName
{
background-color: #EC399F;
}
</style>
border-color css
<style>
span { border-color: #EC399F; }
span { border-color: rgb(236,57,159); }
td.TdClassName
{
border-color: #EC399F;
}
.TagClassName
{
border-color: #EC399F;
}
</style>