COLOR #ECA0C2

HEX: #ECA0C2
RGB: (236,160,194)

Color info

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

RGB color model

#ECA0C2 color RGB value is (236,160,194).

  • red value is 236;
  • green value is 160;
  • blue value is 194.
RGB:
(236,160,194)
(93%,63%,76%)

RGB channels and saturation

R 236 of 255 = 93%
G 160 of 255 = 63%
B 194 of 255 = 76%

236
160
194

R + G + B ~ 77%. #ECA0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 160 + 194 = 590 (100%)
R 236 of 590 ~ 40%
G 160 of 590 ~ 27.12%
B 194 of 590 ~ 32.88%

%40
%27.12
%32.88

CMYK color model

#ECA0C2 color CMYK value is (0,32,18,7).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 17.80%
  • key color value is 7.45%
CMYK:
(0,32,18,7)
C0M32Y18K7 
(0%,32%,18%,7%)
(0.00/0.32/0.18/0.07)	

CMYK percentages

%0
%32.2
%17.8
%7.45

Codes

Color #ECA0C2 in popluar color models

ECA0C2
RGB236160194
HSL333°66.67%77.65%
HSB/HSV333°32.20%92.55%
CMYK0.00%32.20%17.80%
7.45%

Color #ECA0C2 in popluar number systems.

HEXECA0C2
Decimal236160194
Binary111011001010000011000010
Octal354240302

Shades and tints

Shades of #ECA0C2

#ECA0C2
(236,160,194)
#D792B1
(215,146,177)
#C284A0
(194,132,160)
#AD768F
(173,118,143)
#98687E
(152,104,126)
#835A6D
(131,90,109)
#6E4C5C
(110,76,92)
#593E4B
(89,62,75)
#44303A
(68,48,58)
#2F2229
(47,34,41)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #ECA0C2

#ECA0C2
(236,160,194)
#EDA8C7
(237,168,199)
#EEB0CC
(238,176,204)
#EFB8D1
(239,184,209)
#F0C0D6
(240,192,214)
#F1C8DB
(241,200,219)
#F2D0E0
(242,208,224)
#F3D8E5
(243,216,229)
#F4E0EA
(244,224,234)
#F5E8EF
(245,232,239)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA0C2 color. Also use rgb(236,160,194) instead hex code.

Text Font Color

.myTextColor { color: #ECA0C2; }

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

This text font color is #ECA0C2.


Background Color

.myBgColor { background-color: #ECA0C2; }

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

This div background color is #ECA0C2.


Border color

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

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

This div border color is #ECA0C2.


Opacity

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

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

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

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

This text has shadow with #ECA0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA0C2 on black background.


Color preview on white background

This text has color #ECA0C2 on white background.



Black color preview on #ECA0C2 background

This text has black color on #ECA0C2 background.


White color preview on #ECA0C2 background

This text has white color on #ECA0C2 background.