Shades of Wild Strawberry #EC419F
Tints of Wild Strawberry #EC419F
RGB
CMYK
RGB Variations
Color information
#EC419F (or 0xEC419F) is known color: Wild Strawberry. HEX triplet: EC, 41 and 9F. RGB value is (236,65,159). Sum of RGB (Red+Green+Blue) = 236+65+159=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC419F is #13BE60. Grayscale: #7E7E7E. Windows color (decimal): -1293921 or 10437100. OLE color: 10437100.
HSL color Cylindrical-coordinate representation of color #EC419F: hue angle of 327.02º 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 #EC419F is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 159 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.07 |
| HSL | 327.02º | 0.82% | 0.59% | - |
| HSV(B) | 327.02º | 0.72% | 0.93% | - |
| XYZ | 42.74 | 24.12 | 35.2 | - |
| YUV | 126.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 159 | 0 | 0.72 | 0.33 | 0.07 | 327.02 | 0.82 | 0.59 |
| Hex | EC | 41 | 9F | 0 | 48 | 21 | 7 | 147 | 52 | 3B |
| Octal | 354 | 101 | 237 | 0 | 110 | 41 | 7 | 507 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10011111 | 0 | 1001000 | 100001 | 111 | 101000111 | 1010010 | 111011 |
Color Harmonies of #EC419F
Complementary color
Monochromatic Colors of #EC419F
Black with #EC419F
Text Example
Text Example
White with #EC419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC419F; }
p { color: rgb(236,65,159); }
H1.HeaderClassName
{
color: #EC419F;
}
.AnyTagClassName
{
color: #EC419F;
}
</style>
background-color css
<style>
a { background-color: #EC419F; }
a { background-color: rgb(236,65,159); }
div.DivClassName
{
background-color: #EC419F;
}
.BgClassName
{
background-color: #EC419F;
}
</style>
border-color css
<style>
span { border-color: #EC419F; }
span { border-color: rgb(236,65,159); }
td.TdClassName
{
border-color: #EC419F;
}
.TagClassName
{
border-color: #EC419F;
}
</style>