Shades of Wild Strawberry #EC329E
Tints of Wild Strawberry #EC329E
RGB
CMYK
RGB Variations
Color information
#EC329E (or 0xEC329E) is known color: Wild Strawberry. HEX triplet: EC, 32 and 9E. RGB value is (236,50,158). Sum of RGB (Red+Green+Blue) = 236+50+158=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC329E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC329E is #13CD61. Grayscale: #757575. Windows color (decimal): -1297762 or 10367724. OLE color: 10367724.
HSL color Cylindrical-coordinate representation of color #EC329E: hue angle of 325.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC329E is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 158 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.07 |
| HSL | 325.16º | 0.83% | 0.56% | - |
| HSV(B) | 325.16º | 0.79% | 0.93% | - |
| XYZ | 41.9 | 22.58 | 34.5 | - |
| YUV | 117.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 158 | 0 | 0.79 | 0.33 | 0.07 | 325.16 | 0.83 | 0.56 |
| Hex | EC | 32 | 9E | 0 | 4F | 21 | 7 | 145 | 53 | 38 |
| Octal | 354 | 62 | 236 | 0 | 117 | 41 | 7 | 505 | 123 | 70 |
| Binary | 11101100 | 110010 | 10011110 | 0 | 1001111 | 100001 | 111 | 101000101 | 1010011 | 111000 |
Color Harmonies of #EC329E
Complementary color
Monochromatic Colors of #EC329E
Black with #EC329E
Text Example
Text Example
White with #EC329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC329E; }
p { color: rgb(236,50,158); }
H1.HeaderClassName
{
color: #EC329E;
}
.AnyTagClassName
{
color: #EC329E;
}
</style>
background-color css
<style>
a { background-color: #EC329E; }
a { background-color: rgb(236,50,158); }
div.DivClassName
{
background-color: #EC329E;
}
.BgClassName
{
background-color: #EC329E;
}
</style>
border-color css
<style>
span { border-color: #EC329E; }
span { border-color: rgb(236,50,158); }
td.TdClassName
{
border-color: #EC329E;
}
.TagClassName
{
border-color: #EC329E;
}
</style>