Shades of Wild Strawberry #EC349C
Tints of Wild Strawberry #EC349C
RGB
CMYK
RGB Variations
Color information
#EC349C (or 0xEC349C) is known color: Wild Strawberry. HEX triplet: EC, 34 and 9C. RGB value is (236,52,156). Sum of RGB (Red+Green+Blue) = 236+52+156=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC349C is #13CB63. Grayscale: #767676. Windows color (decimal): -1297252 or 10237164. OLE color: 10237164.
HSL color Cylindrical-coordinate representation of color #EC349C: hue angle of 326.09º 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 #EC349C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 156 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.07 |
| HSL | 326.09º | 0.83% | 0.56% | - |
| HSV(B) | 326.09º | 0.78% | 0.93% | - |
| XYZ | 41.82 | 22.69 | 33.63 | - |
| YUV | 118.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 156 | 0 | 0.78 | 0.34 | 0.07 | 326.09 | 0.83 | 0.56 |
| Hex | EC | 34 | 9C | 0 | 4E | 22 | 7 | 146 | 53 | 38 |
| Octal | 354 | 64 | 234 | 0 | 116 | 42 | 7 | 506 | 123 | 70 |
| Binary | 11101100 | 110100 | 10011100 | 0 | 1001110 | 100010 | 111 | 101000110 | 1010011 | 111000 |
Color Harmonies of #EC349C
Complementary color
Monochromatic Colors of #EC349C
Black with #EC349C
Text Example
Text Example
White with #EC349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC349C; }
p { color: rgb(236,52,156); }
H1.HeaderClassName
{
color: #EC349C;
}
.AnyTagClassName
{
color: #EC349C;
}
</style>
background-color css
<style>
a { background-color: #EC349C; }
a { background-color: rgb(236,52,156); }
div.DivClassName
{
background-color: #EC349C;
}
.BgClassName
{
background-color: #EC349C;
}
</style>
border-color css
<style>
span { border-color: #EC349C; }
span { border-color: rgb(236,52,156); }
td.TdClassName
{
border-color: #EC349C;
}
.TagClassName
{
border-color: #EC349C;
}
</style>