COLOR #EC7E87

HEX: #EC7E87
RGB: (236,126,135)

Color info

#EC7E87 contains mainly red color. Web safe color of #EC7E87 is #FF6699 (or #F69).

RGB color model

#EC7E87 color RGB value is (236,126,135).

  • red value is 236;
  • green value is 126;
  • blue value is 135.
RGB:
(236,126,135)
(93%,49%,53%)

RGB channels and saturation

R 236 of 255 = 93%
G 126 of 255 = 49%
B 135 of 255 = 53%

236
126
135

R + G + B ~ 65%. #EC7E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 126 + 135 = 497 (100%)
R 236 of 497 ~ 47.48%
G 126 of 497 ~ 25.35%
B 135 of 497 ~ 27.16%

%47.48
%25.35
%27.16

CMYK color model

#EC7E87 color CMYK value is (0,47,43,7).

  • cyan value is 0.00%
  • magenta value is 46.61%
  • yellow value is 42.80%
  • key color value is 7.45%
CMYK:
(0,47,43,7)
C0M47Y43K7 
(0%,47%,43%,7%)
(0.00/0.47/0.43/0.07)	

CMYK percentages

%0
%46.61
%42.8
%7.45

Codes

Color #EC7E87 in popluar color models

EC7E87
RGB236126135
HSL355°74.32%70.98%
HSB/HSV355°46.61%92.55%
CMYK0.00%46.61%42.80%
7.45%

Color #EC7E87 in popluar number systems.

HEXEC7E87
Decimal236126135
Binary11101100111111010000111
Octal354176207

Shades and tints

Shades of #EC7E87

#EC7E87
(236,126,135)
#D7737B
(215,115,123)
#C2686F
(194,104,111)
#AD5D63
(173,93,99)
#985257
(152,82,87)
#83474B
(131,71,75)
#6E3C3F
(110,60,63)
#593133
(89,49,51)
#442627
(68,38,39)
#2F1B1B
(47,27,27)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #EC7E87

#EC7E87
(236,126,135)
#ED8991
(237,137,145)
#EE949B
(238,148,155)
#EF9FA5
(239,159,165)
#F0AAAF
(240,170,175)
#F1B5B9
(241,181,185)
#F2C0C3
(242,192,195)
#F3CBCD
(243,203,205)
#F4D6D7
(244,214,215)
#F5E1E1
(245,225,225)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7E87 color. Also use rgb(236,126,135) instead hex code.

Text Font Color

.myTextColor { color: #EC7E87; }

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

This text font color is #EC7E87.


Background Color

.myBgColor { background-color: #EC7E87; }

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

This div background color is #EC7E87.


Border color

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

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

This div border color is #EC7E87.


Opacity

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

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

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

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

This text has shadow with #EC7E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7E87 on black background.


Color preview on white background

This text has color #EC7E87 on white background.



Black color preview on #EC7E87 background

This text has black color on #EC7E87 background.


White color preview on #EC7E87 background

This text has white color on #EC7E87 background.