Shades of Wild Strawberry #EC40A3
Tints of Wild Strawberry #EC40A3
RGB
CMYK
RGB Variations
Color information
#EC40A3 (or 0xEC40A3) is known color: Wild Strawberry. HEX triplet: EC, 40 and A3. RGB value is (236,64,163). Sum of RGB (Red+Green+Blue) = 236+64+163=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A3 is #13BF5C. Grayscale: #7E7E7E. Windows color (decimal): -1294173 or 10698988. OLE color: 10698988.
HSL color Cylindrical-coordinate representation of color #EC40A3: hue angle of 325.47º 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 #EC40A3 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 163 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.07 |
| HSL | 325.47º | 0.82% | 0.59% | - |
| HSV(B) | 325.47º | 0.73% | 0.93% | - |
| XYZ | 43.04 | 24.14 | 37.04 | - |
| YUV | 126.71 | 148.48 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 163 | 0 | 0.73 | 0.31 | 0.07 | 325.47 | 0.82 | 0.59 |
| Hex | EC | 40 | A3 | 0 | 49 | 1F | 7 | 145 | 52 | 3B |
| Octal | 354 | 100 | 243 | 0 | 111 | 37 | 7 | 505 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10100011 | 0 | 1001001 | 11111 | 111 | 101000101 | 1010010 | 111011 |
Color Harmonies of #EC40A3
Complementary color
Monochromatic Colors of #EC40A3
Black with #EC40A3
Text Example
Text Example
White with #EC40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40A3; }
p { color: rgb(236,64,163); }
H1.HeaderClassName
{
color: #EC40A3;
}
.AnyTagClassName
{
color: #EC40A3;
}
</style>
background-color css
<style>
a { background-color: #EC40A3; }
a { background-color: rgb(236,64,163); }
div.DivClassName
{
background-color: #EC40A3;
}
.BgClassName
{
background-color: #EC40A3;
}
</style>
border-color css
<style>
span { border-color: #EC40A3; }
span { border-color: rgb(236,64,163); }
td.TdClassName
{
border-color: #EC40A3;
}
.TagClassName
{
border-color: #EC40A3;
}
</style>