COLOR #EC2D6D

HEX: #EC2D6D
RGB: (236,45,109)

Color info

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

RGB color model

#EC2D6D color RGB value is (236,45,109).

  • red value is 236;
  • green value is 45;
  • blue value is 109.
RGB:
(236,45,109)
(93%,18%,43%)

RGB channels and saturation

R 236 of 255 = 93%
G 45 of 255 = 18%
B 109 of 255 = 43%

236
45
109

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

Portions of RGB colors in percentages

R + G + B =
236 + 45 + 109 = 390 (100%)
R 236 of 390 ~ 60.51%
G 45 of 390 ~ 11.54%
B 109 of 390 ~ 27.95%

%60.51
%11.54
%27.95

CMYK color model

#EC2D6D color CMYK value is (0,81,54,7).

  • cyan value is 0.00%
  • magenta value is 80.93%
  • yellow value is 53.81%
  • key color value is 7.45%
CMYK:
(0,81,54,7)
C0M81Y54K7 
(0%,81%,54%,7%)
(0.00/0.81/0.54/0.07)	

CMYK percentages

%0
%80.93
%53.81
%7.45

Codes

Color #EC2D6D in popluar color models

EC2D6D
RGB23645109
HSL340°83.41%55.10%
HSB/HSV340°80.93%92.55%
CMYK0.00%80.93%53.81%
7.45%

Color #EC2D6D in popluar number systems.

HEXEC2D6D
Decimal23645109
Binary111011001011011101101
Octal35455155

Shades and tints

Shades of #EC2D6D

#EC2D6D
(236,45,109)
#D72964
(215,41,100)
#C2255B
(194,37,91)
#AD2152
(173,33,82)
#981D49
(152,29,73)
#831940
(131,25,64)
#6E1537
(110,21,55)
#59112E
(89,17,46)
#440D25
(68,13,37)
#2F091C
(47,9,28)
#1A0513
(26,5,19)
#000000
(0,0,0)

Tints of #EC2D6D

#EC2D6D
(236,45,109)
#ED407A
(237,64,122)
#EE5387
(238,83,135)
#EF6694
(239,102,148)
#F079A1
(240,121,161)
#F18CAE
(241,140,174)
#F29FBB
(242,159,187)
#F3B2C8
(243,178,200)
#F4C5D5
(244,197,213)
#F5D8E2
(245,216,226)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC2D6D; }

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

This text font color is #EC2D6D.


Background Color

.myBgColor { background-color: #EC2D6D; }

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

This div background color is #EC2D6D.


Border color

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

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

This div border color is #EC2D6D.


Opacity

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

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

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

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

This text has shadow with #EC2D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC2D6D on black background.


Color preview on white background

This text has color #EC2D6D on white background.



Black color preview on #EC2D6D background

This text has black color on #EC2D6D background.


White color preview on #EC2D6D background

This text has white color on #EC2D6D background.