Shades of Wild Strawberry #EC40AC
Tints of Wild Strawberry #EC40AC
RGB
CMYK
RGB Variations
Color information
#EC40AC (or 0xEC40AC) is known color: Wild Strawberry. HEX triplet: EC, 40 and AC. RGB value is (236,64,172). Sum of RGB (Red+Green+Blue) = 236+64+172=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40AC is #13BF53. Grayscale: #7F7F7F. Windows color (decimal): -1294164 or 11288812. OLE color: 11288812.
HSL color Cylindrical-coordinate representation of color #EC40AC: hue angle of 322.33º 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 #EC40AC is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 172 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.07 |
| HSL | 322.33º | 0.82% | 0.59% | - |
| HSV(B) | 322.33º | 0.73% | 0.93% | - |
| XYZ | 43.87 | 24.48 | 41.44 | - |
| YUV | 127.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 172 | 0 | 0.73 | 0.27 | 0.07 | 322.33 | 0.82 | 0.59 |
| Hex | EC | 40 | AC | 0 | 49 | 1B | 7 | 142 | 52 | 3B |
| Octal | 354 | 100 | 254 | 0 | 111 | 33 | 7 | 502 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10101100 | 0 | 1001001 | 11011 | 111 | 101000010 | 1010010 | 111011 |
Color Harmonies of #EC40AC
Complementary color
Monochromatic Colors of #EC40AC
Black with #EC40AC
Text Example
Text Example
White with #EC40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40AC; }
p { color: rgb(236,64,172); }
H1.HeaderClassName
{
color: #EC40AC;
}
.AnyTagClassName
{
color: #EC40AC;
}
</style>
background-color css
<style>
a { background-color: #EC40AC; }
a { background-color: rgb(236,64,172); }
div.DivClassName
{
background-color: #EC40AC;
}
.BgClassName
{
background-color: #EC40AC;
}
</style>
border-color css
<style>
span { border-color: #EC40AC; }
span { border-color: rgb(236,64,172); }
td.TdClassName
{
border-color: #EC40AC;
}
.TagClassName
{
border-color: #EC40AC;
}
</style>