Shades of Wild Strawberry #EC41A3
Tints of Wild Strawberry #EC41A3
RGB
CMYK
RGB Variations
Color information
#EC41A3 (or 0xEC41A3) is known color: Wild Strawberry. HEX triplet: EC, 41 and A3. RGB value is (236,65,163). Sum of RGB (Red+Green+Blue) = 236+65+163=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41A3 is #13BE5C. Grayscale: #7F7F7F. Windows color (decimal): -1293917 or 10699244. OLE color: 10699244.
HSL color Cylindrical-coordinate representation of color #EC41A3: hue angle of 325.61º 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 #EC41A3 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 163 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.07 |
| HSL | 325.61º | 0.82% | 0.59% | - |
| HSV(B) | 325.61º | 0.72% | 0.93% | - |
| XYZ | 43.09 | 24.26 | 37.06 | - |
| YUV | 127.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 163 | 0 | 0.72 | 0.31 | 0.07 | 325.61 | 0.82 | 0.59 |
| Hex | EC | 41 | A3 | 0 | 48 | 1F | 7 | 146 | 52 | 3B |
| Octal | 354 | 101 | 243 | 0 | 110 | 37 | 7 | 506 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10100011 | 0 | 1001000 | 11111 | 111 | 101000110 | 1010010 | 111011 |
Color Harmonies of #EC41A3
Complementary color
Monochromatic Colors of #EC41A3
Black with #EC41A3
Text Example
Text Example
White with #EC41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41A3; }
p { color: rgb(236,65,163); }
H1.HeaderClassName
{
color: #EC41A3;
}
.AnyTagClassName
{
color: #EC41A3;
}
</style>
background-color css
<style>
a { background-color: #EC41A3; }
a { background-color: rgb(236,65,163); }
div.DivClassName
{
background-color: #EC41A3;
}
.BgClassName
{
background-color: #EC41A3;
}
</style>
border-color css
<style>
span { border-color: #EC41A3; }
span { border-color: rgb(236,65,163); }
td.TdClassName
{
border-color: #EC41A3;
}
.TagClassName
{
border-color: #EC41A3;
}
</style>