COLOR #ECA5C9

HEX: #ECA5C9 RGB: (236,165,201)

Color info

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

RGB color model

#ECA5C9 color RGB value is (236,165,201).

RGB: (236,165,201) (93%, 65%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 201 of 255 = 79%

236
165
201

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

Portions of RGB colors in percentages

R + G + B = 236 + 165 + 201 = 602 (100%)
R 236 of 602 ~ 39.2%
G 165 of 602 ~ 27.41%
B 201 of 602 ~ 33.39'%

%39.2
%27.41
%33.39

CMYK color model

#ECA5C9 color CMYK value is (0,30,15,7).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 14.83%
  • key color value is 7.45%

CMYK: (0,30,15,7)
C0M30Y15K7 (0%, 30%, 15%, 7%)
(0.00 / 0.30 / 0.15 / 0.07)

CMYK percentages

%0
%30.08
%14.83
%7.45

Codes

Color #ECA5C9 in popluar color models

EC A5 C9
RGB 236 165 201
HSL 330° 65.14% 78.63%
HSB/HSV 330° 30.08% 92.55%
CMYK 0.00% 30.08% 14.83%
7.45%

Color #ECA5C9 in popluar number systems.

HEX EC A5 C9
Decimal 236 165 201
Binary 11101100 10100101 11001001
Octal 354 245 311

Shades and tints

Shades of #ECA5C9

#ECA5C9
(236,165,201)
#D796B7
(215,150,183)
#C287A5
(194,135,165)
#AD7893
(173,120,147)
#986981
(152,105,129)
#835A6F
(131,90,111)
#6E4B5D
(110,75,93)
#593C4B
(89,60,75)
#442D39
(68,45,57)
#2F1E27
(47,30,39)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #ECA5C9

#ECA5C9
(236,165,201)
#EDADCD
(237,173,205)
#EEB5D1
(238,181,209)
#EFBDD5
(239,189,213)
#F0C5D9
(240,197,217)
#F1CDDD
(241,205,221)
#F2D5E1
(242,213,225)
#F3DDE5
(243,221,229)
#F4E5E9
(244,229,233)
#F5EDED
(245,237,237)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA5C9; }

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

This text font color is #ECA5C9.

Background Color

.myBgColor { background-color: #ECA5C9; }

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

This div background color is #ECA5C9.

Border color

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

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

This div border color is #ECA5C9.

Opacity

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

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

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

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

This text has shadow with #ECA5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA5C9.

Preview

Color preview on black background

This text has color #ECA5C9 on black background.


Color preview on white background

This text has color #ECA5C9 on white background.


Black color preview on #ECA5C9 background

This text has black color on #ECA5C9 background.


White color preview on #ECA5C9 background

This text has white color on #ECA5C9 background.


Related colors

Complementary color

Complementary color for #hex is #135A36.


I love getcolorcode.com

Triadic colors

1 #C9ECA5 and #A5C9EC with #ECA5C9 are triadic colors.

2 #C9A5EC and #A5ECC9 with #ECA5C9 are triadic colors.