Shades of Wild Strawberry #EC42A3
Tints of Wild Strawberry #EC42A3
RGB
CMYK
RGB Variations
Color information
#EC42A3 (or 0xEC42A3) is known color: Wild Strawberry. HEX triplet: EC, 42 and A3. RGB value is (236,66,163). Sum of RGB (Red+Green+Blue) = 236+66+163=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A3 is #13BD5C. Grayscale: #7F7F7F. Windows color (decimal): -1293661 or 10699500. OLE color: 10699500.
HSL color Cylindrical-coordinate representation of color #EC42A3: hue angle of 325.76º 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 #EC42A3 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 163 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.07 |
| HSL | 325.76º | 0.82% | 0.59% | - |
| HSV(B) | 325.76º | 0.72% | 0.93% | - |
| XYZ | 43.15 | 24.37 | 37.08 | - |
| YUV | 127.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 163 | 0 | 0.72 | 0.31 | 0.07 | 325.76 | 0.82 | 0.59 |
| Hex | EC | 42 | A3 | 0 | 48 | 1F | 7 | 146 | 52 | 3B |
| Octal | 354 | 102 | 243 | 0 | 110 | 37 | 7 | 506 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10100011 | 0 | 1001000 | 11111 | 111 | 101000110 | 1010010 | 111011 |
Color Harmonies of #EC42A3
Complementary color
Monochromatic Colors of #EC42A3
Black with #EC42A3
Text Example
Text Example
White with #EC42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42A3; }
p { color: rgb(236,66,163); }
H1.HeaderClassName
{
color: #EC42A3;
}
.AnyTagClassName
{
color: #EC42A3;
}
</style>
background-color css
<style>
a { background-color: #EC42A3; }
a { background-color: rgb(236,66,163); }
div.DivClassName
{
background-color: #EC42A3;
}
.BgClassName
{
background-color: #EC42A3;
}
</style>
border-color css
<style>
span { border-color: #EC42A3; }
span { border-color: rgb(236,66,163); }
td.TdClassName
{
border-color: #EC42A3;
}
.TagClassName
{
border-color: #EC42A3;
}
</style>