COLOR #EF747F

HEX: #EF747F
RGB: (239,116,127)

Color info

#EF747F contains mainly red color. Web safe color of #EF747F is #FF6666 (or #F66).

RGB color model

#EF747F color RGB value is (239,116,127).

  • red value is 239;
  • green value is 116;
  • blue value is 127.
RGB:
(239,116,127)
(94%,45%,50%)

RGB channels and saturation

R 239 of 255 = 94%
G 116 of 255 = 45%
B 127 of 255 = 50%

239
116
127

R + G + B ~ 63%. #EF747F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 116 + 127 = 482 (100%)
R 239 of 482 ~ 49.59%
G 116 of 482 ~ 24.07%
B 127 of 482 ~ 26.35%

%49.59
%24.07
%26.35

CMYK color model

#EF747F color CMYK value is (0,51,47,6).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(0,51,47,6)
C0M51Y47K6 
(0%,51%,47%,6%)
(0.00/0.51/0.47/0.06)	

CMYK percentages

%0
%51.46
%46.86
%6.27

Codes

Color #EF747F in popluar color models

EF747F
RGB239116127
HSL355°79.35%69.61%
HSB/HSV355°51.46%93.73%
CMYK0.00%51.46%46.86%
6.27%

Color #EF747F in popluar number systems.

HEXEF747F
Decimal239116127
Binary1110111111101001111111
Octal357164177

Shades and tints

Shades of #EF747F

#EF747F
(239,116,127)
#DA6A74
(218,106,116)
#C56069
(197,96,105)
#B0565E
(176,86,94)
#9B4C53
(155,76,83)
#864248
(134,66,72)
#71383D
(113,56,61)
#5C2E32
(92,46,50)
#472427
(71,36,39)
#321A1C
(50,26,28)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #EF747F

#EF747F
(239,116,127)
#F0808A
(240,128,138)
#F18C95
(241,140,149)
#F298A0
(242,152,160)
#F3A4AB
(243,164,171)
#F4B0B6
(244,176,182)
#F5BCC1
(245,188,193)
#F6C8CC
(246,200,204)
#F7D4D7
(247,212,215)
#F8E0E2
(248,224,226)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF747F color. Also use rgb(239,116,127) instead hex code.

Text Font Color

.myTextColor { color: #EF747F; }

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

This text font color is #EF747F.


Background Color

.myBgColor { background-color: #EF747F; }

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

This div background color is #EF747F.


Border color

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

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

This div border color is #EF747F.


Opacity

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

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

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

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

This text has shadow with #EF747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF747F on black background.


Color preview on white background

This text has color #EF747F on white background.



Black color preview on #EF747F background

This text has black color on #EF747F background.


White color preview on #EF747F background

This text has white color on #EF747F background.