COLOR #E2918B

HEX: #E2918B
RGB: (226,145,139)

Color info

#E2918B contains mainly red color. Web safe color of #E2918B is #CC9999 (or #C99).

RGB color model

#E2918B color RGB value is (226,145,139).

  • red value is 226;
  • green value is 145;
  • blue value is 139.
RGB:
(226,145,139)
(89%,57%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 145 of 255 = 57%
B 139 of 255 = 55%

226
145
139

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

Portions of RGB colors in percentages

R + G + B =
226 + 145 + 139 = 510 (100%)
R 226 of 510 ~ 44.31%
G 145 of 510 ~ 28.43%
B 139 of 510 ~ 27.25%

%44.31
%28.43
%27.25

CMYK color model

#E2918B color CMYK value is (0,36,38,11).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 38.50%
  • key color value is 11.37%
CMYK:
(0,36,38,11)
C0M36Y38K11 
(0%,36%,38%,11%)
(0.00/0.36/0.38/0.11)	

CMYK percentages

%0
%35.84
%38.5
%11.37

Codes

Color #E2918B in popluar color models

E2918B
RGB226145139
HSL60.00%71.57%
HSB/HSV38.50%88.63%
CMYK0.00%35.84%38.50%
11.37%

Color #E2918B in popluar number systems.

HEXE2918B
Decimal226145139
Binary111000101001000110001011
Octal342221213

Shades and tints

Shades of #E2918B

#E2918B
(226,145,139)
#CE847F
(206,132,127)
#BA7773
(186,119,115)
#A66A67
(166,106,103)
#925D5B
(146,93,91)
#7E504F
(126,80,79)
#6A4343
(106,67,67)
#563637
(86,54,55)
#42292B
(66,41,43)
#2E1C1F
(46,28,31)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #E2918B

#E2918B
(226,145,139)
#E49B95
(228,155,149)
#E6A59F
(230,165,159)
#E8AFA9
(232,175,169)
#EAB9B3
(234,185,179)
#ECC3BD
(236,195,189)
#EECDC7
(238,205,199)
#F0D7D1
(240,215,209)
#F2E1DB
(242,225,219)
#F4EBE5
(244,235,229)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2918B color. Also use rgb(226,145,139) instead hex code.

Text Font Color

.myTextColor { color: #E2918B; }

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

This text font color is #E2918B.


Background Color

.myBgColor { background-color: #E2918B; }

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

This div background color is #E2918B.


Border color

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

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

This div border color is #E2918B.


Opacity

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

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

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

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

This text has shadow with #E2918B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2918B on black background.


Color preview on white background

This text has color #E2918B on white background.



Black color preview on #E2918B background

This text has black color on #E2918B background.


White color preview on #E2918B background

This text has white color on #E2918B background.