Shades of Wild Strawberry #EC3F9B
Tints of Wild Strawberry #EC3F9B
RGB
CMYK
RGB Variations
Color information
#EC3F9B (or 0xEC3F9B) is known color: Wild Strawberry. HEX triplet: EC, 3F and 9B. RGB value is (236,63,155). Sum of RGB (Red+Green+Blue) = 236+63+155=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F9B is #13C064. Grayscale: #7D7D7D. Windows color (decimal): -1294437 or 10174444. OLE color: 10174444.
HSL color Cylindrical-coordinate representation of color #EC3F9B: hue angle of 328.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F9B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 155 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.07 |
| HSL | 328.09º | 0.82% | 0.59% | - |
| HSV(B) | 328.09º | 0.73% | 0.93% | - |
| XYZ | 42.29 | 23.75 | 33.37 | - |
| YUV | 125.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 155 | 0 | 0.73 | 0.34 | 0.07 | 328.09 | 0.82 | 0.59 |
| Hex | EC | 3F | 9B | 0 | 49 | 22 | 7 | 148 | 52 | 3B |
| Octal | 354 | 77 | 233 | 0 | 111 | 42 | 7 | 510 | 122 | 73 |
| Binary | 11101100 | 111111 | 10011011 | 0 | 1001001 | 100010 | 111 | 101001000 | 1010010 | 111011 |
Color Harmonies of #EC3F9B
Complementary color
Monochromatic Colors of #EC3F9B
Black with #EC3F9B
Text Example
Text Example
White with #EC3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F9B; }
p { color: rgb(236,63,155); }
H1.HeaderClassName
{
color: #EC3F9B;
}
.AnyTagClassName
{
color: #EC3F9B;
}
</style>
background-color css
<style>
a { background-color: #EC3F9B; }
a { background-color: rgb(236,63,155); }
div.DivClassName
{
background-color: #EC3F9B;
}
.BgClassName
{
background-color: #EC3F9B;
}
</style>
border-color css
<style>
span { border-color: #EC3F9B; }
span { border-color: rgb(236,63,155); }
td.TdClassName
{
border-color: #EC3F9B;
}
.TagClassName
{
border-color: #EC3F9B;
}
</style>