Shades of Wild Strawberry #EC41AB
Tints of Wild Strawberry #EC41AB
RGB
CMYK
RGB Variations
Color information
#EC41AB (or 0xEC41AB) is known color: Wild Strawberry. HEX triplet: EC, 41 and AB. RGB value is (236,65,171). Sum of RGB (Red+Green+Blue) = 236+65+171=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AB is #13BE54. Grayscale: #7F7F7F. Windows color (decimal): -1293909 or 11223532. OLE color: 11223532.
HSL color Cylindrical-coordinate representation of color #EC41AB: hue angle of 322.81º 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 #EC41AB is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 171 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.07 |
| HSL | 322.81º | 0.82% | 0.59% | - |
| HSV(B) | 322.81º | 0.72% | 0.93% | - |
| XYZ | 43.83 | 24.55 | 40.96 | - |
| YUV | 128.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 171 | 0 | 0.72 | 0.28 | 0.07 | 322.81 | 0.82 | 0.59 |
| Hex | EC | 41 | AB | 0 | 48 | 1C | 7 | 143 | 52 | 3B |
| Octal | 354 | 101 | 253 | 0 | 110 | 34 | 7 | 503 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10101011 | 0 | 1001000 | 11100 | 111 | 101000011 | 1010010 | 111011 |
Color Harmonies of #EC41AB
Complementary color
Monochromatic Colors of #EC41AB
Black with #EC41AB
Text Example
Text Example
White with #EC41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41AB; }
p { color: rgb(236,65,171); }
H1.HeaderClassName
{
color: #EC41AB;
}
.AnyTagClassName
{
color: #EC41AB;
}
</style>
background-color css
<style>
a { background-color: #EC41AB; }
a { background-color: rgb(236,65,171); }
div.DivClassName
{
background-color: #EC41AB;
}
.BgClassName
{
background-color: #EC41AB;
}
</style>
border-color css
<style>
span { border-color: #EC41AB; }
span { border-color: rgb(236,65,171); }
td.TdClassName
{
border-color: #EC41AB;
}
.TagClassName
{
border-color: #EC41AB;
}
</style>