Shades of Wild Strawberry #EC42A0
Tints of Wild Strawberry #EC42A0
RGB
CMYK
RGB Variations
Color information
#EC42A0 (or 0xEC42A0) is known color: Wild Strawberry. HEX triplet: EC, 42 and A0. RGB value is (236,66,160). Sum of RGB (Red+Green+Blue) = 236+66+160=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A0 is #13BD5F. Grayscale: #7F7F7F. Windows color (decimal): -1293664 or 10502892. OLE color: 10502892.
HSL color Cylindrical-coordinate representation of color #EC42A0: hue angle of 326.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42A0 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 160 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.07 |
| HSL | 326.82º | 0.82% | 0.59% | - |
| HSV(B) | 326.82º | 0.72% | 0.93% | - |
| XYZ | 42.89 | 24.27 | 35.68 | - |
| YUV | 127.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 160 | 0 | 0.72 | 0.32 | 0.07 | 326.82 | 0.82 | 0.59 |
| Hex | EC | 42 | A0 | 0 | 48 | 20 | 7 | 147 | 52 | 3B |
| Octal | 354 | 102 | 240 | 0 | 110 | 40 | 7 | 507 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10100000 | 0 | 1001000 | 100000 | 111 | 101000111 | 1010010 | 111011 |
Color Harmonies of #EC42A0
Complementary color
Monochromatic Colors of #EC42A0
Black with #EC42A0
Text Example
Text Example
White with #EC42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42A0; }
p { color: rgb(236,66,160); }
H1.HeaderClassName
{
color: #EC42A0;
}
.AnyTagClassName
{
color: #EC42A0;
}
</style>
background-color css
<style>
a { background-color: #EC42A0; }
a { background-color: rgb(236,66,160); }
div.DivClassName
{
background-color: #EC42A0;
}
.BgClassName
{
background-color: #EC42A0;
}
</style>
border-color css
<style>
span { border-color: #EC42A0; }
span { border-color: rgb(236,66,160); }
td.TdClassName
{
border-color: #EC42A0;
}
.TagClassName
{
border-color: #EC42A0;
}
</style>