Shades of Wild Strawberry #EC3A9C
Tints of Wild Strawberry #EC3A9C
RGB
CMYK
RGB Variations
Color information
#EC3A9C (or 0xEC3A9C) is known color: Wild Strawberry. HEX triplet: EC, 3A and 9C. RGB value is (236,58,156). Sum of RGB (Red+Green+Blue) = 236+58+156=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A9C is #13C563. Grayscale: #7A7A7A. Windows color (decimal): -1295716 or 10238700. OLE color: 10238700.
HSL color Cylindrical-coordinate representation of color #EC3A9C: hue angle of 326.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A9C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 156 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.07 |
| HSL | 326.97º | 0.82% | 0.58% | - |
| HSV(B) | 326.97º | 0.75% | 0.93% | - |
| XYZ | 42.11 | 23.26 | 33.72 | - |
| YUV | 122.39 | 146.97 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 156 | 0 | 0.75 | 0.34 | 0.07 | 326.97 | 0.82 | 0.58 |
| Hex | EC | 3A | 9C | 0 | 4B | 22 | 7 | 147 | 52 | 3A |
| Octal | 354 | 72 | 234 | 0 | 113 | 42 | 7 | 507 | 122 | 72 |
| Binary | 11101100 | 111010 | 10011100 | 0 | 1001011 | 100010 | 111 | 101000111 | 1010010 | 111010 |
Color Harmonies of #EC3A9C
Complementary color
Monochromatic Colors of #EC3A9C
Black with #EC3A9C
Text Example
Text Example
White with #EC3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A9C; }
p { color: rgb(236,58,156); }
H1.HeaderClassName
{
color: #EC3A9C;
}
.AnyTagClassName
{
color: #EC3A9C;
}
</style>
background-color css
<style>
a { background-color: #EC3A9C; }
a { background-color: rgb(236,58,156); }
div.DivClassName
{
background-color: #EC3A9C;
}
.BgClassName
{
background-color: #EC3A9C;
}
</style>
border-color css
<style>
span { border-color: #EC3A9C; }
span { border-color: rgb(236,58,156); }
td.TdClassName
{
border-color: #EC3A9C;
}
.TagClassName
{
border-color: #EC3A9C;
}
</style>