COLOR #ECA4DC

HEX: #ECA4DC RGB: (236,164,220)

Color info

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

RGB color model

#ECA4DC color RGB value is (236,164,220).

RGB: (236,164,220) (93%, 64%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 164 of 255 = 64%
B 220 of 255 = 86%

236
164
220

R + G + B ~ 81%. #ECA4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 164 + 220 = 620 (100%)
R 236 of 620 ~ 38.06%
G 164 of 620 ~ 26.45%
B 220 of 620 ~ 35.48'%

%38.06
%26.45
%35.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 6.78%
  • key color value is 7.45%

CMYK: (0,31,7,7)
C0M31Y7K7 (0%, 31%, 7%, 7%)
(0.00 / 0.31 / 0.07 / 0.07)

CMYK percentages

%0
%30.51
%6.78
%7.45

Codes

Color #ECA4DC in popluar color models

EC A4 DC
RGB 236 164 220
HSL 313° 65.45% 78.43%
HSB/HSV 313° 30.51% 92.55%
CMYK 0.00% 30.51% 6.78%
7.45%

Color #ECA4DC in popluar number systems.

HEX EC A4 DC
Decimal 236 164 220
Binary 11101100 10100100 11011100
Octal 354 244 334

Shades and tints

Shades of #ECA4DC

#ECA4DC
(236,164,220)
#D796C8
(215,150,200)
#C288B4
(194,136,180)
#AD7AA0
(173,122,160)
#986C8C
(152,108,140)
#835E78
(131,94,120)
#6E5064
(110,80,100)
#594250
(89,66,80)
#44343C
(68,52,60)
#2F2628
(47,38,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #ECA4DC

#ECA4DC
(236,164,220)
#EDACDF
(237,172,223)
#EEB4E2
(238,180,226)
#EFBCE5
(239,188,229)
#F0C4E8
(240,196,232)
#F1CCEB
(241,204,235)
#F2D4EE
(242,212,238)
#F3DCF1
(243,220,241)
#F4E4F4
(244,228,244)
#F5ECF7
(245,236,247)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA4DC color. Also use rgb(236,164,220) instead hex code.

Text Font Color

.myTextColor { color: #ECA4DC; }

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

This text font color is #ECA4DC.

Background Color

.myBgColor { background-color: #ECA4DC; }

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

This div background color is #ECA4DC.

Border color

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

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

This div border color is #ECA4DC.

Opacity

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

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

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

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

This text has shadow with #ECA4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA4DC.

Preview

Color preview on black background

This text has color #ECA4DC on black background.


Color preview on white background

This text has color #ECA4DC on white background.


Black color preview on #ECA4DC background

This text has black color on #ECA4DC background.


White color preview on #ECA4DC background

This text has white color on #ECA4DC background.


Related colors

Complementary color

Complementary color for #hex is #135B23.


I love getcolorcode.com

Triadic colors

1 #DCECA4 and #A4DCEC with #ECA4DC are triadic colors.

2 #DCA4EC and #A4ECDC with #ECA4DC are triadic colors.