COLOR #E88F74

HEX: #E88F74 RGB: (232,143,116)

Color info

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

RGB color model

#E88F74 color RGB value is (232,143,116).

RGB: (232,143,116) (91%, 56%, 45%)

RGB channels and saturation

R 232 of 255 = 91%
G 143 of 255 = 56%
B 116 of 255 = 45%

232
143
116

R + G + B ~ 64%. #E88F74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 143 + 116 = 491 (100%)
R 232 of 491 ~ 47.25%
G 143 of 491 ~ 29.12%
B 116 of 491 ~ 23.63'%

%47.25
%29.12
%23.63

CMYK color model

#E88F74 color CMYK value is (0,38,50,9).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 50.00%
  • key color value is 9.02%

CMYK: (0,38,50,9)
C0M38Y50K9 (0%, 38%, 50%, 9%)
(0.00 / 0.38 / 0.50 / 0.09)

CMYK percentages

%0
%38.36
%50
%9.02

Codes

Color #E88F74 in popluar color models

E8 8F 74
RGB 232 143 116
HSL 14° 71.60% 68.24%
HSB/HSV 14° 50.00% 90.98%
CMYK 0.00% 38.36% 50.00%
9.02%

Color #E88F74 in popluar number systems.

HEX E8 8F 74
Decimal 232 143 116
Binary 11101000 10001111 1110100
Octal 350 217 164

Shades and tints

Shades of #E88F74

#E88F74
(232,143,116)
#D3826A
(211,130,106)
#BE7560
(190,117,96)
#A96856
(169,104,86)
#945B4C
(148,91,76)
#7F4E42
(127,78,66)
#6A4138
(106,65,56)
#55342E
(85,52,46)
#402724
(64,39,36)
#2B1A1A
(43,26,26)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #E88F74

#E88F74
(232,143,116)
#EA9980
(234,153,128)
#ECA38C
(236,163,140)
#EEAD98
(238,173,152)
#F0B7A4
(240,183,164)
#F2C1B0
(242,193,176)
#F4CBBC
(244,203,188)
#F6D5C8
(246,213,200)
#F8DFD4
(248,223,212)
#FAE9E0
(250,233,224)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88F74 color. Also use rgb(232,143,116) instead hex code.

Text Font Color

.myTextColor { color: #E88F74; }

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

This text font color is #E88F74.

Background Color

.myBgColor { background-color: #E88F74; }

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

This div background color is #E88F74.

Border color

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

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

This div border color is #E88F74.

Opacity

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

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

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

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

This text has shadow with #E88F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E88F74.

Preview

Color preview on black background

This text has color #E88F74 on black background.


Color preview on white background

This text has color #E88F74 on white background.


Black color preview on #E88F74 background

This text has black color on #E88F74 background.


White color preview on #E88F74 background

This text has white color on #E88F74 background.


Related colors

Complementary color

Complementary color for #hex is #17708B.


I love getcolorcode.com

Triadic colors

1 #74E88F and #8F74E8 with #E88F74 are triadic colors.

2 #748FE8 and #8FE874 with #E88F74 are triadic colors.