Shades of Wild Strawberry #EC3493
Tints of Wild Strawberry #EC3493
RGB
CMYK
RGB Variations
Color information
#EC3493 (or 0xEC3493) is known color: Wild Strawberry. HEX triplet: EC, 34 and 93. RGB value is (236,52,147). Sum of RGB (Red+Green+Blue) = 236+52+147=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3493 is #13CB6C. Grayscale: #757575. Windows color (decimal): -1297261 or 9647340. OLE color: 9647340.
HSL color Cylindrical-coordinate representation of color #EC3493: hue angle of 329.02º 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 #EC3493 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 147 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.07 |
| HSL | 329.02º | 0.83% | 0.56% | - |
| HSV(B) | 329.02º | 0.78% | 0.93% | - |
| XYZ | 41.09 | 22.4 | 29.76 | - |
| YUV | 117.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 147 | 0 | 0.78 | 0.38 | 0.07 | 329.02 | 0.83 | 0.56 |
| Hex | EC | 34 | 93 | 0 | 4E | 26 | 7 | 149 | 53 | 38 |
| Octal | 354 | 64 | 223 | 0 | 116 | 46 | 7 | 511 | 123 | 70 |
| Binary | 11101100 | 110100 | 10010011 | 0 | 1001110 | 100110 | 111 | 101001001 | 1010011 | 111000 |
Color Harmonies of #EC3493
Complementary color
Monochromatic Colors of #EC3493
Black with #EC3493
Text Example
Text Example
White with #EC3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3493; }
p { color: rgb(236,52,147); }
H1.HeaderClassName
{
color: #EC3493;
}
.AnyTagClassName
{
color: #EC3493;
}
</style>
background-color css
<style>
a { background-color: #EC3493; }
a { background-color: rgb(236,52,147); }
div.DivClassName
{
background-color: #EC3493;
}
.BgClassName
{
background-color: #EC3493;
}
</style>
border-color css
<style>
span { border-color: #EC3493; }
span { border-color: rgb(236,52,147); }
td.TdClassName
{
border-color: #EC3493;
}
.TagClassName
{
border-color: #EC3493;
}
</style>