Shades of Wild Strawberry #EC369B
Tints of Wild Strawberry #EC369B
RGB
CMYK
RGB Variations
Color information
#EC369B (or 0xEC369B) is known color: Wild Strawberry. HEX triplet: EC, 36 and 9B. RGB value is (236,54,155). Sum of RGB (Red+Green+Blue) = 236+54+155=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC369B is #13C964. Grayscale: #777777. Windows color (decimal): -1296741 or 10172140. OLE color: 10172140.
HSL color Cylindrical-coordinate representation of color #EC369B: hue angle of 326.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC369B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 155 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.07 |
| HSL | 326.7º | 0.83% | 0.57% | - |
| HSV(B) | 326.7º | 0.77% | 0.93% | - |
| XYZ | 41.83 | 22.84 | 33.21 | - |
| YUV | 119.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 155 | 0 | 0.77 | 0.34 | 0.07 | 326.7 | 0.83 | 0.57 |
| Hex | EC | 36 | 9B | 0 | 4D | 22 | 7 | 147 | 53 | 39 |
| Octal | 354 | 66 | 233 | 0 | 115 | 42 | 7 | 507 | 123 | 71 |
| Binary | 11101100 | 110110 | 10011011 | 0 | 1001101 | 100010 | 111 | 101000111 | 1010011 | 111001 |
Color Harmonies of #EC369B
Complementary color
Monochromatic Colors of #EC369B
Black with #EC369B
Text Example
Text Example
White with #EC369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC369B; }
p { color: rgb(236,54,155); }
H1.HeaderClassName
{
color: #EC369B;
}
.AnyTagClassName
{
color: #EC369B;
}
</style>
background-color css
<style>
a { background-color: #EC369B; }
a { background-color: rgb(236,54,155); }
div.DivClassName
{
background-color: #EC369B;
}
.BgClassName
{
background-color: #EC369B;
}
</style>
border-color css
<style>
span { border-color: #EC369B; }
span { border-color: rgb(236,54,155); }
td.TdClassName
{
border-color: #EC369B;
}
.TagClassName
{
border-color: #EC369B;
}
</style>