Shades of Wild Strawberry #EC3AA0
Tints of Wild Strawberry #EC3AA0
RGB
CMYK
RGB Variations
Color information
#EC3AA0 (or 0xEC3AA0) is known color: Wild Strawberry. HEX triplet: EC, 3A and A0. RGB value is (236,58,160). Sum of RGB (Red+Green+Blue) = 236+58+160=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3AA0 is #13C55F. Grayscale: #7A7A7A. Windows color (decimal): -1295712 or 10500844. OLE color: 10500844.
HSL color Cylindrical-coordinate representation of color #EC3AA0: hue angle of 325.62º 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 #EC3AA0 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 160 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.07 |
| HSL | 325.62º | 0.82% | 0.58% | - |
| HSV(B) | 325.62º | 0.75% | 0.93% | - |
| XYZ | 42.45 | 23.4 | 35.54 | - |
| YUV | 122.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 160 | 0 | 0.75 | 0.32 | 0.07 | 325.62 | 0.82 | 0.58 |
| Hex | EC | 3A | A0 | 0 | 4B | 20 | 7 | 146 | 52 | 3A |
| Octal | 354 | 72 | 240 | 0 | 113 | 40 | 7 | 506 | 122 | 72 |
| Binary | 11101100 | 111010 | 10100000 | 0 | 1001011 | 100000 | 111 | 101000110 | 1010010 | 111010 |
Color Harmonies of #EC3AA0
Complementary color
Monochromatic Colors of #EC3AA0
Black with #EC3AA0
Text Example
Text Example
White with #EC3AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AA0; }
p { color: rgb(236,58,160); }
H1.HeaderClassName
{
color: #EC3AA0;
}
.AnyTagClassName
{
color: #EC3AA0;
}
</style>
background-color css
<style>
a { background-color: #EC3AA0; }
a { background-color: rgb(236,58,160); }
div.DivClassName
{
background-color: #EC3AA0;
}
.BgClassName
{
background-color: #EC3AA0;
}
</style>
border-color css
<style>
span { border-color: #EC3AA0; }
span { border-color: rgb(236,58,160); }
td.TdClassName
{
border-color: #EC3AA0;
}
.TagClassName
{
border-color: #EC3AA0;
}
</style>