COLOR #ECB1E4

HEX: #ECB1E4 RGB: (236,177,228)

Color info

#ECB1E4 contains red, green and blue colors in about the same proportion. Web safe color of #ECB1E4 is #FF99CC (or #F9C).

RGB color model

#ECB1E4 color RGB value is (236,177,228).

RGB: (236,177,228) (93%, 69%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 177 of 255 = 69%
B 228 of 255 = 89%

236
177
228

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

Portions of RGB colors in percentages

R + G + B = 236 + 177 + 228 = 641 (100%)
R 236 of 641 ~ 36.82%
G 177 of 641 ~ 27.61%
B 228 of 641 ~ 35.57'%

%36.82
%27.61
%35.57

CMYK color model

#ECB1E4 color CMYK value is (0,25,3,7).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (0,25,3,7)
C0M25Y3K7 (0%, 25%, 3%, 7%)
(0.00 / 0.25 / 0.03 / 0.07)

CMYK percentages

%0
%25
%3.39
%7.45

Codes

Color #ECB1E4 in popluar color models

EC B1 E4
RGB 236 177 228
HSL 308° 60.82% 80.98%
HSB/HSV 308° 25.00% 92.55%
CMYK 0.00% 25.00% 3.39%
7.45%

Color #ECB1E4 in popluar number systems.

HEX EC B1 E4
Decimal 236 177 228
Binary 11101100 10110001 11100100
Octal 354 261 344

Shades and tints

Shades of #ECB1E4

#ECB1E4
(236,177,228)
#D7A1D0
(215,161,208)
#C291BC
(194,145,188)
#AD81A8
(173,129,168)
#987194
(152,113,148)
#836180
(131,97,128)
#6E516C
(110,81,108)
#594158
(89,65,88)
#443144
(68,49,68)
#2F2130
(47,33,48)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #ECB1E4

#ECB1E4
(236,177,228)
#EDB8E6
(237,184,230)
#EEBFE8
(238,191,232)
#EFC6EA
(239,198,234)
#F0CDEC
(240,205,236)
#F1D4EE
(241,212,238)
#F2DBF0
(242,219,240)
#F3E2F2
(243,226,242)
#F4E9F4
(244,233,244)
#F5F0F6
(245,240,246)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB1E4 color. Also use rgb(236,177,228) instead hex code.

Text Font Color

.myTextColor { color: #ECB1E4; }

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

This text font color is #ECB1E4.

Background Color

.myBgColor { background-color: #ECB1E4; }

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

This div background color is #ECB1E4.

Border color

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

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

This div border color is #ECB1E4.

Opacity

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

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

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

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

This text has shadow with #ECB1E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB1E4.

Preview

Color preview on black background

This text has color #ECB1E4 on black background.


Color preview on white background

This text has color #ECB1E4 on white background.


Black color preview on #ECB1E4 background

This text has black color on #ECB1E4 background.


White color preview on #ECB1E4 background

This text has white color on #ECB1E4 background.


Related colors

Complementary color

Complementary color for #hex is #134E1B.


I love getcolorcode.com

Triadic colors

1 #E4ECB1 and #B1E4EC with #ECB1E4 are triadic colors.

2 #E4B1EC and #B1ECE4 with #ECB1E4 are triadic colors.