COLOR #ECA5C7

HEX: #ECA5C7 RGB: (236,165,199)

Color info

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

RGB color model

#ECA5C7 color RGB value is (236,165,199).

RGB: (236,165,199) (93%, 65%, 78%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 199 of 255 = 78%

236
165
199

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

Portions of RGB colors in percentages

R + G + B = 236 + 165 + 199 = 600 (100%)
R 236 of 600 ~ 39.33%
G 165 of 600 ~ 27.5%
B 199 of 600 ~ 33.17'%

%39.33
%27.5
%33.17

CMYK color model

#ECA5C7 color CMYK value is (0,30,16,7).

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

CMYK: (0,30,16,7)
C0M30Y16K7 (0%, 30%, 16%, 7%)
(0.00 / 0.30 / 0.16 / 0.07)

CMYK percentages

%0
%30.08
%15.68
%7.45

Codes

Color #ECA5C7 in popluar color models

EC A5 C7
RGB 236 165 199
HSL 331° 65.14% 78.63%
HSB/HSV 331° 30.08% 92.55%
CMYK 0.00% 30.08% 15.68%
7.45%

Color #ECA5C7 in popluar number systems.

HEX EC A5 C7
Decimal 236 165 199
Binary 11101100 10100101 11000111
Octal 354 245 307

Shades and tints

Shades of #ECA5C7

#ECA5C7
(236,165,199)
#D796B5
(215,150,181)
#C287A3
(194,135,163)
#AD7891
(173,120,145)
#98697F
(152,105,127)
#835A6D
(131,90,109)
#6E4B5B
(110,75,91)
#593C49
(89,60,73)
#442D37
(68,45,55)
#2F1E25
(47,30,37)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #ECA5C7

#ECA5C7
(236,165,199)
#EDADCC
(237,173,204)
#EEB5D1
(238,181,209)
#EFBDD6
(239,189,214)
#F0C5DB
(240,197,219)
#F1CDE0
(241,205,224)
#F2D5E5
(242,213,229)
#F3DDEA
(243,221,234)
#F4E5EF
(244,229,239)
#F5EDF4
(245,237,244)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA5C7; }

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

This text font color is #ECA5C7.

Background Color

.myBgColor { background-color: #ECA5C7; }

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

This div background color is #ECA5C7.

Border color

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

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

This div border color is #ECA5C7.

Opacity

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

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

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

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

This text has shadow with #ECA5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA5C7.

Preview

Color preview on black background

This text has color #ECA5C7 on black background.


Color preview on white background

This text has color #ECA5C7 on white background.


Black color preview on #ECA5C7 background

This text has black color on #ECA5C7 background.


White color preview on #ECA5C7 background

This text has white color on #ECA5C7 background.


Related colors

Complementary color

Complementary color for #hex is #135A38.


I love getcolorcode.com

Triadic colors

1 #C7ECA5 and #A5C7EC with #ECA5C7 are triadic colors.

2 #C7A5EC and #A5ECC7 with #ECA5C7 are triadic colors.