COLOR #EC7A8B

HEX: #EC7A8B RGB: (236,122,139)

Color info

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

RGB color model

#EC7A8B color RGB value is (236,122,139).

RGB: (236,122,139) (93%, 48%, 55%)

RGB channels and saturation

R 236 of 255 = 93%
G 122 of 255 = 48%
B 139 of 255 = 55%

236
122
139

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

Portions of RGB colors in percentages

R + G + B = 236 + 122 + 139 = 497 (100%)
R 236 of 497 ~ 47.48%
G 122 of 497 ~ 24.55%
B 139 of 497 ~ 27.97'%

%47.48
%24.55
%27.97

CMYK color model

#EC7A8B color CMYK value is (0,48,41,7).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 41.10%
  • key color value is 7.45%
CMYK: (0,48,41,7) C0M48Y41K7 (0%,48%,41%,7%) (0.00/0.48/0.41/0.07) 

CMYK percentages

%0
%48.31
%41.1
%7.45

Codes

Color #EC7A8B in popluar color models

EC 7A 8B
RGB 236 122 139
HSL 351° 75.00% 70.20%
HSB/HSV 351° 48.31% 92.55%
CMYK 0.00% 48.31% 41.10%
7.45%

Color #EC7A8B in popluar number systems.

HEX EC 7A 8B
Decimal 236 122 139
Binary 11101100 1111010 10001011
Octal 354 172 213

Shades and tints

Shades of #EC7A8B

#EC7A8B
(236,122,139)
#D76F7F
(215,111,127)
#C26473
(194,100,115)
#AD5967
(173,89,103)
#984E5B
(152,78,91)
#83434F
(131,67,79)
#6E3843
(110,56,67)
#592D37
(89,45,55)
#44222B
(68,34,43)
#2F171F
(47,23,31)
#1A0C13
(26,12,19)
#000000
(0,0,0)

Tints of #EC7A8B

#EC7A8B
(236,122,139)
#ED8695
(237,134,149)
#EE929F
(238,146,159)
#EF9EA9
(239,158,169)
#F0AAB3
(240,170,179)
#F1B6BD
(241,182,189)
#F2C2C7
(242,194,199)
#F3CED1
(243,206,209)
#F4DADB
(244,218,219)
#F5E6E5
(245,230,229)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7A8B color. Also use rgb(236,122,139) instead hex code.

Text Font Color

.myTextColor { color: #EC7A8B; }

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

This text font color is #EC7A8B.

Background Color

.myBgColor { background-color: #EC7A8B; }

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

This div background color is #EC7A8B.

Border color

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

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

This div border color is #EC7A8B.

Opacity

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

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

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

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

This text has shadow with #EC7A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC7A8B.

Preview

Color preview on black background

This text has color #EC7A8B on black background.


Color preview on white background

This text has color #EC7A8B on white background.


Black color preview on #EC7A8B background

This text has black color on #EC7A8B background.


White color preview on #EC7A8B background

This text has white color on #EC7A8B background.


Related colors

Complementary color

Complementary color for #hex is #138574.


I love getcolorcode.com

Triadic colors

1 #8BEC7A and #7A8BEC with #EC7A8B are triadic colors.

2 #8B7AEC and #7AEC8B with #EC7A8B are triadic colors.