COLOR #E29CBA

HEX: #E29CBA RGB: (226,156,186)

Color info

#E29CBA contains mainly red and blue colors. Web safe color of #E29CBA is #CC99CC (or #C9C).

RGB color model

#E29CBA color RGB value is (226,156,186).

RGB: (226,156,186) (89%, 61%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 156 of 255 = 61%
B 186 of 255 = 73%

226
156
186

R + G + B ~ 74%. #E29CBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 156 + 186 = 568 (100%)
R 226 of 568 ~ 39.79%
G 156 of 568 ~ 27.46%
B 186 of 568 ~ 32.75'%

%39.79
%27.46
%32.75

CMYK color model

#E29CBA color CMYK value is (0,31,18,11).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 17.70%
  • key color value is 11.37%

CMYK: (0,31,18,11)
C0M31Y18K11 (0%, 31%, 18%, 11%)
(0.00 / 0.31 / 0.18 / 0.11)

CMYK percentages

%0
%30.97
%17.7
%11.37

Codes

Color #E29CBA in popluar color models

E2 9C BA
RGB 226 156 186
HSL 334° 54.69% 74.90%
HSB/HSV 334° 30.97% 88.63%
CMYK 0.00% 30.97% 17.70%
11.37%

Color #E29CBA in popluar number systems.

HEX E2 9C BA
Decimal 226 156 186
Binary 11100010 10011100 10111010
Octal 342 234 272

Shades and tints

Shades of #E29CBA

#E29CBA
(226,156,186)
#CE8EAA
(206,142,170)
#BA809A
(186,128,154)
#A6728A
(166,114,138)
#92647A
(146,100,122)
#7E566A
(126,86,106)
#6A485A
(106,72,90)
#563A4A
(86,58,74)
#422C3A
(66,44,58)
#2E1E2A
(46,30,42)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #E29CBA

#E29CBA
(226,156,186)
#E4A5C0
(228,165,192)
#E6AEC6
(230,174,198)
#E8B7CC
(232,183,204)
#EAC0D2
(234,192,210)
#ECC9D8
(236,201,216)
#EED2DE
(238,210,222)
#F0DBE4
(240,219,228)
#F2E4EA
(242,228,234)
#F4EDF0
(244,237,240)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29CBA color. Also use rgb(226,156,186) instead hex code.

Text Font Color

.myTextColor { color: #E29CBA; }

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

This text font color is #E29CBA.

Background Color

.myBgColor { background-color: #E29CBA; }

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

This div background color is #E29CBA.

Border color

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

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

This div border color is #E29CBA.

Opacity

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

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

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

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

This text has shadow with #E29CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E29CBA.

Preview

Color preview on black background

This text has color #E29CBA on black background.


Color preview on white background

This text has color #E29CBA on white background.


Black color preview on #E29CBA background

This text has black color on #E29CBA background.


White color preview on #E29CBA background

This text has white color on #E29CBA background.


Related colors

Complementary color

Complementary color for #hex is #1D6345.


I love getcolorcode.com

Triadic colors

1 #BAE29C and #9CBAE2 with #E29CBA are triadic colors.

2 #BA9CE2 and #9CE2BA with #E29CBA are triadic colors.