COLOR #ECA0CC

HEX: #ECA0CC
RGB: (236,160,204)

Color info

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

RGB color model

#ECA0CC color RGB value is (236,160,204).

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

RGB channels and saturation

R 236 of 255 = 93%
G 160 of 255 = 63%
B 204 of 255 = 80%

236
160
204

R + G + B ~ 79%. #ECA0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 160 + 204 = 600 (100%)
R 236 of 600 ~ 39.33%
G 160 of 600 ~ 26.67%
B 204 of 600 ~ 34%

%39.33
%26.67
%34

CMYK color model

#ECA0CC color CMYK value is (0,32,14,7).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 13.56%
  • key color value is 7.45%
CMYK:
(0,32,14,7)
C0M32Y14K7 
(0%,32%,14%,7%)
(0.00/0.32/0.14/0.07)	

CMYK percentages

%0
%32.2
%13.56
%7.45

Codes

Color #ECA0CC in popluar color models

ECA0CC
RGB236160204
HSL325°66.67%77.65%
HSB/HSV325°32.20%92.55%
CMYK0.00%32.20%13.56%
7.45%

Color #ECA0CC in popluar number systems.

HEXECA0CC
Decimal236160204
Binary111011001010000011001100
Octal354240314

Shades and tints

Shades of #ECA0CC

#ECA0CC
(236,160,204)
#D792BA
(215,146,186)
#C284A8
(194,132,168)
#AD7696
(173,118,150)
#986884
(152,104,132)
#835A72
(131,90,114)
#6E4C60
(110,76,96)
#593E4E
(89,62,78)
#44303C
(68,48,60)
#2F222A
(47,34,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #ECA0CC

#ECA0CC
(236,160,204)
#EDA8D0
(237,168,208)
#EEB0D4
(238,176,212)
#EFB8D8
(239,184,216)
#F0C0DC
(240,192,220)
#F1C8E0
(241,200,224)
#F2D0E4
(242,208,228)
#F3D8E8
(243,216,232)
#F4E0EC
(244,224,236)
#F5E8F0
(245,232,240)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA0CC; }

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

This text font color is #ECA0CC.


Background Color

.myBgColor { background-color: #ECA0CC; }

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

This div background color is #ECA0CC.


Border color

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

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

This div border color is #ECA0CC.


Opacity

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

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

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

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

This text has shadow with #ECA0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA0CC on black background.


Color preview on white background

This text has color #ECA0CC on white background.



Black color preview on #ECA0CC background

This text has black color on #ECA0CC background.


White color preview on #ECA0CC background

This text has white color on #ECA0CC background.