COLOR #ECB0E2

HEX: #ECB0E2 RGB: (236,176,226)

Color info

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

RGB color model

#ECB0E2 color RGB value is (236,176,226).

RGB: (236,176,226) (93%, 69%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 176 of 255 = 69%
B 226 of 255 = 89%

236
176
226

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

Portions of RGB colors in percentages

R + G + B = 236 + 176 + 226 = 638 (100%)
R 236 of 638 ~ 36.99%
G 176 of 638 ~ 27.59%
B 226 of 638 ~ 35.42'%

%36.99
%27.59
%35.42

CMYK color model

#ECB0E2 color CMYK value is (0,25,4,7).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 4.24%
  • key color value is 7.45%

CMYK: (0,25,4,7)
C0M25Y4K7 (0%, 25%, 4%, 7%)
(0.00 / 0.25 / 0.04 / 0.07)

CMYK percentages

%0
%25.42
%4.24
%7.45

Codes

Color #ECB0E2 in popluar color models

EC B0 E2
RGB 236 176 226
HSL 310° 61.22% 80.78%
HSB/HSV 310° 25.42% 92.55%
CMYK 0.00% 25.42% 4.24%
7.45%

Color #ECB0E2 in popluar number systems.

HEX EC B0 E2
Decimal 236 176 226
Binary 11101100 10110000 11100010
Octal 354 260 342

Shades and tints

Shades of #ECB0E2

#ECB0E2
(236,176,226)
#D7A0CE
(215,160,206)
#C290BA
(194,144,186)
#AD80A6
(173,128,166)
#987092
(152,112,146)
#83607E
(131,96,126)
#6E506A
(110,80,106)
#594056
(89,64,86)
#443042
(68,48,66)
#2F202E
(47,32,46)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #ECB0E2

#ECB0E2
(236,176,226)
#EDB7E4
(237,183,228)
#EEBEE6
(238,190,230)
#EFC5E8
(239,197,232)
#F0CCEA
(240,204,234)
#F1D3EC
(241,211,236)
#F2DAEE
(242,218,238)
#F3E1F0
(243,225,240)
#F4E8F2
(244,232,242)
#F5EFF4
(245,239,244)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB0E2 color. Also use rgb(236,176,226) instead hex code.

Text Font Color

.myTextColor { color: #ECB0E2; }

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

This text font color is #ECB0E2.

Background Color

.myBgColor { background-color: #ECB0E2; }

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

This div background color is #ECB0E2.

Border color

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

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

This div border color is #ECB0E2.

Opacity

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

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

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

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

This text has shadow with #ECB0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB0E2.

Preview

Color preview on black background

This text has color #ECB0E2 on black background.


Color preview on white background

This text has color #ECB0E2 on white background.


Black color preview on #ECB0E2 background

This text has black color on #ECB0E2 background.


White color preview on #ECB0E2 background

This text has white color on #ECB0E2 background.


Related colors

Complementary color

Complementary color for #hex is #134F1D.


I love getcolorcode.com

Triadic colors

1 #E2ECB0 and #B0E2EC with #ECB0E2 are triadic colors.

2 #E2B0EC and #B0ECE2 with #ECB0E2 are triadic colors.