COLOR #ECA2D7

HEX: #ECA2D7 RGB: (236,162,215)

Color info

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

RGB color model

#ECA2D7 color RGB value is (236,162,215).

RGB: (236,162,215) (93%, 64%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 162 of 255 = 64%
B 215 of 255 = 84%

236
162
215

R + G + B ~ 80%. #ECA2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 162 + 215 = 613 (100%)
R 236 of 613 ~ 38.5%
G 162 of 613 ~ 26.43%
B 215 of 613 ~ 35.07'%

%38.5
%26.43
%35.07

CMYK color model

#ECA2D7 color CMYK value is (0,31,9,7).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 8.90%
  • key color value is 7.45%

CMYK: (0,31,9,7)
C0M31Y9K7 (0%, 31%, 9%, 7%)
(0.00 / 0.31 / 0.09 / 0.07)

CMYK percentages

%0
%31.36
%8.9
%7.45

Codes

Color #ECA2D7 in popluar color models

EC A2 D7
RGB 236 162 215
HSL 317° 66.07% 78.04%
HSB/HSV 317° 31.36% 92.55%
CMYK 0.00% 31.36% 8.90%
7.45%

Color #ECA2D7 in popluar number systems.

HEX EC A2 D7
Decimal 236 162 215
Binary 11101100 10100010 11010111
Octal 354 242 327

Shades and tints

Shades of #ECA2D7

#ECA2D7
(236,162,215)
#D794C4
(215,148,196)
#C286B1
(194,134,177)
#AD789E
(173,120,158)
#986A8B
(152,106,139)
#835C78
(131,92,120)
#6E4E65
(110,78,101)
#594052
(89,64,82)
#44323F
(68,50,63)
#2F242C
(47,36,44)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #ECA2D7

#ECA2D7
(236,162,215)
#EDAADA
(237,170,218)
#EEB2DD
(238,178,221)
#EFBAE0
(239,186,224)
#F0C2E3
(240,194,227)
#F1CAE6
(241,202,230)
#F2D2E9
(242,210,233)
#F3DAEC
(243,218,236)
#F4E2EF
(244,226,239)
#F5EAF2
(245,234,242)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA2D7 color. Also use rgb(236,162,215) instead hex code.

Text Font Color

.myTextColor { color: #ECA2D7; }

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

This text font color is #ECA2D7.

Background Color

.myBgColor { background-color: #ECA2D7; }

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

This div background color is #ECA2D7.

Border color

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

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

This div border color is #ECA2D7.

Opacity

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

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

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

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

This text has shadow with #ECA2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA2D7.

Preview

Color preview on black background

This text has color #ECA2D7 on black background.


Color preview on white background

This text has color #ECA2D7 on white background.


Black color preview on #ECA2D7 background

This text has black color on #ECA2D7 background.


White color preview on #ECA2D7 background

This text has white color on #ECA2D7 background.


Related colors

Complementary color

Complementary color for #hex is #135D28.


I love getcolorcode.com

Triadic colors

1 #D7ECA2 and #A2D7EC with #ECA2D7 are triadic colors.

2 #D7A2EC and #A2ECD7 with #ECA2D7 are triadic colors.