Shades of Wild Strawberry #EC3598
Tints of Wild Strawberry #EC3598
RGB
CMYK
RGB Variations
Color information
#EC3598 (or 0xEC3598) is known color: Wild Strawberry. HEX triplet: EC, 35 and 98. RGB value is (236,53,152). Sum of RGB (Red+Green+Blue) = 236+53+152=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3598 is #13CA67. Grayscale: #767676. Windows color (decimal): -1297000 or 9975276. OLE color: 9975276.
HSL color Cylindrical-coordinate representation of color #EC3598: hue angle of 327.54º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3598 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 152 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.07 |
| HSL | 327.54º | 0.83% | 0.57% | - |
| HSV(B) | 327.54º | 0.78% | 0.93% | - |
| XYZ | 41.53 | 22.65 | 31.89 | - |
| YUV | 119 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 152 | 0 | 0.78 | 0.36 | 0.07 | 327.54 | 0.83 | 0.57 |
| Hex | EC | 35 | 98 | 0 | 4E | 24 | 7 | 148 | 53 | 39 |
| Octal | 354 | 65 | 230 | 0 | 116 | 44 | 7 | 510 | 123 | 71 |
| Binary | 11101100 | 110101 | 10011000 | 0 | 1001110 | 100100 | 111 | 101001000 | 1010011 | 111001 |
Color Harmonies of #EC3598
Complementary color
Monochromatic Colors of #EC3598
Black with #EC3598
Text Example
Text Example
White with #EC3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3598; }
p { color: rgb(236,53,152); }
H1.HeaderClassName
{
color: #EC3598;
}
.AnyTagClassName
{
color: #EC3598;
}
</style>
background-color css
<style>
a { background-color: #EC3598; }
a { background-color: rgb(236,53,152); }
div.DivClassName
{
background-color: #EC3598;
}
.BgClassName
{
background-color: #EC3598;
}
</style>
border-color css
<style>
span { border-color: #EC3598; }
span { border-color: rgb(236,53,152); }
td.TdClassName
{
border-color: #EC3598;
}
.TagClassName
{
border-color: #EC3598;
}
</style>