COLOR #E18F9F

HEX: #E18F9F
RGB: (225,143,159)

Color info

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

RGB color model

#E18F9F color RGB value is (225,143,159).

  • red value is 225;
  • green value is 143;
  • blue value is 159.
RGB:
(225,143,159)
(88%,56%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 143 of 255 = 56%
B 159 of 255 = 62%

225
143
159

R + G + B ~ 69%. #E18F9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 143 + 159 = 527 (100%)
R 225 of 527 ~ 42.69%
G 143 of 527 ~ 27.13%
B 159 of 527 ~ 30.17%

%42.69
%27.13
%30.17

CMYK color model

#E18F9F color CMYK value is (0,36,29,12).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 29.33%
  • key color value is 11.76%
CMYK:
(0,36,29,12)
C0M36Y29K12 
(0%,36%,29%,12%)
(0.00/0.36/0.29/0.12)	

CMYK percentages

%0
%36.44
%29.33
%11.76

Codes

Color #E18F9F in popluar color models

E18F9F
RGB225143159
HSL348°57.75%72.16%
HSB/HSV348°36.44%88.24%
CMYK0.00%36.44%29.33%
11.76%

Color #E18F9F in popluar number systems.

HEXE18F9F
Decimal225143159
Binary111000011000111110011111
Octal341217237

Shades and tints

Shades of #E18F9F

#E18F9F
(225,143,159)
#CD8291
(205,130,145)
#B97583
(185,117,131)
#A56875
(165,104,117)
#915B67
(145,91,103)
#7D4E59
(125,78,89)
#69414B
(105,65,75)
#55343D
(85,52,61)
#41272F
(65,39,47)
#2D1A21
(45,26,33)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #E18F9F

#E18F9F
(225,143,159)
#E399A7
(227,153,167)
#E5A3AF
(229,163,175)
#E7ADB7
(231,173,183)
#E9B7BF
(233,183,191)
#EBC1C7
(235,193,199)
#EDCBCF
(237,203,207)
#EFD5D7
(239,213,215)
#F1DFDF
(241,223,223)
#F3E9E7
(243,233,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18F9F color. Also use rgb(225,143,159) instead hex code.

Text Font Color

.myTextColor { color: #E18F9F; }

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

This text font color is #E18F9F.


Background Color

.myBgColor { background-color: #E18F9F; }

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

This div background color is #E18F9F.


Border color

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

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

This div border color is #E18F9F.


Opacity

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

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

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

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

This text has shadow with #E18F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18F9F on black background.


Color preview on white background

This text has color #E18F9F on white background.



Black color preview on #E18F9F background

This text has black color on #E18F9F background.


White color preview on #E18F9F background

This text has white color on #E18F9F background.