Shades of Wild Strawberry #EC379B
Tints of Wild Strawberry #EC379B
RGB
CMYK
RGB Variations
Color information
#EC379B (or 0xEC379B) is known color: Wild Strawberry. HEX triplet: EC, 37 and 9B. RGB value is (236,55,155). Sum of RGB (Red+Green+Blue) = 236+55+155=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC379B is #13C864. Grayscale: #787878. Windows color (decimal): -1296485 or 10172396. OLE color: 10172396.
HSL color Cylindrical-coordinate representation of color #EC379B: hue angle of 326.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC379B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 155 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.07 |
| HSL | 326.85º | 0.83% | 0.57% | - |
| HSV(B) | 326.85º | 0.77% | 0.93% | - |
| XYZ | 41.87 | 22.93 | 33.23 | - |
| YUV | 120.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 155 | 0 | 0.77 | 0.34 | 0.07 | 326.85 | 0.83 | 0.57 |
| Hex | EC | 37 | 9B | 0 | 4D | 22 | 7 | 147 | 53 | 39 |
| Octal | 354 | 67 | 233 | 0 | 115 | 42 | 7 | 507 | 123 | 71 |
| Binary | 11101100 | 110111 | 10011011 | 0 | 1001101 | 100010 | 111 | 101000111 | 1010011 | 111001 |
Color Harmonies of #EC379B
Complementary color
Monochromatic Colors of #EC379B
Black with #EC379B
Text Example
Text Example
White with #EC379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC379B; }
p { color: rgb(236,55,155); }
H1.HeaderClassName
{
color: #EC379B;
}
.AnyTagClassName
{
color: #EC379B;
}
</style>
background-color css
<style>
a { background-color: #EC379B; }
a { background-color: rgb(236,55,155); }
div.DivClassName
{
background-color: #EC379B;
}
.BgClassName
{
background-color: #EC379B;
}
</style>
border-color css
<style>
span { border-color: #EC379B; }
span { border-color: rgb(236,55,155); }
td.TdClassName
{
border-color: #EC379B;
}
.TagClassName
{
border-color: #EC379B;
}
</style>