COLOR #E89F7D

HEX: #E89F7D RGB: (232,159,125)

Color info

#E89F7D contains mainly red color. Web safe color of #E89F7D is #FF9966 (or #F96).

RGB color model

#E89F7D color RGB value is (232,159,125).

RGB: (232,159,125) (91%, 62%, 49%)

RGB channels and saturation

R 232 of 255 = 91%
G 159 of 255 = 62%
B 125 of 255 = 49%

232
159
125

R + G + B ~ 67%. #E89F7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 159 + 125 = 516 (100%)
R 232 of 516 ~ 44.96%
G 159 of 516 ~ 30.81%
B 125 of 516 ~ 24.22'%

%44.96
%30.81
%24.22

CMYK color model

#E89F7D color CMYK value is (0,31,46,9).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 46.12%
  • key color value is 9.02%

CMYK: (0,31,46,9)
C0M31Y46K9 (0%, 31%, 46%, 9%)
(0.00 / 0.31 / 0.46 / 0.09)

CMYK percentages

%0
%31.47
%46.12
%9.02

Codes

Color #E89F7D in popluar color models

E8 9F 7D
RGB 232 159 125
HSL 19° 69.93% 70.00%
HSB/HSV 19° 46.12% 90.98%
CMYK 0.00% 31.47% 46.12%
9.02%

Color #E89F7D in popluar number systems.

HEX E8 9F 7D
Decimal 232 159 125
Binary 11101000 10011111 1111101
Octal 350 237 175

Shades and tints

Shades of #E89F7D

#E89F7D
(232,159,125)
#D39172
(211,145,114)
#BE8367
(190,131,103)
#A9755C
(169,117,92)
#946751
(148,103,81)
#7F5946
(127,89,70)
#6A4B3B
(106,75,59)
#553D30
(85,61,48)
#402F25
(64,47,37)
#2B211A
(43,33,26)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #E89F7D

#E89F7D
(232,159,125)
#EAA788
(234,167,136)
#ECAF93
(236,175,147)
#EEB79E
(238,183,158)
#F0BFA9
(240,191,169)
#F2C7B4
(242,199,180)
#F4CFBF
(244,207,191)
#F6D7CA
(246,215,202)
#F8DFD5
(248,223,213)
#FAE7E0
(250,231,224)
#FCEFEB
(252,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89F7D color. Also use rgb(232,159,125) instead hex code.

Text Font Color

.myTextColor { color: #E89F7D; }

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

This text font color is #E89F7D.

Background Color

.myBgColor { background-color: #E89F7D; }

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

This div background color is #E89F7D.

Border color

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

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

This div border color is #E89F7D.

Opacity

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

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

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

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

This text has shadow with #E89F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E89F7D.

Preview

Color preview on black background

This text has color #E89F7D on black background.


Color preview on white background

This text has color #E89F7D on white background.


Black color preview on #E89F7D background

This text has black color on #E89F7D background.


White color preview on #E89F7D background

This text has white color on #E89F7D background.


Related colors

Complementary color

Complementary color for #hex is #176082.


I love getcolorcode.com

Triadic colors

1 #7DE89F and #9F7DE8 with #E89F7D are triadic colors.

2 #7D9FE8 and #9FE87D with #E89F7D are triadic colors.