COLOR #ECA5AA

HEX: #ECA5AA RGB: (236,165,170)

Color info

#ECA5AA contains mainly red color. Web safe color of #ECA5AA is #FF9999 (or #F99).

RGB color model

#ECA5AA color RGB value is (236,165,170).

RGB: (236,165,170) (93%, 65%, 67%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 170 of 255 = 67%

236
165
170

R + G + B ~ 75%. #ECA5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 165 + 170 = 571 (100%)
R 236 of 571 ~ 41.33%
G 165 of 571 ~ 28.9%
B 170 of 571 ~ 29.77'%

%41.33
%28.9
%29.77

CMYK color model

#ECA5AA color CMYK value is (0,30,28,7).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 27.97%
  • key color value is 7.45%
CMYK: (0,30,28,7) C0M30Y28K7 (0%,30%,28%,7%) (0.00/0.30/0.28/0.07) 

CMYK percentages

%0
%30.08
%27.97
%7.45

Codes

Color #ECA5AA in popluar color models

EC A5 AA
RGB 236 165 170
HSL 356° 65.14% 78.63%
HSB/HSV 356° 30.08% 92.55%
CMYK 0.00% 30.08% 27.97%
7.45%

Color #ECA5AA in popluar number systems.

HEX EC A5 AA
Decimal 236 165 170
Binary 11101100 10100101 10101010
Octal 354 245 252

Shades and tints

Shades of #ECA5AA

#ECA5AA
(236,165,170)
#D7969B
(215,150,155)
#C2878C
(194,135,140)
#AD787D
(173,120,125)
#98696E
(152,105,110)
#835A5F
(131,90,95)
#6E4B50
(110,75,80)
#593C41
(89,60,65)
#442D32
(68,45,50)
#2F1E23
(47,30,35)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #ECA5AA

#ECA5AA
(236,165,170)
#EDADB1
(237,173,177)
#EEB5B8
(238,181,184)
#EFBDBF
(239,189,191)
#F0C5C6
(240,197,198)
#F1CDCD
(241,205,205)
#F2D5D4
(242,213,212)
#F3DDDB
(243,221,219)
#F4E5E2
(244,229,226)
#F5EDE9
(245,237,233)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA5AA color. Also use rgb(236,165,170) instead hex code.

Text Font Color

.myTextColor { color: #ECA5AA; }

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

This text font color is #ECA5AA.

Background Color

.myBgColor { background-color: #ECA5AA; }

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

This div background color is #ECA5AA.

Border color

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

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

This div border color is #ECA5AA.

Opacity

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

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

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

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

This text has shadow with #ECA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA5AA.

Preview

Color preview on black background

This text has color #ECA5AA on black background.


Color preview on white background

This text has color #ECA5AA on white background.


Black color preview on #ECA5AA background

This text has black color on #ECA5AA background.


White color preview on #ECA5AA background

This text has white color on #ECA5AA background.


Related colors

Complementary color

Complementary color for #hex is #135A55.


I love getcolorcode.com

Triadic colors

1 #AAECA5 and #A5AAEC with #ECA5AA are triadic colors.

2 #AAA5EC and #A5ECAA with #ECA5AA are triadic colors.