COLOR #E38FB7

HEX: #E38FB7 RGB: (227,143,183)

Color info

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

RGB color model

#E38FB7 color RGB value is (227,143,183).

RGB: (227,143,183) (89%, 56%, 72%)

RGB channels and saturation

R 227 of 255 = 89%
G 143 of 255 = 56%
B 183 of 255 = 72%

227
143
183

R + G + B ~ 72%. #E38FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 143 + 183 = 553 (100%)
R 227 of 553 ~ 41.05%
G 143 of 553 ~ 25.86%
B 183 of 553 ~ 33.09'%

%41.05
%25.86
%33.09

CMYK color model

#E38FB7 color CMYK value is (0,37,19,11).

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

CMYK: (0,37,19,11)
C0M37Y19K11 (0%, 37%, 19%, 11%)
(0.00 / 0.37 / 0.19 / 0.11)

CMYK percentages

%0
%37
%19.38
%10.98

Codes

Color #E38FB7 in popluar color models

E3 8F B7
RGB 227 143 183
HSL 331° 60.00% 72.55%
HSB/HSV 331° 37.00% 89.02%
CMYK 0.00% 37.00% 19.38%
10.98%

Color #E38FB7 in popluar number systems.

HEX E3 8F B7
Decimal 227 143 183
Binary 11100011 10001111 10110111
Octal 343 217 267

Shades and tints

Shades of #E38FB7

#E38FB7
(227,143,183)
#CF82A7
(207,130,167)
#BB7597
(187,117,151)
#A76887
(167,104,135)
#935B77
(147,91,119)
#7F4E67
(127,78,103)
#6B4157
(107,65,87)
#573447
(87,52,71)
#432737
(67,39,55)
#2F1A27
(47,26,39)
#1B0D17
(27,13,23)
#000000
(0,0,0)

Tints of #E38FB7

#E38FB7
(227,143,183)
#E599BD
(229,153,189)
#E7A3C3
(231,163,195)
#E9ADC9
(233,173,201)
#EBB7CF
(235,183,207)
#EDC1D5
(237,193,213)
#EFCBDB
(239,203,219)
#F1D5E1
(241,213,225)
#F3DFE7
(243,223,231)
#F5E9ED
(245,233,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38FB7; }

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

This text font color is #E38FB7.

Background Color

.myBgColor { background-color: #E38FB7; }

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

This div background color is #E38FB7.

Border color

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

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

This div border color is #E38FB7.

Opacity

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

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

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

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

This text has shadow with #E38FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E38FB7.

Preview

Color preview on black background

This text has color #E38FB7 on black background.


Color preview on white background

This text has color #E38FB7 on white background.


Black color preview on #E38FB7 background

This text has black color on #E38FB7 background.


White color preview on #E38FB7 background

This text has white color on #E38FB7 background.


Related colors

Complementary color

Complementary color for #hex is #1C7048.


I love getcolorcode.com

Triadic colors

1 #B7E38F and #8FB7E3 with #E38FB7 are triadic colors.

2 #B78FE3 and #8FE3B7 with #E38FB7 are triadic colors.