Shades of Wild Strawberry #EC419D
Tints of Wild Strawberry #EC419D
RGB
CMYK
RGB Variations
Color information
#EC419D (or 0xEC419D) is known color: Wild Strawberry. HEX triplet: EC, 41 and 9D. RGB value is (236,65,157). Sum of RGB (Red+Green+Blue) = 236+65+157=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC419D is #13BE62. Grayscale: #7E7E7E. Windows color (decimal): -1293923 or 10306028. OLE color: 10306028.
HSL color Cylindrical-coordinate representation of color #EC419D: hue angle of 327.72º 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 #EC419D is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 157 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.07 |
| HSL | 327.72º | 0.82% | 0.59% | - |
| HSV(B) | 327.72º | 0.72% | 0.93% | - |
| XYZ | 42.57 | 24.05 | 34.3 | - |
| YUV | 126.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 157 | 0 | 0.72 | 0.33 | 0.07 | 327.72 | 0.82 | 0.59 |
| Hex | EC | 41 | 9D | 0 | 48 | 21 | 7 | 148 | 52 | 3B |
| Octal | 354 | 101 | 235 | 0 | 110 | 41 | 7 | 510 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10011101 | 0 | 1001000 | 100001 | 111 | 101001000 | 1010010 | 111011 |
Color Harmonies of #EC419D
Complementary color
Monochromatic Colors of #EC419D
Black with #EC419D
Text Example
Text Example
White with #EC419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC419D; }
p { color: rgb(236,65,157); }
H1.HeaderClassName
{
color: #EC419D;
}
.AnyTagClassName
{
color: #EC419D;
}
</style>
background-color css
<style>
a { background-color: #EC419D; }
a { background-color: rgb(236,65,157); }
div.DivClassName
{
background-color: #EC419D;
}
.BgClassName
{
background-color: #EC419D;
}
</style>
border-color css
<style>
span { border-color: #EC419D; }
span { border-color: rgb(236,65,157); }
td.TdClassName
{
border-color: #EC419D;
}
.TagClassName
{
border-color: #EC419D;
}
</style>