COLOR #EC7BA9

HEX: #EC7BA9 RGB: (236,123,169)

Color info

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

RGB color model

#EC7BA9 color RGB value is (236,123,169).

RGB: (236,123,169) (93%, 48%, 66%)

RGB channels and saturation

R 236 of 255 = 93%
G 123 of 255 = 48%
B 169 of 255 = 66%

236
123
169

R + G + B ~ 69%. #EC7BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 123 + 169 = 528 (100%)
R 236 of 528 ~ 44.7%
G 123 of 528 ~ 23.3%
B 169 of 528 ~ 32.01'%

%44.7
%23.3
%32.01

CMYK color model

#EC7BA9 color CMYK value is (0,48,28,7).

  • cyan value is 0.00%
  • magenta value is 47.88%
  • yellow value is 28.39%
  • key color value is 7.45%

CMYK: (0,48,28,7)
C0M48Y28K7 (0%, 48%, 28%, 7%)
(0.00 / 0.48 / 0.28 / 0.07)

CMYK percentages

%0
%47.88
%28.39
%7.45

Codes

Color #EC7BA9 in popluar color models

EC 7B A9
RGB 236 123 169
HSL 336° 74.83% 70.39%
HSB/HSV 336° 47.88% 92.55%
CMYK 0.00% 47.88% 28.39%
7.45%

Color #EC7BA9 in popluar number systems.

HEX EC 7B A9
Decimal 236 123 169
Binary 11101100 1111011 10101001
Octal 354 173 251

Shades and tints

Shades of #EC7BA9

#EC7BA9
(236,123,169)
#D7709A
(215,112,154)
#C2658B
(194,101,139)
#AD5A7C
(173,90,124)
#984F6D
(152,79,109)
#83445E
(131,68,94)
#6E394F
(110,57,79)
#592E40
(89,46,64)
#442331
(68,35,49)
#2F1822
(47,24,34)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #EC7BA9

#EC7BA9
(236,123,169)
#ED87B0
(237,135,176)
#EE93B7
(238,147,183)
#EF9FBE
(239,159,190)
#F0ABC5
(240,171,197)
#F1B7CC
(241,183,204)
#F2C3D3
(242,195,211)
#F3CFDA
(243,207,218)
#F4DBE1
(244,219,225)
#F5E7E8
(245,231,232)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7BA9 color. Also use rgb(236,123,169) instead hex code.

Text Font Color

.myTextColor { color: #EC7BA9; }

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

This text font color is #EC7BA9.

Background Color

.myBgColor { background-color: #EC7BA9; }

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

This div background color is #EC7BA9.

Border color

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

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

This div border color is #EC7BA9.

Opacity

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

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

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

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

This text has shadow with #EC7BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC7BA9.

Preview

Color preview on black background

This text has color #EC7BA9 on black background.


Color preview on white background

This text has color #EC7BA9 on white background.


Black color preview on #EC7BA9 background

This text has black color on #EC7BA9 background.


White color preview on #EC7BA9 background

This text has white color on #EC7BA9 background.


Related colors

Complementary color

Complementary color for #hex is #138456.


I love getcolorcode.com

Triadic colors

1 #A9EC7B and #7BA9EC with #EC7BA9 are triadic colors.

2 #A97BEC and #7BECA9 with #EC7BA9 are triadic colors.