Shades of Wild Strawberry #EC3FA7
Tints of Wild Strawberry #EC3FA7
RGB
CMYK
RGB Variations
Color information
#EC3FA7 (or 0xEC3FA7) is known color: Wild Strawberry. HEX triplet: EC, 3F and A7. RGB value is (236,63,167). Sum of RGB (Red+Green+Blue) = 236+63+167=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FA7 is #13C058. Grayscale: #7E7E7E. Windows color (decimal): -1294425 or 10960876. OLE color: 10960876.
HSL color Cylindrical-coordinate representation of color #EC3FA7: hue angle of 323.93º 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 #EC3FA7 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 167 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.07 |
| HSL | 323.93º | 0.82% | 0.59% | - |
| HSV(B) | 323.93º | 0.73% | 0.93% | - |
| XYZ | 43.34 | 24.18 | 38.94 | - |
| YUV | 126.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 167 | 0 | 0.73 | 0.29 | 0.07 | 323.93 | 0.82 | 0.59 |
| Hex | EC | 3F | A7 | 0 | 49 | 1D | 7 | 144 | 52 | 3B |
| Octal | 354 | 77 | 247 | 0 | 111 | 35 | 7 | 504 | 122 | 73 |
| Binary | 11101100 | 111111 | 10100111 | 0 | 1001001 | 11101 | 111 | 101000100 | 1010010 | 111011 |
Color Harmonies of #EC3FA7
Complementary color
Monochromatic Colors of #EC3FA7
Black with #EC3FA7
Text Example
Text Example
White with #EC3FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FA7; }
p { color: rgb(236,63,167); }
H1.HeaderClassName
{
color: #EC3FA7;
}
.AnyTagClassName
{
color: #EC3FA7;
}
</style>
background-color css
<style>
a { background-color: #EC3FA7; }
a { background-color: rgb(236,63,167); }
div.DivClassName
{
background-color: #EC3FA7;
}
.BgClassName
{
background-color: #EC3FA7;
}
</style>
border-color css
<style>
span { border-color: #EC3FA7; }
span { border-color: rgb(236,63,167); }
td.TdClassName
{
border-color: #EC3FA7;
}
.TagClassName
{
border-color: #EC3FA7;
}
</style>