COLOR #E38AB4

HEX: #E38AB4
RGB: (227,138,180)

Color info

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

RGB color model

#E38AB4 color RGB value is (227,138,180).

  • red value is 227;
  • green value is 138;
  • blue value is 180.
RGB:
(227,138,180)
(89%,54%,71%)

RGB channels and saturation

R 227 of 255 = 89%
G 138 of 255 = 54%
B 180 of 255 = 71%

227
138
180

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

Portions of RGB colors in percentages

R + G + B =
227 + 138 + 180 = 545 (100%)
R 227 of 545 ~ 41.65%
G 138 of 545 ~ 25.32%
B 180 of 545 ~ 33.03%

%41.65
%25.32
%33.03

CMYK color model

#E38AB4 color CMYK value is (0,39,21,11).

  • cyan value is 0.00%
  • magenta value is 39.21%
  • yellow value is 20.70%
  • key color value is 10.98%
CMYK:
(0,39,21,11)
C0M39Y21K11 
(0%,39%,21%,11%)
(0.00/0.39/0.21/0.11)	

CMYK percentages

%0
%39.21
%20.7
%10.98

Codes

Color #E38AB4 in popluar color models

E38AB4
RGB227138180
HSL332°61.38%71.57%
HSB/HSV332°39.21%89.02%
CMYK0.00%39.21%20.70%
10.98%

Color #E38AB4 in popluar number systems.

HEXE38AB4
Decimal227138180
Binary111000111000101010110100
Octal343212264

Shades and tints

Shades of #E38AB4

#E38AB4
(227,138,180)
#CF7EA4
(207,126,164)
#BB7294
(187,114,148)
#A76684
(167,102,132)
#935A74
(147,90,116)
#7F4E64
(127,78,100)
#6B4254
(107,66,84)
#573644
(87,54,68)
#432A34
(67,42,52)
#2F1E24
(47,30,36)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E38AB4

#E38AB4
(227,138,180)
#E594BA
(229,148,186)
#E79EC0
(231,158,192)
#E9A8C6
(233,168,198)
#EBB2CC
(235,178,204)
#EDBCD2
(237,188,210)
#EFC6D8
(239,198,216)
#F1D0DE
(241,208,222)
#F3DAE4
(243,218,228)
#F5E4EA
(245,228,234)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38AB4; }

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

This text font color is #E38AB4.


Background Color

.myBgColor { background-color: #E38AB4; }

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

This div background color is #E38AB4.


Border color

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

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

This div border color is #E38AB4.


Opacity

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

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

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

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

This text has shadow with #E38AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38AB4 on black background.


Color preview on white background

This text has color #E38AB4 on white background.



Black color preview on #E38AB4 background

This text has black color on #E38AB4 background.


White color preview on #E38AB4 background

This text has white color on #E38AB4 background.