COLOR #EF959B

HEX: #EF959B
RGB: (239,149,155)

Color info

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

RGB color model

#EF959B color RGB value is (239,149,155).

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

RGB channels and saturation

R 239 of 255 = 94%
G 149 of 255 = 58%
B 155 of 255 = 61%

239
149
155

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

Portions of RGB colors in percentages

R + G + B =
239 + 149 + 155 = 543 (100%)
R 239 of 543 ~ 44.01%
G 149 of 543 ~ 27.44%
B 155 of 543 ~ 28.55%

%44.01
%27.44
%28.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 35.15%
  • 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
%37.66
%35.15
%6.27

Codes

Color #EF959B in popluar color models

EF959B
RGB239149155
HSL356°73.77%76.08%
HSB/HSV356°37.66%93.73%
CMYK0.00%37.66%35.15%
6.27%

Color #EF959B in popluar number systems.

HEXEF959B
Decimal239149155
Binary111011111001010110011011
Octal357225233

Shades and tints

Shades of #EF959B

#EF959B
(239,149,155)
#DA888D
(218,136,141)
#C57B7F
(197,123,127)
#B06E71
(176,110,113)
#9B6163
(155,97,99)
#865455
(134,84,85)
#714747
(113,71,71)
#5C3A39
(92,58,57)
#472D2B
(71,45,43)
#32201D
(50,32,29)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #EF959B

#EF959B
(239,149,155)
#F09EA4
(240,158,164)
#F1A7AD
(241,167,173)
#F2B0B6
(242,176,182)
#F3B9BF
(243,185,191)
#F4C2C8
(244,194,200)
#F5CBD1
(245,203,209)
#F6D4DA
(246,212,218)
#F7DDE3
(247,221,227)
#F8E6EC
(248,230,236)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF959B color. Also use rgb(239,149,155) instead hex code.

Text Font Color

.myTextColor { color: #EF959B; }

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

This text font color is #EF959B.


Background Color

.myBgColor { background-color: #EF959B; }

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

This div background color is #EF959B.


Border color

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

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

This div border color is #EF959B.


Opacity

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

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

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

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

This text has shadow with #EF959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF959B on black background.


Color preview on white background

This text has color #EF959B on white background.



Black color preview on #EF959B background

This text has black color on #EF959B background.


White color preview on #EF959B background

This text has white color on #EF959B background.