COLOR #EC6E8B

HEX: #EC6E8B RGB: (236,110,139)

Color info

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

RGB color model

#EC6E8B color RGB value is (236,110,139).

RGB: (236,110,139) (93%, 43%, 55%)

RGB channels and saturation

R 236 of 255 = 93%
G 110 of 255 = 43%
B 139 of 255 = 55%

236
110
139

R + G + B ~ 64%. #EC6E8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 110 + 139 = 485 (100%)
R 236 of 485 ~ 48.66%
G 110 of 485 ~ 22.68%
B 139 of 485 ~ 28.66'%

%48.66
%22.68
%28.66

CMYK color model

#EC6E8B color CMYK value is (0,53,41,7).

  • cyan value is 0.00%
  • magenta value is 53.39%
  • yellow value is 41.10%
  • key color value is 7.45%

CMYK: (0,53,41,7)
C0M53Y41K7 (0%, 53%, 41%, 7%)
(0.00 / 0.53 / 0.41 / 0.07)

CMYK percentages

%0
%53.39
%41.1
%7.45

Codes

Color #EC6E8B in popluar color models

EC 6E 8B
RGB 236 110 139
HSL 346° 76.83% 67.84%
HSB/HSV 346° 53.39% 92.55%
CMYK 0.00% 53.39% 41.10%
7.45%

Color #EC6E8B in popluar number systems.

HEX EC 6E 8B
Decimal 236 110 139
Binary 11101100 1101110 10001011
Octal 354 156 213

Shades and tints

Shades of #EC6E8B

#EC6E8B
(236,110,139)
#D7647F
(215,100,127)
#C25A73
(194,90,115)
#AD5067
(173,80,103)
#98465B
(152,70,91)
#833C4F
(131,60,79)
#6E3243
(110,50,67)
#592837
(89,40,55)
#441E2B
(68,30,43)
#2F141F
(47,20,31)
#1A0A13
(26,10,19)
#000000
(0,0,0)

Tints of #EC6E8B

#EC6E8B
(236,110,139)
#ED7B95
(237,123,149)
#EE889F
(238,136,159)
#EF95A9
(239,149,169)
#F0A2B3
(240,162,179)
#F1AFBD
(241,175,189)
#F2BCC7
(242,188,199)
#F3C9D1
(243,201,209)
#F4D6DB
(244,214,219)
#F5E3E5
(245,227,229)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC6E8B; }

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

This text font color is #EC6E8B.

Background Color

.myBgColor { background-color: #EC6E8B; }

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

This div background color is #EC6E8B.

Border color

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

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

This div border color is #EC6E8B.

Opacity

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

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

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

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

This text has shadow with #EC6E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC6E8B.

Preview

Color preview on black background

This text has color #EC6E8B on black background.


Color preview on white background

This text has color #EC6E8B on white background.


Black color preview on #EC6E8B background

This text has black color on #EC6E8B background.


White color preview on #EC6E8B background

This text has white color on #EC6E8B background.


Related colors

Complementary color

Complementary color for #hex is #139174.


I love getcolorcode.com

Triadic colors

1 #8BEC6E and #6E8BEC with #EC6E8B are triadic colors.

2 #8B6EEC and #6EEC8B with #EC6E8B are triadic colors.