COLOR #ECA2B4

HEX: #ECA2B4
RGB: (236,162,180)

Color info

#ECA2B4 contains mainly red and blue colors. Web safe color of #ECA2B4 is #FF99CC (or #F9C).

RGB color model

#ECA2B4 color RGB value is (236,162,180).

  • red value is 236;
  • green value is 162;
  • blue value is 180.
RGB:
(236,162,180)
(93%,64%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 162 of 255 = 64%
B 180 of 255 = 71%

236
162
180

R + G + B ~ 76%. #ECA2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 162 + 180 = 578 (100%)
R 236 of 578 ~ 40.83%
G 162 of 578 ~ 28.03%
B 180 of 578 ~ 31.14%

%40.83
%28.03
%31.14

CMYK color model

#ECA2B4 color CMYK value is (0,31,24,7).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(0,31,24,7)
C0M31Y24K7 
(0%,31%,24%,7%)
(0.00/0.31/0.24/0.07)	

CMYK percentages

%0
%31.36
%23.73
%7.45

Codes

Color #ECA2B4 in popluar color models

ECA2B4
RGB236162180
HSL345°66.07%78.04%
HSB/HSV345°31.36%92.55%
CMYK0.00%31.36%23.73%
7.45%

Color #ECA2B4 in popluar number systems.

HEXECA2B4
Decimal236162180
Binary111011001010001010110100
Octal354242264

Shades and tints

Shades of #ECA2B4

#ECA2B4
(236,162,180)
#D794A4
(215,148,164)
#C28694
(194,134,148)
#AD7884
(173,120,132)
#986A74
(152,106,116)
#835C64
(131,92,100)
#6E4E54
(110,78,84)
#594044
(89,64,68)
#443234
(68,50,52)
#2F2424
(47,36,36)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #ECA2B4

#ECA2B4
(236,162,180)
#EDAABA
(237,170,186)
#EEB2C0
(238,178,192)
#EFBAC6
(239,186,198)
#F0C2CC
(240,194,204)
#F1CAD2
(241,202,210)
#F2D2D8
(242,210,216)
#F3DADE
(243,218,222)
#F4E2E4
(244,226,228)
#F5EAEA
(245,234,234)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA2B4 color. Also use rgb(236,162,180) instead hex code.

Text Font Color

.myTextColor { color: #ECA2B4; }

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

This text font color is #ECA2B4.


Background Color

.myBgColor { background-color: #ECA2B4; }

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

This div background color is #ECA2B4.


Border color

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

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

This div border color is #ECA2B4.


Opacity

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

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

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

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

This text has shadow with #ECA2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA2B4 on black background.


Color preview on white background

This text has color #ECA2B4 on white background.



Black color preview on #ECA2B4 background

This text has black color on #ECA2B4 background.


White color preview on #ECA2B4 background

This text has white color on #ECA2B4 background.