Shades of Wild Strawberry #EC42A4
Tints of Wild Strawberry #EC42A4
RGB
CMYK
RGB Variations
Color information
#EC42A4 (or 0xEC42A4) is known color: Wild Strawberry. HEX triplet: EC, 42 and A4. RGB value is (236,66,164). Sum of RGB (Red+Green+Blue) = 236+66+164=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A4 is #13BD5B. Grayscale: #7F7F7F. Windows color (decimal): -1293660 or 10765036. OLE color: 10765036.
HSL color Cylindrical-coordinate representation of color #EC42A4: hue angle of 325.41º 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 #EC42A4 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 164 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.07 |
| HSL | 325.41º | 0.82% | 0.59% | - |
| HSV(B) | 325.41º | 0.72% | 0.93% | - |
| XYZ | 43.24 | 24.41 | 37.55 | - |
| YUV | 128 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 164 | 0 | 0.72 | 0.31 | 0.07 | 325.41 | 0.82 | 0.59 |
| Hex | EC | 42 | A4 | 0 | 48 | 1F | 7 | 145 | 52 | 3B |
| Octal | 354 | 102 | 244 | 0 | 110 | 37 | 7 | 505 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10100100 | 0 | 1001000 | 11111 | 111 | 101000101 | 1010010 | 111011 |
Color Harmonies of #EC42A4
Complementary color
Monochromatic Colors of #EC42A4
Black with #EC42A4
Text Example
Text Example
White with #EC42A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42A4; }
p { color: rgb(236,66,164); }
H1.HeaderClassName
{
color: #EC42A4;
}
.AnyTagClassName
{
color: #EC42A4;
}
</style>
background-color css
<style>
a { background-color: #EC42A4; }
a { background-color: rgb(236,66,164); }
div.DivClassName
{
background-color: #EC42A4;
}
.BgClassName
{
background-color: #EC42A4;
}
</style>
border-color css
<style>
span { border-color: #EC42A4; }
span { border-color: rgb(236,66,164); }
td.TdClassName
{
border-color: #EC42A4;
}
.TagClassName
{
border-color: #EC42A4;
}
</style>