Shades of Wild Strawberry #EC3293
Tints of Wild Strawberry #EC3293
RGB
CMYK
RGB Variations
Color information
#EC3293 (or 0xEC3293) is known color: Wild Strawberry. HEX triplet: EC, 32 and 93. RGB value is (236,50,147). Sum of RGB (Red+Green+Blue) = 236+50+147=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3293 is #13CD6C. Grayscale: #747474. Windows color (decimal): -1297773 or 9646828. OLE color: 9646828.
HSL color Cylindrical-coordinate representation of color #EC3293: hue angle of 328.71º 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 #EC3293 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 147 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.07 |
| HSL | 328.71º | 0.83% | 0.56% | - |
| HSV(B) | 328.71º | 0.79% | 0.93% | - |
| XYZ | 41 | 22.22 | 29.73 | - |
| YUV | 116.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 147 | 0 | 0.79 | 0.38 | 0.07 | 328.71 | 0.83 | 0.56 |
| Hex | EC | 32 | 93 | 0 | 4F | 26 | 7 | 149 | 53 | 38 |
| Octal | 354 | 62 | 223 | 0 | 117 | 46 | 7 | 511 | 123 | 70 |
| Binary | 11101100 | 110010 | 10010011 | 0 | 1001111 | 100110 | 111 | 101001001 | 1010011 | 111000 |
Color Harmonies of #EC3293
Complementary color
Monochromatic Colors of #EC3293
Black with #EC3293
Text Example
Text Example
White with #EC3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3293; }
p { color: rgb(236,50,147); }
H1.HeaderClassName
{
color: #EC3293;
}
.AnyTagClassName
{
color: #EC3293;
}
</style>
background-color css
<style>
a { background-color: #EC3293; }
a { background-color: rgb(236,50,147); }
div.DivClassName
{
background-color: #EC3293;
}
.BgClassName
{
background-color: #EC3293;
}
</style>
border-color css
<style>
span { border-color: #EC3293; }
span { border-color: rgb(236,50,147); }
td.TdClassName
{
border-color: #EC3293;
}
.TagClassName
{
border-color: #EC3293;
}
</style>