Shades of Wild Strawberry #EC3EA5
Tints of Wild Strawberry #EC3EA5
RGB
CMYK
RGB Variations
Color information
#EC3EA5 (or 0xEC3EA5) is known color: Wild Strawberry. HEX triplet: EC, 3E and A5. RGB value is (236,62,165). Sum of RGB (Red+Green+Blue) = 236+62+165=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3EA5 is #13C15A. Grayscale: #7D7D7D. Windows color (decimal): -1294683 or 10829548. OLE color: 10829548.
HSL color Cylindrical-coordinate representation of color #EC3EA5: hue angle of 324.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3EA5 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 165 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.07 |
| HSL | 324.48º | 0.82% | 0.58% | - |
| HSV(B) | 324.48º | 0.74% | 0.93% | - |
| XYZ | 43.11 | 23.99 | 37.96 | - |
| YUV | 125.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 165 | 0 | 0.74 | 0.30 | 0.07 | 324.48 | 0.82 | 0.58 |
| Hex | EC | 3E | A5 | 0 | 4A | 1E | 7 | 144 | 52 | 3A |
| Octal | 354 | 76 | 245 | 0 | 112 | 36 | 7 | 504 | 122 | 72 |
| Binary | 11101100 | 111110 | 10100101 | 0 | 1001010 | 11110 | 111 | 101000100 | 1010010 | 111010 |
Color Harmonies of #EC3EA5
Complementary color
Monochromatic Colors of #EC3EA5
Black with #EC3EA5
Text Example
Text Example
White with #EC3EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EA5; }
p { color: rgb(236,62,165); }
H1.HeaderClassName
{
color: #EC3EA5;
}
.AnyTagClassName
{
color: #EC3EA5;
}
</style>
background-color css
<style>
a { background-color: #EC3EA5; }
a { background-color: rgb(236,62,165); }
div.DivClassName
{
background-color: #EC3EA5;
}
.BgClassName
{
background-color: #EC3EA5;
}
</style>
border-color css
<style>
span { border-color: #EC3EA5; }
span { border-color: rgb(236,62,165); }
td.TdClassName
{
border-color: #EC3EA5;
}
.TagClassName
{
border-color: #EC3EA5;
}
</style>