COLOR #EF8E9F

HEX: #EF8E9F
RGB: (239,142,159)

Color info

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

RGB color model

#EF8E9F color RGB value is (239,142,159).

  • red value is 239;
  • green value is 142;
  • blue value is 159.
RGB:
(239,142,159)
(94%,56%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 142 of 255 = 56%
B 159 of 255 = 62%

239
142
159

R + G + B ~ 71%. #EF8E9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 142 + 159 = 540 (100%)
R 239 of 540 ~ 44.26%
G 142 of 540 ~ 26.3%
B 159 of 540 ~ 29.44%

%44.26
%26.3
%29.44

CMYK color model

#EF8E9F color CMYK value is (0,41,33,6).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 33.47%
  • key color value is 6.27%
CMYK:
(0,41,33,6)
C0M41Y33K6 
(0%,41%,33%,6%)
(0.00/0.41/0.33/0.06)	

CMYK percentages

%0
%40.59
%33.47
%6.27

Codes

Color #EF8E9F in popluar color models

EF8E9F
RGB239142159
HSL349°75.19%74.71%
HSB/HSV349°40.59%93.73%
CMYK0.00%40.59%33.47%
6.27%

Color #EF8E9F in popluar number systems.

HEXEF8E9F
Decimal239142159
Binary111011111000111010011111
Octal357216237

Shades and tints

Shades of #EF8E9F

#EF8E9F
(239,142,159)
#DA8291
(218,130,145)
#C57683
(197,118,131)
#B06A75
(176,106,117)
#9B5E67
(155,94,103)
#865259
(134,82,89)
#71464B
(113,70,75)
#5C3A3D
(92,58,61)
#472E2F
(71,46,47)
#322221
(50,34,33)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #EF8E9F

#EF8E9F
(239,142,159)
#F098A7
(240,152,167)
#F1A2AF
(241,162,175)
#F2ACB7
(242,172,183)
#F3B6BF
(243,182,191)
#F4C0C7
(244,192,199)
#F5CACF
(245,202,207)
#F6D4D7
(246,212,215)
#F7DEDF
(247,222,223)
#F8E8E7
(248,232,231)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8E9F color. Also use rgb(239,142,159) instead hex code.

Text Font Color

.myTextColor { color: #EF8E9F; }

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

This text font color is #EF8E9F.


Background Color

.myBgColor { background-color: #EF8E9F; }

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

This div background color is #EF8E9F.


Border color

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

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

This div border color is #EF8E9F.


Opacity

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

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

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

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

This text has shadow with #EF8E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8E9F on black background.


Color preview on white background

This text has color #EF8E9F on white background.



Black color preview on #EF8E9F background

This text has black color on #EF8E9F background.


White color preview on #EF8E9F background

This text has white color on #EF8E9F background.