Shades of Wild Strawberry #EC41AC
Tints of Wild Strawberry #EC41AC
RGB
CMYK
RGB Variations
Color information
#EC41AC (or 0xEC41AC) is known color: Wild Strawberry. HEX triplet: EC, 41 and AC. RGB value is (236,65,172). Sum of RGB (Red+Green+Blue) = 236+65+172=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AC is #13BE53. Grayscale: #808080. Windows color (decimal): -1293908 or 11289068. OLE color: 11289068.
HSL color Cylindrical-coordinate representation of color #EC41AC: hue angle of 322.46º 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 #EC41AC is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 172 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.07 |
| HSL | 322.46º | 0.82% | 0.59% | - |
| HSV(B) | 322.46º | 0.72% | 0.93% | - |
| XYZ | 43.93 | 24.59 | 41.46 | - |
| YUV | 128.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 172 | 0 | 0.72 | 0.27 | 0.07 | 322.46 | 0.82 | 0.59 |
| Hex | EC | 41 | AC | 0 | 48 | 1B | 7 | 142 | 52 | 3B |
| Octal | 354 | 101 | 254 | 0 | 110 | 33 | 7 | 502 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10101100 | 0 | 1001000 | 11011 | 111 | 101000010 | 1010010 | 111011 |
Color Harmonies of #EC41AC
Complementary color
Monochromatic Colors of #EC41AC
Black with #EC41AC
Text Example
Text Example
White with #EC41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41AC; }
p { color: rgb(236,65,172); }
H1.HeaderClassName
{
color: #EC41AC;
}
.AnyTagClassName
{
color: #EC41AC;
}
</style>
background-color css
<style>
a { background-color: #EC41AC; }
a { background-color: rgb(236,65,172); }
div.DivClassName
{
background-color: #EC41AC;
}
.BgClassName
{
background-color: #EC41AC;
}
</style>
border-color css
<style>
span { border-color: #EC41AC; }
span { border-color: rgb(236,65,172); }
td.TdClassName
{
border-color: #EC41AC;
}
.TagClassName
{
border-color: #EC41AC;
}
</style>