COLOR #E38EB1

HEX: #E38EB1
RGB: (227,142,177)

Color info

#E38EB1 contains mainly red and blue colors. Web safe color of #E38EB1 is #CC9999 (or #C99).

RGB color model

#E38EB1 color RGB value is (227,142,177).

  • red value is 227;
  • green value is 142;
  • blue value is 177.
RGB:
(227,142,177)
(89%,56%,69%)

RGB channels and saturation

R 227 of 255 = 89%
G 142 of 255 = 56%
B 177 of 255 = 69%

227
142
177

R + G + B ~ 71%. #E38EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 142 + 177 = 546 (100%)
R 227 of 546 ~ 41.58%
G 142 of 546 ~ 26.01%
B 177 of 546 ~ 32.42%

%41.58
%26.01
%32.42

CMYK color model

#E38EB1 color CMYK value is (0,37,22,11).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 22.03%
  • key color value is 10.98%
CMYK:
(0,37,22,11)
C0M37Y22K11 
(0%,37%,22%,11%)
(0.00/0.37/0.22/0.11)	

CMYK percentages

%0
%37.44
%22.03
%10.98

Codes

Color #E38EB1 in popluar color models

E38EB1
RGB227142177
HSL335°60.28%72.35%
HSB/HSV335°37.44%89.02%
CMYK0.00%37.44%22.03%
10.98%

Color #E38EB1 in popluar number systems.

HEXE38EB1
Decimal227142177
Binary111000111000111010110001
Octal343216261

Shades and tints

Shades of #E38EB1

#E38EB1
(227,142,177)
#CF82A1
(207,130,161)
#BB7691
(187,118,145)
#A76A81
(167,106,129)
#935E71
(147,94,113)
#7F5261
(127,82,97)
#6B4651
(107,70,81)
#573A41
(87,58,65)
#432E31
(67,46,49)
#2F2221
(47,34,33)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #E38EB1

#E38EB1
(227,142,177)
#E598B8
(229,152,184)
#E7A2BF
(231,162,191)
#E9ACC6
(233,172,198)
#EBB6CD
(235,182,205)
#EDC0D4
(237,192,212)
#EFCADB
(239,202,219)
#F1D4E2
(241,212,226)
#F3DEE9
(243,222,233)
#F5E8F0
(245,232,240)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38EB1 color. Also use rgb(227,142,177) instead hex code.

Text Font Color

.myTextColor { color: #E38EB1; }

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

This text font color is #E38EB1.


Background Color

.myBgColor { background-color: #E38EB1; }

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

This div background color is #E38EB1.


Border color

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

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

This div border color is #E38EB1.


Opacity

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

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

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

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

This text has shadow with #E38EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38EB1 on black background.


Color preview on white background

This text has color #E38EB1 on white background.



Black color preview on #E38EB1 background

This text has black color on #E38EB1 background.


White color preview on #E38EB1 background

This text has white color on #E38EB1 background.