COLOR #EF3D76

HEX: #EF3D76
RGB: (239,61,118)

Color info

#EF3D76 contains mainly red color. Web safe color of #EF3D76 is #FF3366 (or #F36).

RGB color model

#EF3D76 color RGB value is (239,61,118).

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

RGB channels and saturation

R 239 of 255 = 94%
G 61 of 255 = 24%
B 118 of 255 = 46%

239
61
118

R + G + B ~ 55%. #EF3D76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 61 + 118 = 418 (100%)
R 239 of 418 ~ 57.18%
G 61 of 418 ~ 14.59%
B 118 of 418 ~ 28.23%

%57.18
%14.59
%28.23

CMYK color model

#EF3D76 color CMYK value is (0,74,51,6).

  • cyan value is 0.00%
  • magenta value is 74.48%
  • yellow value is 50.63%
  • key color value is 6.27%
CMYK:
(0,74,51,6)
C0M74Y51K6 
(0%,74%,51%,6%)
(0.00/0.74/0.51/0.06)	

CMYK percentages

%0
%74.48
%50.63
%6.27

Codes

Color #EF3D76 in popluar color models

EF3D76
RGB23961118
HSL341°84.76%58.82%
HSB/HSV341°74.48%93.73%
CMYK0.00%74.48%50.63%
6.27%

Color #EF3D76 in popluar number systems.

HEXEF3D76
Decimal23961118
Binary111011111111011110110
Octal35775166

Shades and tints

Shades of #EF3D76

#EF3D76
(239,61,118)
#DA386C
(218,56,108)
#C53362
(197,51,98)
#B02E58
(176,46,88)
#9B294E
(155,41,78)
#862444
(134,36,68)
#711F3A
(113,31,58)
#5C1A30
(92,26,48)
#471526
(71,21,38)
#32101C
(50,16,28)
#1D0B12
(29,11,18)
#000000
(0,0,0)

Tints of #EF3D76

#EF3D76
(239,61,118)
#F04E82
(240,78,130)
#F15F8E
(241,95,142)
#F2709A
(242,112,154)
#F381A6
(243,129,166)
#F492B2
(244,146,178)
#F5A3BE
(245,163,190)
#F6B4CA
(246,180,202)
#F7C5D6
(247,197,214)
#F8D6E2
(248,214,226)
#F9E7EE
(249,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF3D76; }

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

This text font color is #EF3D76.


Background Color

.myBgColor { background-color: #EF3D76; }

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

This div background color is #EF3D76.


Border color

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

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

This div border color is #EF3D76.


Opacity

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

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

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

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

This text has shadow with #EF3D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF3D76 on black background.


Color preview on white background

This text has color #EF3D76 on white background.



Black color preview on #EF3D76 background

This text has black color on #EF3D76 background.


White color preview on #EF3D76 background

This text has white color on #EF3D76 background.