Shades of Wild Strawberry #EC399C
Tints of Wild Strawberry #EC399C
RGB
CMYK
RGB Variations
Color information
#EC399C (or 0xEC399C) is known color: Wild Strawberry. HEX triplet: EC, 39 and 9C. RGB value is (236,57,156). Sum of RGB (Red+Green+Blue) = 236+57+156=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC399C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC399C is #13C663. Grayscale: #797979. Windows color (decimal): -1295972 or 10238444. OLE color: 10238444.
HSL color Cylindrical-coordinate representation of color #EC399C: hue angle of 326.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 #EC399C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 156 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.07 |
| HSL | 326.82º | 0.82% | 0.57% | - |
| HSV(B) | 326.82º | 0.76% | 0.93% | - |
| XYZ | 42.06 | 23.16 | 33.71 | - |
| YUV | 121.81 | 147.3 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 156 | 0 | 0.76 | 0.34 | 0.07 | 326.82 | 0.82 | 0.57 |
| Hex | EC | 39 | 9C | 0 | 4C | 22 | 7 | 147 | 52 | 39 |
| Octal | 354 | 71 | 234 | 0 | 114 | 42 | 7 | 507 | 122 | 71 |
| Binary | 11101100 | 111001 | 10011100 | 0 | 1001100 | 100010 | 111 | 101000111 | 1010010 | 111001 |
Color Harmonies of #EC399C
Complementary color
Monochromatic Colors of #EC399C
Black with #EC399C
Text Example
Text Example
White with #EC399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC399C; }
p { color: rgb(236,57,156); }
H1.HeaderClassName
{
color: #EC399C;
}
.AnyTagClassName
{
color: #EC399C;
}
</style>
background-color css
<style>
a { background-color: #EC399C; }
a { background-color: rgb(236,57,156); }
div.DivClassName
{
background-color: #EC399C;
}
.BgClassName
{
background-color: #EC399C;
}
</style>
border-color css
<style>
span { border-color: #EC399C; }
span { border-color: rgb(236,57,156); }
td.TdClassName
{
border-color: #EC399C;
}
.TagClassName
{
border-color: #EC399C;
}
</style>