Shades of Wild Strawberry #EC3B9E
Tints of Wild Strawberry #EC3B9E
RGB
CMYK
RGB Variations
Color information
#EC3B9E (or 0xEC3B9E) is known color: Wild Strawberry. HEX triplet: EC, 3B and 9E. RGB value is (236,59,158). Sum of RGB (Red+Green+Blue) = 236+59+158=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3B9E is #13C461. Grayscale: #7A7A7A. Windows color (decimal): -1295458 or 10370028. OLE color: 10370028.
HSL color Cylindrical-coordinate representation of color #EC3B9E: hue angle of 326.44º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3B9E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 158 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.07 |
| HSL | 326.44º | 0.82% | 0.58% | - |
| HSV(B) | 326.44º | 0.75% | 0.93% | - |
| XYZ | 42.33 | 23.43 | 34.64 | - |
| YUV | 123.21 | 147.64 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 158 | 0 | 0.75 | 0.33 | 0.07 | 326.44 | 0.82 | 0.58 |
| Hex | EC | 3B | 9E | 0 | 4B | 21 | 7 | 146 | 52 | 3A |
| Octal | 354 | 73 | 236 | 0 | 113 | 41 | 7 | 506 | 122 | 72 |
| Binary | 11101100 | 111011 | 10011110 | 0 | 1001011 | 100001 | 111 | 101000110 | 1010010 | 111010 |
Color Harmonies of #EC3B9E
Complementary color
Monochromatic Colors of #EC3B9E
Black with #EC3B9E
Text Example
Text Example
White with #EC3B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B9E; }
p { color: rgb(236,59,158); }
H1.HeaderClassName
{
color: #EC3B9E;
}
.AnyTagClassName
{
color: #EC3B9E;
}
</style>
background-color css
<style>
a { background-color: #EC3B9E; }
a { background-color: rgb(236,59,158); }
div.DivClassName
{
background-color: #EC3B9E;
}
.BgClassName
{
background-color: #EC3B9E;
}
</style>
border-color css
<style>
span { border-color: #EC3B9E; }
span { border-color: rgb(236,59,158); }
td.TdClassName
{
border-color: #EC3B9E;
}
.TagClassName
{
border-color: #EC3B9E;
}
</style>