Shades of Wild Strawberry #EC43A3
Tints of Wild Strawberry #EC43A3
RGB
CMYK
RGB Variations
Color information
#EC43A3 (or 0xEC43A3) is known color: Wild Strawberry. HEX triplet: EC, 43 and A3. RGB value is (236,67,163). Sum of RGB (Red+Green+Blue) = 236+67+163=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC43A3 is #13BC5C. Grayscale: #808080. Windows color (decimal): -1293405 or 10699756. OLE color: 10699756.
HSL color Cylindrical-coordinate representation of color #EC43A3: hue angle of 325.92º 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 #EC43A3 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 163 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.07 |
| HSL | 325.92º | 0.82% | 0.59% | - |
| HSV(B) | 325.92º | 0.72% | 0.93% | - |
| XYZ | 43.21 | 24.49 | 37.1 | - |
| YUV | 128.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 163 | 0 | 0.72 | 0.31 | 0.07 | 325.92 | 0.82 | 0.59 |
| Hex | EC | 43 | A3 | 0 | 48 | 1F | 7 | 146 | 52 | 3B |
| Octal | 354 | 103 | 243 | 0 | 110 | 37 | 7 | 506 | 122 | 73 |
| Binary | 11101100 | 1000011 | 10100011 | 0 | 1001000 | 11111 | 111 | 101000110 | 1010010 | 111011 |
Color Harmonies of #EC43A3
Complementary color
Monochromatic Colors of #EC43A3
Black with #EC43A3
Text Example
Text Example
White with #EC43A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43A3; }
p { color: rgb(236,67,163); }
H1.HeaderClassName
{
color: #EC43A3;
}
.AnyTagClassName
{
color: #EC43A3;
}
</style>
background-color css
<style>
a { background-color: #EC43A3; }
a { background-color: rgb(236,67,163); }
div.DivClassName
{
background-color: #EC43A3;
}
.BgClassName
{
background-color: #EC43A3;
}
</style>
border-color css
<style>
span { border-color: #EC43A3; }
span { border-color: rgb(236,67,163); }
td.TdClassName
{
border-color: #EC43A3;
}
.TagClassName
{
border-color: #EC43A3;
}
</style>