Shades of Wild Strawberry #EC3199
Tints of Wild Strawberry #EC3199
RGB
CMYK
RGB Variations
Color information
#EC3199 (or 0xEC3199) is known color: Wild Strawberry. HEX triplet: EC, 31 and 99. RGB value is (236,49,153). Sum of RGB (Red+Green+Blue) = 236+49+153=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3199 is #13CE66. Grayscale: #747474. Windows color (decimal): -1298023 or 10039788. OLE color: 10039788.
HSL color Cylindrical-coordinate representation of color #EC3199: hue angle of 326.63º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3199 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 153 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.07 |
| HSL | 326.63º | 0.83% | 0.56% | - |
| HSV(B) | 326.63º | 0.79% | 0.93% | - |
| XYZ | 41.44 | 22.33 | 32.26 | - |
| YUV | 116.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 153 | 0 | 0.79 | 0.35 | 0.07 | 326.63 | 0.83 | 0.56 |
| Hex | EC | 31 | 99 | 0 | 4F | 23 | 7 | 147 | 53 | 38 |
| Octal | 354 | 61 | 231 | 0 | 117 | 43 | 7 | 507 | 123 | 70 |
| Binary | 11101100 | 110001 | 10011001 | 0 | 1001111 | 100011 | 111 | 101000111 | 1010011 | 111000 |
Color Harmonies of #EC3199
Complementary color
Monochromatic Colors of #EC3199
Black with #EC3199
Text Example
Text Example
White with #EC3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3199; }
p { color: rgb(236,49,153); }
H1.HeaderClassName
{
color: #EC3199;
}
.AnyTagClassName
{
color: #EC3199;
}
</style>
background-color css
<style>
a { background-color: #EC3199; }
a { background-color: rgb(236,49,153); }
div.DivClassName
{
background-color: #EC3199;
}
.BgClassName
{
background-color: #EC3199;
}
</style>
border-color css
<style>
span { border-color: #EC3199; }
span { border-color: rgb(236,49,153); }
td.TdClassName
{
border-color: #EC3199;
}
.TagClassName
{
border-color: #EC3199;
}
</style>