COLOR #EF6D76

HEX: #EF6D76
RGB: (239,109,118)

Color info

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

RGB color model

#EF6D76 color RGB value is (239,109,118).

  • red value is 239;
  • green value is 109;
  • blue value is 118.
RGB:
(239,109,118)
(94%,43%,46%)

RGB channels and saturation

R 239 of 255 = 94%
G 109 of 255 = 43%
B 118 of 255 = 46%

239
109
118

R + G + B ~ 61%. #EF6D76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 109 + 118 = 466 (100%)
R 239 of 466 ~ 51.29%
G 109 of 466 ~ 23.39%
B 118 of 466 ~ 25.32%

%51.29
%23.39
%25.32

CMYK color model

#EF6D76 color CMYK value is (0,54,51,6).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 50.63%
  • key color value is 6.27%
CMYK:
(0,54,51,6)
C0M54Y51K6 
(0%,54%,51%,6%)
(0.00/0.54/0.51/0.06)	

CMYK percentages

%0
%54.39
%50.63
%6.27

Codes

Color #EF6D76 in popluar color models

EF6D76
RGB239109118
HSL356°80.25%68.24%
HSB/HSV356°54.39%93.73%
CMYK0.00%54.39%50.63%
6.27%

Color #EF6D76 in popluar number systems.

HEXEF6D76
Decimal239109118
Binary1110111111011011110110
Octal357155166

Shades and tints

Shades of #EF6D76

#EF6D76
(239,109,118)
#DA646C
(218,100,108)
#C55B62
(197,91,98)
#B05258
(176,82,88)
#9B494E
(155,73,78)
#864044
(134,64,68)
#71373A
(113,55,58)
#5C2E30
(92,46,48)
#472526
(71,37,38)
#321C1C
(50,28,28)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #EF6D76

#EF6D76
(239,109,118)
#F07A82
(240,122,130)
#F1878E
(241,135,142)
#F2949A
(242,148,154)
#F3A1A6
(243,161,166)
#F4AEB2
(244,174,178)
#F5BBBE
(245,187,190)
#F6C8CA
(246,200,202)
#F7D5D6
(247,213,214)
#F8E2E2
(248,226,226)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6D76 color. Also use rgb(239,109,118) instead hex code.

Text Font Color

.myTextColor { color: #EF6D76; }

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

This text font color is #EF6D76.


Background Color

.myBgColor { background-color: #EF6D76; }

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

This div background color is #EF6D76.


Border color

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

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

This div border color is #EF6D76.


Opacity

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

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

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

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

This text has shadow with #EF6D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6D76 on black background.


Color preview on white background

This text has color #EF6D76 on white background.



Black color preview on #EF6D76 background

This text has black color on #EF6D76 background.


White color preview on #EF6D76 background

This text has white color on #EF6D76 background.