COLOR #EC3A60

HEX: #EC3A60 RGB: (236,58,96)

Color info

#EC3A60 contains mainly red color. Web safe color of #EC3A60 is #FF3366 (or #F36).

RGB color model

#EC3A60 color RGB value is (236,58,96).

RGB: (236,58,96) (93%, 23%, 38%)

RGB channels and saturation

R 236 of 255 = 93%
G 58 of 255 = 23%
B 96 of 255 = 38%

236
58
96

R + G + B ~ 51%. #EC3A60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 236 + 58 + 96 = 390 (100%)
R 236 of 390 ~ 60.51%
G 58 of 390 ~ 14.87%
B 96 of 390 ~ 24.62'%

%60.51
%14.87
%24.62

CMYK color model

#EC3A60 color CMYK value is (0,75,59,7).

  • cyan value is 0.00%
  • magenta value is 75.42%
  • yellow value is 59.32%
  • key color value is 7.45%

CMYK: (0,75,59,7)
C0M75Y59K7 (0%, 75%, 59%, 7%)
(0.00 / 0.75 / 0.59 / 0.07)

CMYK percentages

%0
%75.42
%59.32
%7.45

Codes

Color #EC3A60 in popluar color models

EC 3A 60
RGB 236 58 96
HSL 347° 82.41% 57.65%
HSB/HSV 347° 75.42% 92.55%
CMYK 0.00% 75.42% 59.32%
7.45%

Color #EC3A60 in popluar number systems.

HEX EC 3A 60
Decimal 236 58 96
Binary 11101100 111010 1100000
Octal 354 72 140

Shades and tints

Shades of #EC3A60

#EC3A60
(236,58,96)
#D73558
(215,53,88)
#C23050
(194,48,80)
#AD2B48
(173,43,72)
#982640
(152,38,64)
#832138
(131,33,56)
#6E1C30
(110,28,48)
#591728
(89,23,40)
#441220
(68,18,32)
#2F0D18
(47,13,24)
#1A0810
(26,8,16)
#000000
(0,0,0)

Tints of #EC3A60

#EC3A60
(236,58,96)
#ED4B6E
(237,75,110)
#EE5C7C
(238,92,124)
#EF6D8A
(239,109,138)
#F07E98
(240,126,152)
#F18FA6
(241,143,166)
#F2A0B4
(242,160,180)
#F3B1C2
(243,177,194)
#F4C2D0
(244,194,208)
#F5D3DE
(245,211,222)
#F6E4EC
(246,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC3A60 color. Also use rgb(236,58,96) instead hex code.

Text Font Color

.myTextColor { color: #EC3A60; }

<p style="color:#EC3A60">This sample text font color is #EC3A60.</p>

This text font color is #EC3A60.

Background Color

.myBgColor { background-color: #EC3A60; }

<div style="background-color:#EC3A60">Inner text</div>

This div background color is #EC3A60.

Border color

.myBorderColor { border: 1px solid #EC3A60; }

<div style="border:3px solid #EC3A60">Div</div>

This div border color is #EC3A60.

Opacity

.myOpacity80 { color: #EC3A60; opacity: 0.8; }

<p style="color:#EC3A60;opacity:0.8;">80%</p>

Text with #EC3A60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EC3A60;}

<p style="text-shadow: 3px 3px 1px #EC3A60">Text here.</p>

This text has shadow with #EC3A60 color.


.textShadow {text-shadow: 3px 3px 1px #EC3A60', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EC3A60, 5px 5px 20px red">Text here.</p>

This text has shadow with #EC3A60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EC3A60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EC3A60, Direction=45, Strength=4)">Text</p>

This text has shadow with #EC3A60 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EC3A60;
-webkit-box-shadow: 1px 1px 3px 2px #EC3A60;
box-shadow: 1px 1px 3px 2px #EC3A60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EC3A60; -webkit-box-shadow: 1px 1px 3px 2px #EC3A60; box-shadow:1px 1px 3px 2px #EC3A60;">
Div content here
</div>

This div box has shadow with color #EC3A60.

Preview

Color preview on black background

This text has color #EC3A60 on black background.


Color preview on white background

This text has color #EC3A60 on white background.


Black color preview on #EC3A60 background

This text has black color on #EC3A60 background.


White color preview on #EC3A60 background

This text has white color on #EC3A60 background.


Related colors

Complementary color

Complementary color for #hex is #13C59F.


I love getcolorcode.com

Triadic colors

1 #60EC3A and #3A60EC with #EC3A60 are triadic colors.

2 #603AEC and #3AEC60 with #EC3A60 are triadic colors.