COLOR #E38FA0

HEX: #E38FA0 RGB: (227,143,160)

Color info

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

RGB color model

#E38FA0 color RGB value is (227,143,160).

RGB: (227,143,160) (89%, 56%, 63%)

RGB channels and saturation

R 227 of 255 = 89%
G 143 of 255 = 56%
B 160 of 255 = 63%

227
143
160

R + G + B ~ 69%. #E38FA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 143 + 160 = 530 (100%)
R 227 of 530 ~ 42.83%
G 143 of 530 ~ 26.98%
B 160 of 530 ~ 30.19'%

%42.83
%26.98
%30.19

CMYK color model

#E38FA0 color CMYK value is (0,37,30,11).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 29.52%
  • key color value is 10.98%

CMYK: (0,37,30,11)
C0M37Y30K11 (0%, 37%, 30%, 11%)
(0.00 / 0.37 / 0.30 / 0.11)

CMYK percentages

%0
%37
%29.52
%10.98

Codes

Color #E38FA0 in popluar color models

E3 8F A0
RGB 227 143 160
HSL 348° 60.00% 72.55%
HSB/HSV 348° 37.00% 89.02%
CMYK 0.00% 37.00% 29.52%
10.98%

Color #E38FA0 in popluar number systems.

HEX E3 8F A0
Decimal 227 143 160
Binary 11100011 10001111 10100000
Octal 343 217 240

Shades and tints

Shades of #E38FA0

#E38FA0
(227,143,160)
#CF8292
(207,130,146)
#BB7584
(187,117,132)
#A76876
(167,104,118)
#935B68
(147,91,104)
#7F4E5A
(127,78,90)
#6B414C
(107,65,76)
#57343E
(87,52,62)
#432730
(67,39,48)
#2F1A22
(47,26,34)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #E38FA0

#E38FA0
(227,143,160)
#E599A8
(229,153,168)
#E7A3B0
(231,163,176)
#E9ADB8
(233,173,184)
#EBB7C0
(235,183,192)
#EDC1C8
(237,193,200)
#EFCBD0
(239,203,208)
#F1D5D8
(241,213,216)
#F3DFE0
(243,223,224)
#F5E9E8
(245,233,232)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38FA0 color. Also use rgb(227,143,160) instead hex code.

Text Font Color

.myTextColor { color: #E38FA0; }

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

This text font color is #E38FA0.

Background Color

.myBgColor { background-color: #E38FA0; }

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

This div background color is #E38FA0.

Border color

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

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

This div border color is #E38FA0.

Opacity

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

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

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

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

This text has shadow with #E38FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E38FA0.

Preview

Color preview on black background

This text has color #E38FA0 on black background.


Color preview on white background

This text has color #E38FA0 on white background.


Black color preview on #E38FA0 background

This text has black color on #E38FA0 background.


White color preview on #E38FA0 background

This text has white color on #E38FA0 background.


Related colors

Complementary color

Complementary color for #hex is #1C705F.


I love getcolorcode.com

Triadic colors

1 #A0E38F and #8FA0E3 with #E38FA0 are triadic colors.

2 #A08FE3 and #8FE3A0 with #E38FA0 are triadic colors.