Shades of Wild Strawberry #EC3FA4
Tints of Wild Strawberry #EC3FA4
RGB
CMYK
RGB Variations
Color information
#EC3FA4 (or 0xEC3FA4) is known color: Wild Strawberry. HEX triplet: EC, 3F and A4. RGB value is (236,63,164). Sum of RGB (Red+Green+Blue) = 236+63+164=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FA4 is #13C05B. Grayscale: #7E7E7E. Windows color (decimal): -1294428 or 10764268. OLE color: 10764268.
HSL color Cylindrical-coordinate representation of color #EC3FA4: hue angle of 324.97º 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 #EC3FA4 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 164 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.07 |
| HSL | 324.97º | 0.82% | 0.59% | - |
| HSV(B) | 324.97º | 0.73% | 0.93% | - |
| XYZ | 43.07 | 24.07 | 37.5 | - |
| YUV | 126.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 164 | 0 | 0.73 | 0.31 | 0.07 | 324.97 | 0.82 | 0.59 |
| Hex | EC | 3F | A4 | 0 | 49 | 1F | 7 | 145 | 52 | 3B |
| Octal | 354 | 77 | 244 | 0 | 111 | 37 | 7 | 505 | 122 | 73 |
| Binary | 11101100 | 111111 | 10100100 | 0 | 1001001 | 11111 | 111 | 101000101 | 1010010 | 111011 |
Color Harmonies of #EC3FA4
Complementary color
Monochromatic Colors of #EC3FA4
Black with #EC3FA4
Text Example
Text Example
White with #EC3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FA4; }
p { color: rgb(236,63,164); }
H1.HeaderClassName
{
color: #EC3FA4;
}
.AnyTagClassName
{
color: #EC3FA4;
}
</style>
background-color css
<style>
a { background-color: #EC3FA4; }
a { background-color: rgb(236,63,164); }
div.DivClassName
{
background-color: #EC3FA4;
}
.BgClassName
{
background-color: #EC3FA4;
}
</style>
border-color css
<style>
span { border-color: #EC3FA4; }
span { border-color: rgb(236,63,164); }
td.TdClassName
{
border-color: #EC3FA4;
}
.TagClassName
{
border-color: #EC3FA4;
}
</style>