Shades of Wild Strawberry #EC3393
Tints of Wild Strawberry #EC3393
RGB
CMYK
RGB Variations
Color information
#EC3393 (or 0xEC3393) is known color: Wild Strawberry. HEX triplet: EC, 33 and 93. RGB value is (236,51,147). Sum of RGB (Red+Green+Blue) = 236+51+147=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3393 is #13CC6C. Grayscale: #757575. Windows color (decimal): -1297517 or 9647084. OLE color: 9647084.
HSL color Cylindrical-coordinate representation of color #EC3393: hue angle of 328.86º 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 #EC3393 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 147 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.07 |
| HSL | 328.86º | 0.83% | 0.56% | - |
| HSV(B) | 328.86º | 0.78% | 0.93% | - |
| XYZ | 41.04 | 22.31 | 29.75 | - |
| YUV | 117.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 147 | 0 | 0.78 | 0.38 | 0.07 | 328.86 | 0.83 | 0.56 |
| Hex | EC | 33 | 93 | 0 | 4E | 26 | 7 | 149 | 53 | 38 |
| Octal | 354 | 63 | 223 | 0 | 116 | 46 | 7 | 511 | 123 | 70 |
| Binary | 11101100 | 110011 | 10010011 | 0 | 1001110 | 100110 | 111 | 101001001 | 1010011 | 111000 |
Color Harmonies of #EC3393
Complementary color
Monochromatic Colors of #EC3393
Black with #EC3393
Text Example
Text Example
White with #EC3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3393; }
p { color: rgb(236,51,147); }
H1.HeaderClassName
{
color: #EC3393;
}
.AnyTagClassName
{
color: #EC3393;
}
</style>
background-color css
<style>
a { background-color: #EC3393; }
a { background-color: rgb(236,51,147); }
div.DivClassName
{
background-color: #EC3393;
}
.BgClassName
{
background-color: #EC3393;
}
</style>
border-color css
<style>
span { border-color: #EC3393; }
span { border-color: rgb(236,51,147); }
td.TdClassName
{
border-color: #EC3393;
}
.TagClassName
{
border-color: #EC3393;
}
</style>