COLOR #EF8992

HEX: #EF8992
RGB: (239,137,146)

Color info

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

RGB color model

#EF8992 color RGB value is (239,137,146).

  • red value is 239;
  • green value is 137;
  • blue value is 146.
RGB:
(239,137,146)
(94%,54%,57%)

RGB channels and saturation

R 239 of 255 = 94%
G 137 of 255 = 54%
B 146 of 255 = 57%

239
137
146

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

Portions of RGB colors in percentages

R + G + B =
239 + 137 + 146 = 522 (100%)
R 239 of 522 ~ 45.79%
G 137 of 522 ~ 26.25%
B 146 of 522 ~ 27.97%

%45.79
%26.25
%27.97

CMYK color model

#EF8992 color CMYK value is (0,43,39,6).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 38.91%
  • key color value is 6.27%
CMYK:
(0,43,39,6)
C0M43Y39K6 
(0%,43%,39%,6%)
(0.00/0.43/0.39/0.06)	

CMYK percentages

%0
%42.68
%38.91
%6.27

Codes

Color #EF8992 in popluar color models

EF8992
RGB239137146
HSL355°76.12%73.73%
HSB/HSV355°42.68%93.73%
CMYK0.00%42.68%38.91%
6.27%

Color #EF8992 in popluar number systems.

HEXEF8992
Decimal239137146
Binary111011111000100110010010
Octal357211222

Shades and tints

Shades of #EF8992

#EF8992
(239,137,146)
#DA7D85
(218,125,133)
#C57178
(197,113,120)
#B0656B
(176,101,107)
#9B595E
(155,89,94)
#864D51
(134,77,81)
#714144
(113,65,68)
#5C3537
(92,53,55)
#47292A
(71,41,42)
#321D1D
(50,29,29)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #EF8992

#EF8992
(239,137,146)
#F0939B
(240,147,155)
#F19DA4
(241,157,164)
#F2A7AD
(242,167,173)
#F3B1B6
(243,177,182)
#F4BBBF
(244,187,191)
#F5C5C8
(245,197,200)
#F6CFD1
(246,207,209)
#F7D9DA
(247,217,218)
#F8E3E3
(248,227,227)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8992 color. Also use rgb(239,137,146) instead hex code.

Text Font Color

.myTextColor { color: #EF8992; }

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

This text font color is #EF8992.


Background Color

.myBgColor { background-color: #EF8992; }

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

This div background color is #EF8992.


Border color

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

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

This div border color is #EF8992.


Opacity

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

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

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

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

This text has shadow with #EF8992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8992 on black background.


Color preview on white background

This text has color #EF8992 on white background.



Black color preview on #EF8992 background

This text has black color on #EF8992 background.


White color preview on #EF8992 background

This text has white color on #EF8992 background.