COLOR #EF949C

HEX: #EF949C
RGB: (239,148,156)

Color info

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

RGB color model

#EF949C color RGB value is (239,148,156).

  • red value is 239;
  • green value is 148;
  • blue value is 156.
RGB:
(239,148,156)
(94%,58%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 148 of 255 = 58%
B 156 of 255 = 61%

239
148
156

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

Portions of RGB colors in percentages

R + G + B =
239 + 148 + 156 = 543 (100%)
R 239 of 543 ~ 44.01%
G 148 of 543 ~ 27.26%
B 156 of 543 ~ 28.73%

%44.01
%27.26
%28.73

CMYK color model

#EF949C color CMYK value is (0,38,35,6).

  • cyan value is 0.00%
  • magenta value is 38.08%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(0,38,35,6)
C0M38Y35K6 
(0%,38%,35%,6%)
(0.00/0.38/0.35/0.06)	

CMYK percentages

%0
%38.08
%34.73
%6.27

Codes

Color #EF949C in popluar color models

EF949C
RGB239148156
HSL355°73.98%75.88%
HSB/HSV355°38.08%93.73%
CMYK0.00%38.08%34.73%
6.27%

Color #EF949C in popluar number systems.

HEXEF949C
Decimal239148156
Binary111011111001010010011100
Octal357224234

Shades and tints

Shades of #EF949C

#EF949C
(239,148,156)
#DA878E
(218,135,142)
#C57A80
(197,122,128)
#B06D72
(176,109,114)
#9B6064
(155,96,100)
#865356
(134,83,86)
#714648
(113,70,72)
#5C393A
(92,57,58)
#472C2C
(71,44,44)
#321F1E
(50,31,30)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #EF949C

#EF949C
(239,148,156)
#F09DA5
(240,157,165)
#F1A6AE
(241,166,174)
#F2AFB7
(242,175,183)
#F3B8C0
(243,184,192)
#F4C1C9
(244,193,201)
#F5CAD2
(245,202,210)
#F6D3DB
(246,211,219)
#F7DCE4
(247,220,228)
#F8E5ED
(248,229,237)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF949C color. Also use rgb(239,148,156) instead hex code.

Text Font Color

.myTextColor { color: #EF949C; }

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

This text font color is #EF949C.


Background Color

.myBgColor { background-color: #EF949C; }

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

This div background color is #EF949C.


Border color

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

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

This div border color is #EF949C.


Opacity

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

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

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

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

This text has shadow with #EF949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF949C on black background.


Color preview on white background

This text has color #EF949C on white background.



Black color preview on #EF949C background

This text has black color on #EF949C background.


White color preview on #EF949C background

This text has white color on #EF949C background.