COLOR #E38D9C

HEX: #E38D9C RGB: (227,141,156)

Color info

#E38D9C contains mainly red color. Web safe color of #E38D9C is #CC9999 (or #C99).

RGB color model

#E38D9C color RGB value is (227,141,156).

RGB: (227,141,156) (89%, 55%, 61%)

RGB channels and saturation

R 227 of 255 = 89%
G 141 of 255 = 55%
B 156 of 255 = 61%

227
141
156

R + G + B ~ 68%. #E38D9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 141 + 156 = 524 (100%)
R 227 of 524 ~ 43.32%
G 141 of 524 ~ 26.91%
B 156 of 524 ~ 29.77'%

%43.32
%26.91
%29.77

CMYK color model

#E38D9C color CMYK value is (0,38,31,11).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 31.28%
  • key color value is 10.98%

CMYK: (0,38,31,11)
C0M38Y31K11 (0%, 38%, 31%, 11%)
(0.00 / 0.38 / 0.31 / 0.11)

CMYK percentages

%0
%37.89
%31.28
%10.98

Codes

Color #E38D9C in popluar color models

E3 8D 9C
RGB 227 141 156
HSL 350° 60.56% 72.16%
HSB/HSV 350° 37.89% 89.02%
CMYK 0.00% 37.89% 31.28%
10.98%

Color #E38D9C in popluar number systems.

HEX E3 8D 9C
Decimal 227 141 156
Binary 11100011 10001101 10011100
Octal 343 215 234

Shades and tints

Shades of #E38D9C

#E38D9C
(227,141,156)
#CF818E
(207,129,142)
#BB7580
(187,117,128)
#A76972
(167,105,114)
#935D64
(147,93,100)
#7F5156
(127,81,86)
#6B4548
(107,69,72)
#57393A
(87,57,58)
#432D2C
(67,45,44)
#2F211E
(47,33,30)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #E38D9C

#E38D9C
(227,141,156)
#E597A5
(229,151,165)
#E7A1AE
(231,161,174)
#E9ABB7
(233,171,183)
#EBB5C0
(235,181,192)
#EDBFC9
(237,191,201)
#EFC9D2
(239,201,210)
#F1D3DB
(241,211,219)
#F3DDE4
(243,221,228)
#F5E7ED
(245,231,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38D9C; }

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

This text font color is #E38D9C.

Background Color

.myBgColor { background-color: #E38D9C; }

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

This div background color is #E38D9C.

Border color

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

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

This div border color is #E38D9C.

Opacity

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

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

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

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

This text has shadow with #E38D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E38D9C.

Preview

Color preview on black background

This text has color #E38D9C on black background.


Color preview on white background

This text has color #E38D9C on white background.


Black color preview on #E38D9C background

This text has black color on #E38D9C background.


White color preview on #E38D9C background

This text has white color on #E38D9C background.


Related colors

Complementary color

Complementary color for #hex is #1C7263.


I love getcolorcode.com

Triadic colors

1 #9CE38D and #8D9CE3 with #E38D9C are triadic colors.

2 #9C8DE3 and #8DE39C with #E38D9C are triadic colors.