Shades of Wild Strawberry #EC3399
Tints of Wild Strawberry #EC3399
RGB
CMYK
RGB Variations
Color information
#EC3399 (or 0xEC3399) is known color: Wild Strawberry. HEX triplet: EC, 33 and 99. RGB value is (236,51,153). Sum of RGB (Red+Green+Blue) = 236+51+153=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3399 is #13CC66. Grayscale: #757575. Windows color (decimal): -1297511 or 10040300. OLE color: 10040300.
HSL color Cylindrical-coordinate representation of color #EC3399: hue angle of 326.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3399 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 153 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.07 |
| HSL | 326.92º | 0.83% | 0.56% | - |
| HSV(B) | 326.92º | 0.78% | 0.93% | - |
| XYZ | 41.53 | 22.5 | 32.29 | - |
| YUV | 117.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 153 | 0 | 0.78 | 0.35 | 0.07 | 326.92 | 0.83 | 0.56 |
| Hex | EC | 33 | 99 | 0 | 4E | 23 | 7 | 147 | 53 | 38 |
| Octal | 354 | 63 | 231 | 0 | 116 | 43 | 7 | 507 | 123 | 70 |
| Binary | 11101100 | 110011 | 10011001 | 0 | 1001110 | 100011 | 111 | 101000111 | 1010011 | 111000 |
Color Harmonies of #EC3399
Complementary color
Monochromatic Colors of #EC3399
Black with #EC3399
Text Example
Text Example
White with #EC3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3399; }
p { color: rgb(236,51,153); }
H1.HeaderClassName
{
color: #EC3399;
}
.AnyTagClassName
{
color: #EC3399;
}
</style>
background-color css
<style>
a { background-color: #EC3399; }
a { background-color: rgb(236,51,153); }
div.DivClassName
{
background-color: #EC3399;
}
.BgClassName
{
background-color: #EC3399;
}
</style>
border-color css
<style>
span { border-color: #EC3399; }
span { border-color: rgb(236,51,153); }
td.TdClassName
{
border-color: #EC3399;
}
.TagClassName
{
border-color: #EC3399;
}
</style>