COLOR #EC7C89

HEX: #EC7C89 RGB: (236,124,137)

Color info

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

RGB color model

#EC7C89 color RGB value is (236,124,137).

RGB: (236,124,137) (93%, 49%, 54%)

RGB channels and saturation

R 236 of 255 = 93%
G 124 of 255 = 49%
B 137 of 255 = 54%

236
124
137

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

Portions of RGB colors in percentages

R + G + B = 236 + 124 + 137 = 497 (100%)
R 236 of 497 ~ 47.48%
G 124 of 497 ~ 24.95%
B 137 of 497 ~ 27.57'%

%47.48
%24.95
%27.57

CMYK color model

#EC7C89 color CMYK value is (0,47,42,7).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 41.95%
  • key color value is 7.45%

CMYK: (0,47,42,7)
C0M47Y42K7 (0%, 47%, 42%, 7%)
(0.00 / 0.47 / 0.42 / 0.07)

CMYK percentages

%0
%47.46
%41.95
%7.45

Codes

Color #EC7C89 in popluar color models

EC 7C 89
RGB 236 124 137
HSL 353° 74.67% 70.59%
HSB/HSV 353° 47.46% 92.55%
CMYK 0.00% 47.46% 41.95%
7.45%

Color #EC7C89 in popluar number systems.

HEX EC 7C 89
Decimal 236 124 137
Binary 11101100 1111100 10001001
Octal 354 174 211

Shades and tints

Shades of #EC7C89

#EC7C89
(236,124,137)
#D7717D
(215,113,125)
#C26671
(194,102,113)
#AD5B65
(173,91,101)
#985059
(152,80,89)
#83454D
(131,69,77)
#6E3A41
(110,58,65)
#592F35
(89,47,53)
#442429
(68,36,41)
#2F191D
(47,25,29)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #EC7C89

#EC7C89
(236,124,137)
#ED8793
(237,135,147)
#EE929D
(238,146,157)
#EF9DA7
(239,157,167)
#F0A8B1
(240,168,177)
#F1B3BB
(241,179,187)
#F2BEC5
(242,190,197)
#F3C9CF
(243,201,207)
#F4D4D9
(244,212,217)
#F5DFE3
(245,223,227)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7C89 color. Also use rgb(236,124,137) instead hex code.

Text Font Color

.myTextColor { color: #EC7C89; }

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

This text font color is #EC7C89.

Background Color

.myBgColor { background-color: #EC7C89; }

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

This div background color is #EC7C89.

Border color

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

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

This div border color is #EC7C89.

Opacity

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

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

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

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

This text has shadow with #EC7C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC7C89.

Preview

Color preview on black background

This text has color #EC7C89 on black background.


Color preview on white background

This text has color #EC7C89 on white background.


Black color preview on #EC7C89 background

This text has black color on #EC7C89 background.


White color preview on #EC7C89 background

This text has white color on #EC7C89 background.


Related colors

Complementary color

Complementary color for #hex is #138376.


I love getcolorcode.com

Triadic colors

1 #89EC7C and #7C89EC with #EC7C89 are triadic colors.

2 #897CEC and #7CEC89 with #EC7C89 are triadic colors.