Shades of Wild Strawberry #EC369A
Tints of Wild Strawberry #EC369A
RGB
CMYK
RGB Variations
Color information
#EC369A (or 0xEC369A) is known color: Wild Strawberry. HEX triplet: EC, 36 and 9A. RGB value is (236,54,154). Sum of RGB (Red+Green+Blue) = 236+54+154=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC369A is #13C965. Grayscale: #777777. Windows color (decimal): -1296742 or 10106604. OLE color: 10106604.
HSL color Cylindrical-coordinate representation of color #EC369A: hue angle of 327.03º 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 #EC369A is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 154 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.07 |
| HSL | 327.03º | 0.83% | 0.57% | - |
| HSV(B) | 327.03º | 0.77% | 0.93% | - |
| XYZ | 41.74 | 22.8 | 32.77 | - |
| YUV | 119.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 154 | 0 | 0.77 | 0.35 | 0.07 | 327.03 | 0.83 | 0.57 |
| Hex | EC | 36 | 9A | 0 | 4D | 23 | 7 | 147 | 53 | 39 |
| Octal | 354 | 66 | 232 | 0 | 115 | 43 | 7 | 507 | 123 | 71 |
| Binary | 11101100 | 110110 | 10011010 | 0 | 1001101 | 100011 | 111 | 101000111 | 1010011 | 111001 |
Color Harmonies of #EC369A
Complementary color
Monochromatic Colors of #EC369A
Black with #EC369A
Text Example
Text Example
White with #EC369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC369A; }
p { color: rgb(236,54,154); }
H1.HeaderClassName
{
color: #EC369A;
}
.AnyTagClassName
{
color: #EC369A;
}
</style>
background-color css
<style>
a { background-color: #EC369A; }
a { background-color: rgb(236,54,154); }
div.DivClassName
{
background-color: #EC369A;
}
.BgClassName
{
background-color: #EC369A;
}
</style>
border-color css
<style>
span { border-color: #EC369A; }
span { border-color: rgb(236,54,154); }
td.TdClassName
{
border-color: #EC369A;
}
.TagClassName
{
border-color: #EC369A;
}
</style>