COLOR #E39CB4

HEX: #E39CB4 RGB: (227,156,180)

Color info

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

RGB color model

#E39CB4 color RGB value is (227,156,180).

RGB: (227,156,180) (89%, 61%, 71%)

RGB channels and saturation

R 227 of 255 = 89%
G 156 of 255 = 61%
B 180 of 255 = 71%

227
156
180

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

Portions of RGB colors in percentages

R + G + B = 227 + 156 + 180 = 563 (100%)
R 227 of 563 ~ 40.32%
G 156 of 563 ~ 27.71%
B 180 of 563 ~ 31.97'%

%40.32
%27.71
%31.97

CMYK color model

#E39CB4 color CMYK value is (0,31,21,11).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 20.70%
  • key color value is 10.98%
CMYK: (0,31,21,11) C0M31Y21K11 (0%,31%,21%,11%) (0.00/0.31/0.21/0.11) 

CMYK percentages

%0
%31.28
%20.7
%10.98

Codes

Color #E39CB4 in popluar color models

E3 9C B4
RGB 227 156 180
HSL 340° 55.91% 75.10%
HSB/HSV 340° 31.28% 89.02%
CMYK 0.00% 31.28% 20.70%
10.98%

Color #E39CB4 in popluar number systems.

HEX E3 9C B4
Decimal 227 156 180
Binary 11100011 10011100 10110100
Octal 343 234 264

Shades and tints

Shades of #E39CB4

#E39CB4
(227,156,180)
#CF8EA4
(207,142,164)
#BB8094
(187,128,148)
#A77284
(167,114,132)
#936474
(147,100,116)
#7F5664
(127,86,100)
#6B4854
(107,72,84)
#573A44
(87,58,68)
#432C34
(67,44,52)
#2F1E24
(47,30,36)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #E39CB4

#E39CB4
(227,156,180)
#E5A5BA
(229,165,186)
#E7AEC0
(231,174,192)
#E9B7C6
(233,183,198)
#EBC0CC
(235,192,204)
#EDC9D2
(237,201,210)
#EFD2D8
(239,210,216)
#F1DBDE
(241,219,222)
#F3E4E4
(243,228,228)
#F5EDEA
(245,237,234)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39CB4 color. Also use rgb(227,156,180) instead hex code.

Text Font Color

.myTextColor { color: #E39CB4; }

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

This text font color is #E39CB4.

Background Color

.myBgColor { background-color: #E39CB4; }

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

This div background color is #E39CB4.

Border color

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

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

This div border color is #E39CB4.

Opacity

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

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

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

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

This text has shadow with #E39CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39CB4.

Preview

Color preview on black background

This text has color #E39CB4 on black background.


Color preview on white background

This text has color #E39CB4 on white background.


Black color preview on #E39CB4 background

This text has black color on #E39CB4 background.


White color preview on #E39CB4 background

This text has white color on #E39CB4 background.


Related colors

Complementary color

Complementary color for #hex is #1C634B.


I love getcolorcode.com

Triadic colors

1 #B4E39C and #9CB4E3 with #E39CB4 are triadic colors.

2 #B49CE3 and #9CE3B4 with #E39CB4 are triadic colors.