COLOR #EC5070

HEX: #EC5070
RGB: (236,80,112)

Color info

#EC5070 contains mainly red color. Web safe color of #EC5070 is #FF6666 (or #F66).

RGB color model

#EC5070 color RGB value is (236,80,112).

  • red value is 236;
  • green value is 80;
  • blue value is 112.
RGB:
(236,80,112)
(93%,31%,44%)

RGB channels and saturation

R 236 of 255 = 93%
G 80 of 255 = 31%
B 112 of 255 = 44%

236
80
112

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

Portions of RGB colors in percentages

R + G + B =
236 + 80 + 112 = 428 (100%)
R 236 of 428 ~ 55.14%
G 80 of 428 ~ 18.69%
B 112 of 428 ~ 26.17%

%55.14
%18.69
%26.17

CMYK color model

#EC5070 color CMYK value is (0,66,53,7).

  • cyan value is 0.00%
  • magenta value is 66.10%
  • yellow value is 52.54%
  • key color value is 7.45%
CMYK:
(0,66,53,7)
C0M66Y53K7 
(0%,66%,53%,7%)
(0.00/0.66/0.53/0.07)	

CMYK percentages

%0
%66.1
%52.54
%7.45

Codes

Color #EC5070 in popluar color models

EC5070
RGB23680112
HSL348°80.41%61.96%
HSB/HSV348°66.10%92.55%
CMYK0.00%66.10%52.54%
7.45%

Color #EC5070 in popluar number systems.

HEXEC5070
Decimal23680112
Binary1110110010100001110000
Octal354120160

Shades and tints

Shades of #EC5070

#EC5070
(236,80,112)
#D74966
(215,73,102)
#C2425C
(194,66,92)
#AD3B52
(173,59,82)
#983448
(152,52,72)
#832D3E
(131,45,62)
#6E2634
(110,38,52)
#591F2A
(89,31,42)
#441820
(68,24,32)
#2F1116
(47,17,22)
#1A0A0C
(26,10,12)
#000000
(0,0,0)

Tints of #EC5070

#EC5070
(236,80,112)
#ED5F7D
(237,95,125)
#EE6E8A
(238,110,138)
#EF7D97
(239,125,151)
#F08CA4
(240,140,164)
#F19BB1
(241,155,177)
#F2AABE
(242,170,190)
#F3B9CB
(243,185,203)
#F4C8D8
(244,200,216)
#F5D7E5
(245,215,229)
#F6E6F2
(246,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5070 color. Also use rgb(236,80,112) instead hex code.

Text Font Color

.myTextColor { color: #EC5070; }

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

This text font color is #EC5070.


Background Color

.myBgColor { background-color: #EC5070; }

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

This div background color is #EC5070.


Border color

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

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

This div border color is #EC5070.


Opacity

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

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

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

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

This text has shadow with #EC5070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5070 on black background.


Color preview on white background

This text has color #EC5070 on white background.



Black color preview on #EC5070 background

This text has black color on #EC5070 background.


White color preview on #EC5070 background

This text has white color on #EC5070 background.