Shades of Wild Strawberry #EC3CA7
Tints of Wild Strawberry #EC3CA7
RGB
CMYK
RGB Variations
Color information
#EC3CA7 (or 0xEC3CA7) is known color: Wild Strawberry. HEX triplet: EC, 3C and A7. RGB value is (236,60,167). Sum of RGB (Red+Green+Blue) = 236+60+167=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CA7 is #13C358. Grayscale: #7C7C7C. Windows color (decimal): -1295193 or 10960108. OLE color: 10960108.
HSL color Cylindrical-coordinate representation of color #EC3CA7: hue angle of 323.52º 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 #EC3CA7 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 167 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.07 |
| HSL | 323.52º | 0.82% | 0.58% | - |
| HSV(B) | 323.52º | 0.75% | 0.93% | - |
| XYZ | 43.18 | 23.85 | 38.89 | - |
| YUV | 124.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 167 | 0 | 0.75 | 0.29 | 0.07 | 323.52 | 0.82 | 0.58 |
| Hex | EC | 3C | A7 | 0 | 4B | 1D | 7 | 144 | 52 | 3A |
| Octal | 354 | 74 | 247 | 0 | 113 | 35 | 7 | 504 | 122 | 72 |
| Binary | 11101100 | 111100 | 10100111 | 0 | 1001011 | 11101 | 111 | 101000100 | 1010010 | 111010 |
Color Harmonies of #EC3CA7
Complementary color
Monochromatic Colors of #EC3CA7
Black with #EC3CA7
Text Example
Text Example
White with #EC3CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CA7; }
p { color: rgb(236,60,167); }
H1.HeaderClassName
{
color: #EC3CA7;
}
.AnyTagClassName
{
color: #EC3CA7;
}
</style>
background-color css
<style>
a { background-color: #EC3CA7; }
a { background-color: rgb(236,60,167); }
div.DivClassName
{
background-color: #EC3CA7;
}
.BgClassName
{
background-color: #EC3CA7;
}
</style>
border-color css
<style>
span { border-color: #EC3CA7; }
span { border-color: rgb(236,60,167); }
td.TdClassName
{
border-color: #EC3CA7;
}
.TagClassName
{
border-color: #EC3CA7;
}
</style>