COLOR #EC3A6D

HEX: #EC3A6D RGB: (236,58,109)

Color info

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

RGB color model

#EC3A6D color RGB value is (236,58,109).

RGB: (236,58,109) (93%, 23%, 43%)

RGB channels and saturation

R 236 of 255 = 93%
G 58 of 255 = 23%
B 109 of 255 = 43%

236
58
109

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

Portions of RGB colors in percentages

R + G + B = 236 + 58 + 109 = 403 (100%)
R 236 of 403 ~ 58.56%
G 58 of 403 ~ 14.39%
B 109 of 403 ~ 27.05'%

%58.56
%14.39
%27.05

CMYK color model

#EC3A6D color CMYK value is (0,75,54,7).

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

CMYK: (0,75,54,7)
C0M75Y54K7 (0%, 75%, 54%, 7%)
(0.00 / 0.75 / 0.54 / 0.07)

CMYK percentages

%0
%75.42
%53.81
%7.45

Codes

Color #EC3A6D in popluar color models

EC 3A 6D
RGB 236 58 109
HSL 343° 82.41% 57.65%
HSB/HSV 343° 75.42% 92.55%
CMYK 0.00% 75.42% 53.81%
7.45%

Color #EC3A6D in popluar number systems.

HEX EC 3A 6D
Decimal 236 58 109
Binary 11101100 111010 1101101
Octal 354 72 155

Shades and tints

Shades of #EC3A6D

#EC3A6D
(236,58,109)
#D73564
(215,53,100)
#C2305B
(194,48,91)
#AD2B52
(173,43,82)
#982649
(152,38,73)
#832140
(131,33,64)
#6E1C37
(110,28,55)
#59172E
(89,23,46)
#441225
(68,18,37)
#2F0D1C
(47,13,28)
#1A0813
(26,8,19)
#000000
(0,0,0)

Tints of #EC3A6D

#EC3A6D
(236,58,109)
#ED4B7A
(237,75,122)
#EE5C87
(238,92,135)
#EF6D94
(239,109,148)
#F07EA1
(240,126,161)
#F18FAE
(241,143,174)
#F2A0BB
(242,160,187)
#F3B1C8
(243,177,200)
#F4C2D5
(244,194,213)
#F5D3E2
(245,211,226)
#F6E4EF
(246,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC3A6D; }

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

This text font color is #EC3A6D.

Background Color

.myBgColor { background-color: #EC3A6D; }

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

This div background color is #EC3A6D.

Border color

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

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

This div border color is #EC3A6D.

Opacity

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

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

Text with #EC3A6D 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 #EC3A6D;}

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

This text has shadow with #EC3A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC3A6D.

Preview

Color preview on black background

This text has color #EC3A6D on black background.


Color preview on white background

This text has color #EC3A6D on white background.


Black color preview on #EC3A6D background

This text has black color on #EC3A6D background.


White color preview on #EC3A6D background

This text has white color on #EC3A6D background.


Related colors

Complementary color

Complementary color for #hex is #13C592.


I love getcolorcode.com

Triadic colors

1 #6DEC3A and #3A6DEC with #EC3A6D are triadic colors.

2 #6D3AEC and #3AEC6D with #EC3A6D are triadic colors.