COLOR #ECA1C3

HEX: #ECA1C3
RGB: (236,161,195)

Color info

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

RGB color model

#ECA1C3 color RGB value is (236,161,195).

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

RGB channels and saturation

R 236 of 255 = 93%
G 161 of 255 = 63%
B 195 of 255 = 76%

236
161
195

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

Portions of RGB colors in percentages

R + G + B =
236 + 161 + 195 = 592 (100%)
R 236 of 592 ~ 39.86%
G 161 of 592 ~ 27.2%
B 195 of 592 ~ 32.94%

%39.86
%27.2
%32.94

CMYK color model

#ECA1C3 color CMYK value is (0,32,17,7).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 17.37%
  • key color value is 7.45%
CMYK:
(0,32,17,7)
C0M32Y17K7 
(0%,32%,17%,7%)
(0.00/0.32/0.17/0.07)	

CMYK percentages

%0
%31.78
%17.37
%7.45

Codes

Color #ECA1C3 in popluar color models

ECA1C3
RGB236161195
HSL333°66.37%77.84%
HSB/HSV333°31.78%92.55%
CMYK0.00%31.78%17.37%
7.45%

Color #ECA1C3 in popluar number systems.

HEXECA1C3
Decimal236161195
Binary111011001010000111000011
Octal354241303

Shades and tints

Shades of #ECA1C3

#ECA1C3
(236,161,195)
#D793B2
(215,147,178)
#C285A1
(194,133,161)
#AD7790
(173,119,144)
#98697F
(152,105,127)
#835B6E
(131,91,110)
#6E4D5D
(110,77,93)
#593F4C
(89,63,76)
#44313B
(68,49,59)
#2F232A
(47,35,42)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #ECA1C3

#ECA1C3
(236,161,195)
#EDA9C8
(237,169,200)
#EEB1CD
(238,177,205)
#EFB9D2
(239,185,210)
#F0C1D7
(240,193,215)
#F1C9DC
(241,201,220)
#F2D1E1
(242,209,225)
#F3D9E6
(243,217,230)
#F4E1EB
(244,225,235)
#F5E9F0
(245,233,240)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA1C3 color. Also use rgb(236,161,195) instead hex code.

Text Font Color

.myTextColor { color: #ECA1C3; }

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

This text font color is #ECA1C3.


Background Color

.myBgColor { background-color: #ECA1C3; }

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

This div background color is #ECA1C3.


Border color

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

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

This div border color is #ECA1C3.


Opacity

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

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

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

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

This text has shadow with #ECA1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA1C3 on black background.


Color preview on white background

This text has color #ECA1C3 on white background.



Black color preview on #ECA1C3 background

This text has black color on #ECA1C3 background.


White color preview on #ECA1C3 background

This text has white color on #ECA1C3 background.