COLOR #E7918F

HEX: #E7918F RGB: (231,145,143)

Color info

#E7918F contains mainly red color. Web safe color of #E7918F is #FF9999 (or #F99).

RGB color model

#E7918F color RGB value is (231,145,143).

RGB: (231,145,143) (91%, 57%, 56%)

RGB channels and saturation

R 231 of 255 = 91%
G 145 of 255 = 57%
B 143 of 255 = 56%

231
145
143

R + G + B ~ 68%. #E7918F is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 145 + 143 = 519 (100%)
R 231 of 519 ~ 44.51%
G 145 of 519 ~ 27.94%
B 143 of 519 ~ 27.55'%

%44.51
%27.94
%27.55

CMYK color model

#E7918F color CMYK value is (0,37,38,9).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 38.10%
  • key color value is 9.41%

CMYK: (0,37,38,9)
C0M37Y38K9 (0%, 37%, 38%, 9%)
(0.00 / 0.37 / 0.38 / 0.09)

CMYK percentages

%0
%37.23
%38.1
%9.41

Codes

Color #E7918F in popluar color models

E7 91 8F
RGB 231 145 143
HSL 64.71% 73.33%
HSB/HSV 38.10% 90.59%
CMYK 0.00% 37.23% 38.10%
9.41%

Color #E7918F in popluar number systems.

HEX E7 91 8F
Decimal 231 145 143
Binary 11100111 10010001 10001111
Octal 347 221 217

Shades and tints

Shades of #E7918F

#E7918F
(231,145,143)
#D28482
(210,132,130)
#BD7775
(189,119,117)
#A86A68
(168,106,104)
#935D5B
(147,93,91)
#7E504E
(126,80,78)
#694341
(105,67,65)
#543634
(84,54,52)
#3F2927
(63,41,39)
#2A1C1A
(42,28,26)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #E7918F

#E7918F
(231,145,143)
#E99B99
(233,155,153)
#EBA5A3
(235,165,163)
#EDAFAD
(237,175,173)
#EFB9B7
(239,185,183)
#F1C3C1
(241,195,193)
#F3CDCB
(243,205,203)
#F5D7D5
(245,215,213)
#F7E1DF
(247,225,223)
#F9EBE9
(249,235,233)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7918F; }

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

This text font color is #E7918F.

Background Color

.myBgColor { background-color: #E7918F; }

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

This div background color is #E7918F.

Border color

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

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

This div border color is #E7918F.

Opacity

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

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

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

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

This text has shadow with #E7918F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7918F.

Preview

Color preview on black background

This text has color #E7918F on black background.


Color preview on white background

This text has color #E7918F on white background.


Black color preview on #E7918F background

This text has black color on #E7918F background.


White color preview on #E7918F background

This text has white color on #E7918F background.


Related colors

Complementary color

Complementary color for #hex is #186E70.


I love getcolorcode.com

Triadic colors

1 #8FE791 and #918FE7 with #E7918F are triadic colors.

2 #8F91E7 and #91E78F with #E7918F are triadic colors.