Shades of Wild Strawberry #EC409C
Tints of Wild Strawberry #EC409C
RGB
CMYK
RGB Variations
Color information
#EC409C (or 0xEC409C) is known color: Wild Strawberry. HEX triplet: EC, 40 and 9C. RGB value is (236,64,156). Sum of RGB (Red+Green+Blue) = 236+64+156=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC409C is #13BF63. Grayscale: #7D7D7D. Windows color (decimal): -1294180 or 10240236. OLE color: 10240236.
HSL color Cylindrical-coordinate representation of color #EC409C: hue angle of 327.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC409C is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 156 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.07 |
| HSL | 327.91º | 0.82% | 0.59% | - |
| HSV(B) | 327.91º | 0.73% | 0.93% | - |
| XYZ | 42.43 | 23.9 | 33.83 | - |
| YUV | 125.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 156 | 0 | 0.73 | 0.34 | 0.07 | 327.91 | 0.82 | 0.59 |
| Hex | EC | 40 | 9C | 0 | 49 | 22 | 7 | 148 | 52 | 3B |
| Octal | 354 | 100 | 234 | 0 | 111 | 42 | 7 | 510 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10011100 | 0 | 1001001 | 100010 | 111 | 101001000 | 1010010 | 111011 |
Color Harmonies of #EC409C
Complementary color
Monochromatic Colors of #EC409C
Black with #EC409C
Text Example
Text Example
White with #EC409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC409C; }
p { color: rgb(236,64,156); }
H1.HeaderClassName
{
color: #EC409C;
}
.AnyTagClassName
{
color: #EC409C;
}
</style>
background-color css
<style>
a { background-color: #EC409C; }
a { background-color: rgb(236,64,156); }
div.DivClassName
{
background-color: #EC409C;
}
.BgClassName
{
background-color: #EC409C;
}
</style>
border-color css
<style>
span { border-color: #EC409C; }
span { border-color: rgb(236,64,156); }
td.TdClassName
{
border-color: #EC409C;
}
.TagClassName
{
border-color: #EC409C;
}
</style>