Shades of Wild Strawberry #EC40A6
Tints of Wild Strawberry #EC40A6
RGB
CMYK
RGB Variations
Color information
#EC40A6 (or 0xEC40A6) is known color: Wild Strawberry. HEX triplet: EC, 40 and A6. RGB value is (236,64,166). Sum of RGB (Red+Green+Blue) = 236+64+166=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A6 is #13BF59. Grayscale: #7E7E7E. Windows color (decimal): -1294170 or 10895596. OLE color: 10895596.
HSL color Cylindrical-coordinate representation of color #EC40A6: hue angle of 324.42º 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 #EC40A6 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 166 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.07 |
| HSL | 324.42º | 0.82% | 0.59% | - |
| HSV(B) | 324.42º | 0.73% | 0.93% | - |
| XYZ | 43.31 | 24.25 | 38.48 | - |
| YUV | 127.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 166 | 0 | 0.73 | 0.30 | 0.07 | 324.42 | 0.82 | 0.59 |
| Hex | EC | 40 | A6 | 0 | 49 | 1E | 7 | 144 | 52 | 3B |
| Octal | 354 | 100 | 246 | 0 | 111 | 36 | 7 | 504 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10100110 | 0 | 1001001 | 11110 | 111 | 101000100 | 1010010 | 111011 |
Color Harmonies of #EC40A6
Complementary color
Monochromatic Colors of #EC40A6
Black with #EC40A6
Text Example
Text Example
White with #EC40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40A6; }
p { color: rgb(236,64,166); }
H1.HeaderClassName
{
color: #EC40A6;
}
.AnyTagClassName
{
color: #EC40A6;
}
</style>
background-color css
<style>
a { background-color: #EC40A6; }
a { background-color: rgb(236,64,166); }
div.DivClassName
{
background-color: #EC40A6;
}
.BgClassName
{
background-color: #EC40A6;
}
</style>
border-color css
<style>
span { border-color: #EC40A6; }
span { border-color: rgb(236,64,166); }
td.TdClassName
{
border-color: #EC40A6;
}
.TagClassName
{
border-color: #EC40A6;
}
</style>