COLOR #ECB5E0

HEX: #ECB5E0
RGB: (236,181,224)

Color info

#ECB5E0 contains red, green and blue colors in about the same proportion. Web safe color of #ECB5E0 is #FFCCCC (or #FCC).

RGB color model

#ECB5E0 color RGB value is (236,181,224).

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

RGB channels and saturation

R 236 of 255 = 93%
G 181 of 255 = 71%
B 224 of 255 = 88%

236
181
224

R + G + B ~ 84%. #ECB5E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 181 + 224 = 641 (100%)
R 236 of 641 ~ 36.82%
G 181 of 641 ~ 28.24%
B 224 of 641 ~ 34.95%

%36.82
%28.24
%34.95

CMYK color model

#ECB5E0 color CMYK value is (0,23,5,7).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(0,23,5,7)
C0M23Y5K7 
(0%,23%,5%,7%)
(0.00/0.23/0.05/0.07)	

CMYK percentages

%0
%23.31
%5.08
%7.45

Codes

Color #ECB5E0 in popluar color models

ECB5E0
RGB236181224
HSL313°59.14%81.76%
HSB/HSV313°23.31%92.55%
CMYK0.00%23.31%5.08%
7.45%

Color #ECB5E0 in popluar number systems.

HEXECB5E0
Decimal236181224
Binary111011001011010111100000
Octal354265340

Shades and tints

Shades of #ECB5E0

#ECB5E0
(236,181,224)
#D7A5CC
(215,165,204)
#C295B8
(194,149,184)
#AD85A4
(173,133,164)
#987590
(152,117,144)
#83657C
(131,101,124)
#6E5568
(110,85,104)
#594554
(89,69,84)
#443540
(68,53,64)
#2F252C
(47,37,44)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #ECB5E0

#ECB5E0
(236,181,224)
#EDBBE2
(237,187,226)
#EEC1E4
(238,193,228)
#EFC7E6
(239,199,230)
#F0CDE8
(240,205,232)
#F1D3EA
(241,211,234)
#F2D9EC
(242,217,236)
#F3DFEE
(243,223,238)
#F4E5F0
(244,229,240)
#F5EBF2
(245,235,242)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB5E0; }

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

This text font color is #ECB5E0.


Background Color

.myBgColor { background-color: #ECB5E0; }

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

This div background color is #ECB5E0.


Border color

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

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

This div border color is #ECB5E0.


Opacity

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

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

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

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

This text has shadow with #ECB5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB5E0 on black background.


Color preview on white background

This text has color #ECB5E0 on white background.



Black color preview on #ECB5E0 background

This text has black color on #ECB5E0 background.


White color preview on #ECB5E0 background

This text has white color on #ECB5E0 background.