COLOR #ECA8DD

HEX: #ECA8DD RGB: (236,168,221)

Color info

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

RGB color model

#ECA8DD color RGB value is (236,168,221).

RGB: (236,168,221) (93%, 66%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 168 of 255 = 66%
B 221 of 255 = 87%

236
168
221

R + G + B ~ 82%. #ECA8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 168 + 221 = 625 (100%)
R 236 of 625 ~ 37.76%
G 168 of 625 ~ 26.88%
B 221 of 625 ~ 35.36'%

%37.76
%26.88
%35.36

CMYK color model

#ECA8DD color CMYK value is (0,29,6,7).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 6.36%
  • key color value is 7.45%

CMYK: (0,29,6,7)
C0M29Y6K7 (0%, 29%, 6%, 7%)
(0.00 / 0.29 / 0.06 / 0.07)

CMYK percentages

%0
%28.81
%6.36
%7.45

Codes

Color #ECA8DD in popluar color models

EC A8 DD
RGB 236 168 221
HSL 313° 64.15% 79.22%
HSB/HSV 313° 28.81% 92.55%
CMYK 0.00% 28.81% 6.36%
7.45%

Color #ECA8DD in popluar number systems.

HEX EC A8 DD
Decimal 236 168 221
Binary 11101100 10101000 11011101
Octal 354 250 335

Shades and tints

Shades of #ECA8DD

#ECA8DD
(236,168,221)
#D799C9
(215,153,201)
#C28AB5
(194,138,181)
#AD7BA1
(173,123,161)
#986C8D
(152,108,141)
#835D79
(131,93,121)
#6E4E65
(110,78,101)
#593F51
(89,63,81)
#44303D
(68,48,61)
#2F2129
(47,33,41)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #ECA8DD

#ECA8DD
(236,168,221)
#EDAFE0
(237,175,224)
#EEB6E3
(238,182,227)
#EFBDE6
(239,189,230)
#F0C4E9
(240,196,233)
#F1CBEC
(241,203,236)
#F2D2EF
(242,210,239)
#F3D9F2
(243,217,242)
#F4E0F5
(244,224,245)
#F5E7F8
(245,231,248)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA8DD color. Also use rgb(236,168,221) instead hex code.

Text Font Color

.myTextColor { color: #ECA8DD; }

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

This text font color is #ECA8DD.

Background Color

.myBgColor { background-color: #ECA8DD; }

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

This div background color is #ECA8DD.

Border color

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

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

This div border color is #ECA8DD.

Opacity

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

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

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

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

This text has shadow with #ECA8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA8DD.

Preview

Color preview on black background

This text has color #ECA8DD on black background.


Color preview on white background

This text has color #ECA8DD on white background.


Black color preview on #ECA8DD background

This text has black color on #ECA8DD background.


White color preview on #ECA8DD background

This text has white color on #ECA8DD background.


Related colors

Complementary color

Complementary color for #hex is #135722.


I love getcolorcode.com

Triadic colors

1 #DDECA8 and #A8DDEC with #ECA8DD are triadic colors.

2 #DDA8EC and #A8ECDD with #ECA8DD are triadic colors.