COLOR #E38BA6

HEX: #E38BA6
RGB: (227,139,166)

Color info

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

RGB color model

#E38BA6 color RGB value is (227,139,166).

  • red value is 227;
  • green value is 139;
  • blue value is 166.
RGB:
(227,139,166)
(89%,55%,65%)

RGB channels and saturation

R 227 of 255 = 89%
G 139 of 255 = 55%
B 166 of 255 = 65%

227
139
166

R + G + B ~ 70%. #E38BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 139 + 166 = 532 (100%)
R 227 of 532 ~ 42.67%
G 139 of 532 ~ 26.13%
B 166 of 532 ~ 31.2%

%42.67
%26.13
%31.2

CMYK color model

#E38BA6 color CMYK value is (0,39,27,11).

  • cyan value is 0.00%
  • magenta value is 38.77%
  • yellow value is 26.87%
  • key color value is 10.98%
CMYK:
(0,39,27,11)
C0M39Y27K11 
(0%,39%,27%,11%)
(0.00/0.39/0.27/0.11)	

CMYK percentages

%0
%38.77
%26.87
%10.98

Codes

Color #E38BA6 in popluar color models

E38BA6
RGB227139166
HSL342°61.11%71.76%
HSB/HSV342°38.77%89.02%
CMYK0.00%38.77%26.87%
10.98%

Color #E38BA6 in popluar number systems.

HEXE38BA6
Decimal227139166
Binary111000111000101110100110
Octal343213246

Shades and tints

Shades of #E38BA6

#E38BA6
(227,139,166)
#CF7F97
(207,127,151)
#BB7388
(187,115,136)
#A76779
(167,103,121)
#935B6A
(147,91,106)
#7F4F5B
(127,79,91)
#6B434C
(107,67,76)
#57373D
(87,55,61)
#432B2E
(67,43,46)
#2F1F1F
(47,31,31)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #E38BA6

#E38BA6
(227,139,166)
#E595AE
(229,149,174)
#E79FB6
(231,159,182)
#E9A9BE
(233,169,190)
#EBB3C6
(235,179,198)
#EDBDCE
(237,189,206)
#EFC7D6
(239,199,214)
#F1D1DE
(241,209,222)
#F3DBE6
(243,219,230)
#F5E5EE
(245,229,238)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38BA6 color. Also use rgb(227,139,166) instead hex code.

Text Font Color

.myTextColor { color: #E38BA6; }

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

This text font color is #E38BA6.


Background Color

.myBgColor { background-color: #E38BA6; }

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

This div background color is #E38BA6.


Border color

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

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

This div border color is #E38BA6.


Opacity

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

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

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

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

This text has shadow with #E38BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38BA6 on black background.


Color preview on white background

This text has color #E38BA6 on white background.



Black color preview on #E38BA6 background

This text has black color on #E38BA6 background.


White color preview on #E38BA6 background

This text has white color on #E38BA6 background.