COLOR #ECAEE0

HEX: #ECAEE0
RGB: (236,174,224)

Color info

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

RGB color model

#ECAEE0 color RGB value is (236,174,224).

  • red value is 236;
  • green value is 174;
  • blue value is 224.
RGB:
(236,174,224)
(93%,68%,88%)

RGB channels and saturation

R 236 of 255 = 93%
G 174 of 255 = 68%
B 224 of 255 = 88%

236
174
224

R + G + B ~ 83%. #ECAEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 174 + 224 = 634 (100%)
R 236 of 634 ~ 37.22%
G 174 of 634 ~ 27.44%
B 224 of 634 ~ 35.33%

%37.22
%27.44
%35.33

CMYK color model

#ECAEE0 color CMYK value is (0,26,5,7).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(0,26,5,7)
C0M26Y5K7 
(0%,26%,5%,7%)
(0.00/0.26/0.05/0.07)	

CMYK percentages

%0
%26.27
%5.08
%7.45

Codes

Color #ECAEE0 in popluar color models

ECAEE0
RGB236174224
HSL312°62.00%80.39%
HSB/HSV312°26.27%92.55%
CMYK0.00%26.27%5.08%
7.45%

Color #ECAEE0 in popluar number systems.

HEXECAEE0
Decimal236174224
Binary111011001010111011100000
Octal354256340

Shades and tints

Shades of #ECAEE0

#ECAEE0
(236,174,224)
#D79FCC
(215,159,204)
#C290B8
(194,144,184)
#AD81A4
(173,129,164)
#987290
(152,114,144)
#83637C
(131,99,124)
#6E5468
(110,84,104)
#594554
(89,69,84)
#443640
(68,54,64)
#2F272C
(47,39,44)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #ECAEE0

#ECAEE0
(236,174,224)
#EDB5E2
(237,181,226)
#EEBCE4
(238,188,228)
#EFC3E6
(239,195,230)
#F0CAE8
(240,202,232)
#F1D1EA
(241,209,234)
#F2D8EC
(242,216,236)
#F3DFEE
(243,223,238)
#F4E6F0
(244,230,240)
#F5EDF2
(245,237,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAEE0 color. Also use rgb(236,174,224) instead hex code.

Text Font Color

.myTextColor { color: #ECAEE0; }

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

This text font color is #ECAEE0.


Background Color

.myBgColor { background-color: #ECAEE0; }

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

This div background color is #ECAEE0.


Border color

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

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

This div border color is #ECAEE0.


Opacity

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

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

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

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

This text has shadow with #ECAEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAEE0 on black background.


Color preview on white background

This text has color #ECAEE0 on white background.



Black color preview on #ECAEE0 background

This text has black color on #ECAEE0 background.


White color preview on #ECAEE0 background

This text has white color on #ECAEE0 background.