COLOR #EC2E79

HEX: #EC2E79
RGB: (236,46,121)

Color info

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

RGB color model

#EC2E79 color RGB value is (236,46,121).

  • red value is 236;
  • green value is 46;
  • blue value is 121.
RGB:
(236,46,121)
(93%,18%,47%)

RGB channels and saturation

R 236 of 255 = 93%
G 46 of 255 = 18%
B 121 of 255 = 47%

236
46
121

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

Portions of RGB colors in percentages

R + G + B =
236 + 46 + 121 = 403 (100%)
R 236 of 403 ~ 58.56%
G 46 of 403 ~ 11.41%
B 121 of 403 ~ 30.02%

%58.56
%11.41
%30.02

CMYK color model

#EC2E79 color CMYK value is (0,81,49,7).

  • cyan value is 0.00%
  • magenta value is 80.51%
  • yellow value is 48.73%
  • key color value is 7.45%
CMYK:
(0,81,49,7)
C0M81Y49K7 
(0%,81%,49%,7%)
(0.00/0.81/0.49/0.07)	

CMYK percentages

%0
%80.51
%48.73
%7.45

Codes

Color #EC2E79 in popluar color models

EC2E79
RGB23646121
HSL336°83.33%55.29%
HSB/HSV336°80.51%92.55%
CMYK0.00%80.51%48.73%
7.45%

Color #EC2E79 in popluar number systems.

HEXEC2E79
Decimal23646121
Binary111011001011101111001
Octal35456171

Shades and tints

Shades of #EC2E79

#EC2E79
(236,46,121)
#D72A6E
(215,42,110)
#C22663
(194,38,99)
#AD2258
(173,34,88)
#981E4D
(152,30,77)
#831A42
(131,26,66)
#6E1637
(110,22,55)
#59122C
(89,18,44)
#440E21
(68,14,33)
#2F0A16
(47,10,22)
#1A060B
(26,6,11)
#000000
(0,0,0)

Tints of #EC2E79

#EC2E79
(236,46,121)
#ED4185
(237,65,133)
#EE5491
(238,84,145)
#EF679D
(239,103,157)
#F07AA9
(240,122,169)
#F18DB5
(241,141,181)
#F2A0C1
(242,160,193)
#F3B3CD
(243,179,205)
#F4C6D9
(244,198,217)
#F5D9E5
(245,217,229)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC2E79 color. Also use rgb(236,46,121) instead hex code.

Text Font Color

.myTextColor { color: #EC2E79; }

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

This text font color is #EC2E79.


Background Color

.myBgColor { background-color: #EC2E79; }

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

This div background color is #EC2E79.


Border color

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

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

This div border color is #EC2E79.


Opacity

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

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

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

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

This text has shadow with #EC2E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC2E79 on black background.


Color preview on white background

This text has color #EC2E79 on white background.



Black color preview on #EC2E79 background

This text has black color on #EC2E79 background.


White color preview on #EC2E79 background

This text has white color on #EC2E79 background.