Shades of Wild Strawberry #EC3395
Tints of Wild Strawberry #EC3395
RGB
CMYK
RGB Variations
Color information
#EC3395 (or 0xEC3395) is known color: Wild Strawberry. HEX triplet: EC, 33 and 95. RGB value is (236,51,149). Sum of RGB (Red+Green+Blue) = 236+51+149=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3395 is #13CC6A. Grayscale: #757575. Windows color (decimal): -1297515 or 9778156. OLE color: 9778156.
HSL color Cylindrical-coordinate representation of color #EC3395: hue angle of 328.22º 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 #EC3395 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 149 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.07 |
| HSL | 328.22º | 0.83% | 0.56% | - |
| HSV(B) | 328.22º | 0.78% | 0.93% | - |
| XYZ | 41.2 | 22.37 | 30.58 | - |
| YUV | 117.49 | 145.79 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 149 | 0 | 0.78 | 0.37 | 0.07 | 328.22 | 0.83 | 0.56 |
| Hex | EC | 33 | 95 | 0 | 4E | 25 | 7 | 148 | 53 | 38 |
| Octal | 354 | 63 | 225 | 0 | 116 | 45 | 7 | 510 | 123 | 70 |
| Binary | 11101100 | 110011 | 10010101 | 0 | 1001110 | 100101 | 111 | 101001000 | 1010011 | 111000 |
Color Harmonies of #EC3395
Complementary color
Monochromatic Colors of #EC3395
Black with #EC3395
Text Example
Text Example
White with #EC3395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3395; }
p { color: rgb(236,51,149); }
H1.HeaderClassName
{
color: #EC3395;
}
.AnyTagClassName
{
color: #EC3395;
}
</style>
background-color css
<style>
a { background-color: #EC3395; }
a { background-color: rgb(236,51,149); }
div.DivClassName
{
background-color: #EC3395;
}
.BgClassName
{
background-color: #EC3395;
}
</style>
border-color css
<style>
span { border-color: #EC3395; }
span { border-color: rgb(236,51,149); }
td.TdClassName
{
border-color: #EC3395;
}
.TagClassName
{
border-color: #EC3395;
}
</style>