Shades of Wild Strawberry #EC399A
Tints of Wild Strawberry #EC399A
RGB
CMYK
RGB Variations
Color information
#EC399A (or 0xEC399A) is known color: Wild Strawberry. HEX triplet: EC, 39 and 9A. RGB value is (236,57,154). Sum of RGB (Red+Green+Blue) = 236+57+154=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC399A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC399A is #13C665. Grayscale: #797979. Windows color (decimal): -1295974 or 10107372. OLE color: 10107372.
HSL color Cylindrical-coordinate representation of color #EC399A: hue angle of 327.49º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC399A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 154 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.49º | 0.82% | 0.57% | - |
| HSV(B) | 327.49º | 0.76% | 0.93% | - |
| XYZ | 41.89 | 23.09 | 32.82 | - |
| YUV | 121.58 | 146.3 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 154 | 0 | 0.76 | 0.35 | 0.07 | 327.49 | 0.82 | 0.57 |
| Hex | EC | 39 | 9A | 0 | 4C | 23 | 7 | 147 | 52 | 39 |
| Octal | 354 | 71 | 232 | 0 | 114 | 43 | 7 | 507 | 122 | 71 |
| Binary | 11101100 | 111001 | 10011010 | 0 | 1001100 | 100011 | 111 | 101000111 | 1010010 | 111001 |
Color Harmonies of #EC399A
Complementary color
Monochromatic Colors of #EC399A
Black with #EC399A
Text Example
Text Example
White with #EC399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC399A; }
p { color: rgb(236,57,154); }
H1.HeaderClassName
{
color: #EC399A;
}
.AnyTagClassName
{
color: #EC399A;
}
</style>
background-color css
<style>
a { background-color: #EC399A; }
a { background-color: rgb(236,57,154); }
div.DivClassName
{
background-color: #EC399A;
}
.BgClassName
{
background-color: #EC399A;
}
</style>
border-color css
<style>
span { border-color: #EC399A; }
span { border-color: rgb(236,57,154); }
td.TdClassName
{
border-color: #EC399A;
}
.TagClassName
{
border-color: #EC399A;
}
</style>