COLOR #E7917F

HEX: #E7917F
RGB: (231,145,127)

Color info

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

RGB color model

#E7917F color RGB value is (231,145,127).

  • red value is 231;
  • green value is 145;
  • blue value is 127.
RGB:
(231,145,127)
(91%,57%,50%)

RGB channels and saturation

R 231 of 255 = 91%
G 145 of 255 = 57%
B 127 of 255 = 50%

231
145
127

R + G + B ~ 66%. #E7917F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 145 + 127 = 503 (100%)
R 231 of 503 ~ 45.92%
G 145 of 503 ~ 28.83%
B 127 of 503 ~ 25.25%

%45.92
%28.83
%25.25

CMYK color model

#E7917F color CMYK value is (0,37,45,9).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 45.02%
  • key color value is 9.41%
CMYK:
(0,37,45,9)
C0M37Y45K9 
(0%,37%,45%,9%)
(0.00/0.37/0.45/0.09)	

CMYK percentages

%0
%37.23
%45.02
%9.41

Codes

Color #E7917F in popluar color models

E7917F
RGB231145127
HSL10°68.42%70.20%
HSB/HSV10°45.02%90.59%
CMYK0.00%37.23%45.02%
9.41%

Color #E7917F in popluar number systems.

HEXE7917F
Decimal231145127
Binary11100111100100011111111
Octal347221177

Shades and tints

Shades of #E7917F

#E7917F
(231,145,127)
#D28474
(210,132,116)
#BD7769
(189,119,105)
#A86A5E
(168,106,94)
#935D53
(147,93,83)
#7E5048
(126,80,72)
#69433D
(105,67,61)
#543632
(84,54,50)
#3F2927
(63,41,39)
#2A1C1C
(42,28,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #E7917F

#E7917F
(231,145,127)
#E99B8A
(233,155,138)
#EBA595
(235,165,149)
#EDAFA0
(237,175,160)
#EFB9AB
(239,185,171)
#F1C3B6
(241,195,182)
#F3CDC1
(243,205,193)
#F5D7CC
(245,215,204)
#F7E1D7
(247,225,215)
#F9EBE2
(249,235,226)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7917F color. Also use rgb(231,145,127) instead hex code.

Text Font Color

.myTextColor { color: #E7917F; }

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

This text font color is #E7917F.


Background Color

.myBgColor { background-color: #E7917F; }

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

This div background color is #E7917F.


Border color

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

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

This div border color is #E7917F.


Opacity

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

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

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

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

This text has shadow with #E7917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7917F on black background.


Color preview on white background

This text has color #E7917F on white background.



Black color preview on #E7917F background

This text has black color on #E7917F background.


White color preview on #E7917F background

This text has white color on #E7917F background.