COLOR #ECA5C1

HEX: #ECA5C1
RGB: (236,165,193)

Color info

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

RGB color model

#ECA5C1 color RGB value is (236,165,193).

  • red value is 236;
  • green value is 165;
  • blue value is 193.
RGB:
(236,165,193)
(93%,65%,76%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 193 of 255 = 76%

236
165
193

R + G + B ~ 78%. #ECA5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 165 + 193 = 594 (100%)
R 236 of 594 ~ 39.73%
G 165 of 594 ~ 27.78%
B 193 of 594 ~ 32.49%

%39.73
%27.78
%32.49

CMYK color model

#ECA5C1 color CMYK value is (0,30,18,7).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 18.22%
  • key color value is 7.45%
CMYK:
(0,30,18,7)
C0M30Y18K7 
(0%,30%,18%,7%)
(0.00/0.30/0.18/0.07)	

CMYK percentages

%0
%30.08
%18.22
%7.45

Codes

Color #ECA5C1 in popluar color models

ECA5C1
RGB236165193
HSL336°65.14%78.63%
HSB/HSV336°30.08%92.55%
CMYK0.00%30.08%18.22%
7.45%

Color #ECA5C1 in popluar number systems.

HEXECA5C1
Decimal236165193
Binary111011001010010111000001
Octal354245301

Shades and tints

Shades of #ECA5C1

#ECA5C1
(236,165,193)
#D796B0
(215,150,176)
#C2879F
(194,135,159)
#AD788E
(173,120,142)
#98697D
(152,105,125)
#835A6C
(131,90,108)
#6E4B5B
(110,75,91)
#593C4A
(89,60,74)
#442D39
(68,45,57)
#2F1E28
(47,30,40)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #ECA5C1

#ECA5C1
(236,165,193)
#EDADC6
(237,173,198)
#EEB5CB
(238,181,203)
#EFBDD0
(239,189,208)
#F0C5D5
(240,197,213)
#F1CDDA
(241,205,218)
#F2D5DF
(242,213,223)
#F3DDE4
(243,221,228)
#F4E5E9
(244,229,233)
#F5EDEE
(245,237,238)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA5C1; }

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

This text font color is #ECA5C1.


Background Color

.myBgColor { background-color: #ECA5C1; }

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

This div background color is #ECA5C1.


Border color

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

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

This div border color is #ECA5C1.


Opacity

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

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

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

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

This text has shadow with #ECA5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA5C1 on black background.


Color preview on white background

This text has color #ECA5C1 on white background.



Black color preview on #ECA5C1 background

This text has black color on #ECA5C1 background.


White color preview on #ECA5C1 background

This text has white color on #ECA5C1 background.