COLOR #EC4973

HEX: #EC4973
RGB: (236,73,115)

Color info

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

RGB color model

#EC4973 color RGB value is (236,73,115).

  • red value is 236;
  • green value is 73;
  • blue value is 115.
RGB:
(236,73,115)
(93%,29%,45%)

RGB channels and saturation

R 236 of 255 = 93%
G 73 of 255 = 29%
B 115 of 255 = 45%

236
73
115

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

Portions of RGB colors in percentages

R + G + B =
236 + 73 + 115 = 424 (100%)
R 236 of 424 ~ 55.66%
G 73 of 424 ~ 17.22%
B 115 of 424 ~ 27.12%

%55.66
%17.22
%27.12

CMYK color model

#EC4973 color CMYK value is (0,69,51,7).

  • cyan value is 0.00%
  • magenta value is 69.07%
  • yellow value is 51.27%
  • key color value is 7.45%
CMYK:
(0,69,51,7)
C0M69Y51K7 
(0%,69%,51%,7%)
(0.00/0.69/0.51/0.07)	

CMYK percentages

%0
%69.07
%51.27
%7.45

Codes

Color #EC4973 in popluar color models

EC4973
RGB23673115
HSL345°81.09%60.59%
HSB/HSV345°69.07%92.55%
CMYK0.00%69.07%51.27%
7.45%

Color #EC4973 in popluar number systems.

HEXEC4973
Decimal23673115
Binary1110110010010011110011
Octal354111163

Shades and tints

Shades of #EC4973

#EC4973
(236,73,115)
#D74369
(215,67,105)
#C23D5F
(194,61,95)
#AD3755
(173,55,85)
#98314B
(152,49,75)
#832B41
(131,43,65)
#6E2537
(110,37,55)
#591F2D
(89,31,45)
#441923
(68,25,35)
#2F1319
(47,19,25)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #EC4973

#EC4973
(236,73,115)
#ED597F
(237,89,127)
#EE698B
(238,105,139)
#EF7997
(239,121,151)
#F089A3
(240,137,163)
#F199AF
(241,153,175)
#F2A9BB
(242,169,187)
#F3B9C7
(243,185,199)
#F4C9D3
(244,201,211)
#F5D9DF
(245,217,223)
#F6E9EB
(246,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC4973 color. Also use rgb(236,73,115) instead hex code.

Text Font Color

.myTextColor { color: #EC4973; }

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

This text font color is #EC4973.


Background Color

.myBgColor { background-color: #EC4973; }

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

This div background color is #EC4973.


Border color

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

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

This div border color is #EC4973.


Opacity

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

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

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

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

This text has shadow with #EC4973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC4973 on black background.


Color preview on white background

This text has color #EC4973 on white background.



Black color preview on #EC4973 background

This text has black color on #EC4973 background.


White color preview on #EC4973 background

This text has white color on #EC4973 background.