COLOR #E9918F

HEX: #E9918F
RGB: (233,145,143)

Color info

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

RGB color model

#E9918F color RGB value is (233,145,143).

  • red value is 233;
  • green value is 145;
  • blue value is 143.
RGB:
(233,145,143)
(91%,57%,56%)

RGB channels and saturation

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

233
145
143

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

Portions of RGB colors in percentages

R + G + B =
233 + 145 + 143 = 521 (100%)
R 233 of 521 ~ 44.72%
G 145 of 521 ~ 27.83%
B 143 of 521 ~ 27.45%

%44.72
%27.83
%27.45

CMYK color model

#E9918F color CMYK value is (0,38,39,9).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 38.63%
  • key color value is 8.63%
CMYK:
(0,38,39,9)
C0M38Y39K9 
(0%,38%,39%,9%)
(0.00/0.38/0.39/0.09)	

CMYK percentages

%0
%37.77
%38.63
%8.63

Codes

Color #E9918F in popluar color models

E9918F
RGB233145143
HSL67.16%73.73%
HSB/HSV38.63%91.37%
CMYK0.00%37.77%38.63%
8.63%

Color #E9918F in popluar number systems.

HEXE9918F
Decimal233145143
Binary111010011001000110001111
Octal351221217

Shades and tints

Shades of #E9918F

#E9918F
(233,145,143)
#D48482
(212,132,130)
#BF7775
(191,119,117)
#AA6A68
(170,106,104)
#955D5B
(149,93,91)
#80504E
(128,80,78)
#6B4341
(107,67,65)
#563634
(86,54,52)
#412927
(65,41,39)
#2C1C1A
(44,28,26)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #E9918F

#E9918F
(233,145,143)
#EB9B99
(235,155,153)
#EDA5A3
(237,165,163)
#EFAFAD
(239,175,173)
#F1B9B7
(241,185,183)
#F3C3C1
(243,195,193)
#F5CDCB
(245,205,203)
#F7D7D5
(247,215,213)
#F9E1DF
(249,225,223)
#FBEBE9
(251,235,233)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9918F; }

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

This text font color is #E9918F.


Background Color

.myBgColor { background-color: #E9918F; }

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

This div background color is #E9918F.


Border color

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

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

This div border color is #E9918F.


Opacity

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

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

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

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

This text has shadow with #E9918F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9918F on black background.


Color preview on white background

This text has color #E9918F on white background.



Black color preview on #E9918F background

This text has black color on #E9918F background.


White color preview on #E9918F background

This text has white color on #E9918F background.