Shades of Wild Strawberry #EC339C
Tints of Wild Strawberry #EC339C
RGB
CMYK
RGB Variations
Color information
#EC339C (or 0xEC339C) is known color: Wild Strawberry. HEX triplet: EC, 33 and 9C. RGB value is (236,51,156). Sum of RGB (Red+Green+Blue) = 236+51+156=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC339C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC339C is #13CC63. Grayscale: #767676. Windows color (decimal): -1297508 or 10236908. OLE color: 10236908.
HSL color Cylindrical-coordinate representation of color #EC339C: hue angle of 325.95º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC339C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 156 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.07 |
| HSL | 325.95º | 0.83% | 0.56% | - |
| HSV(B) | 325.95º | 0.78% | 0.93% | - |
| XYZ | 41.78 | 22.6 | 33.61 | - |
| YUV | 118.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 156 | 0 | 0.78 | 0.34 | 0.07 | 325.95 | 0.83 | 0.56 |
| Hex | EC | 33 | 9C | 0 | 4E | 22 | 7 | 146 | 53 | 38 |
| Octal | 354 | 63 | 234 | 0 | 116 | 42 | 7 | 506 | 123 | 70 |
| Binary | 11101100 | 110011 | 10011100 | 0 | 1001110 | 100010 | 111 | 101000110 | 1010011 | 111000 |
Color Harmonies of #EC339C
Complementary color
Monochromatic Colors of #EC339C
Black with #EC339C
Text Example
Text Example
White with #EC339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC339C; }
p { color: rgb(236,51,156); }
H1.HeaderClassName
{
color: #EC339C;
}
.AnyTagClassName
{
color: #EC339C;
}
</style>
background-color css
<style>
a { background-color: #EC339C; }
a { background-color: rgb(236,51,156); }
div.DivClassName
{
background-color: #EC339C;
}
.BgClassName
{
background-color: #EC339C;
}
</style>
border-color css
<style>
span { border-color: #EC339C; }
span { border-color: rgb(236,51,156); }
td.TdClassName
{
border-color: #EC339C;
}
.TagClassName
{
border-color: #EC339C;
}
</style>