COLOR #EF4D9C

HEX: #EF4D9C
RGB: (239,77,156)

Color info

#EF4D9C contains mainly red color. Web safe color of #EF4D9C is #FF3399 (or #F39).

RGB color model

#EF4D9C color RGB value is (239,77,156).

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

RGB channels and saturation

R 239 of 255 = 94%
G 77 of 255 = 30%
B 156 of 255 = 61%

239
77
156

R + G + B ~ 62%. #EF4D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 77 + 156 = 472 (100%)
R 239 of 472 ~ 50.64%
G 77 of 472 ~ 16.31%
B 156 of 472 ~ 33.05%

%50.64
%16.31
%33.05

CMYK color model

#EF4D9C color CMYK value is (0,68,35,6).

  • cyan value is 0.00%
  • magenta value is 67.78%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(0,68,35,6)
C0M68Y35K6 
(0%,68%,35%,6%)
(0.00/0.68/0.35/0.06)	

CMYK percentages

%0
%67.78
%34.73
%6.27

Codes

Color #EF4D9C in popluar color models

EF4D9C
RGB23977156
HSL331°83.51%61.96%
HSB/HSV331°67.78%93.73%
CMYK0.00%67.78%34.73%
6.27%

Color #EF4D9C in popluar number systems.

HEXEF4D9C
Decimal23977156
Binary11101111100110110011100
Octal357115234

Shades and tints

Shades of #EF4D9C

#EF4D9C
(239,77,156)
#DA468E
(218,70,142)
#C53F80
(197,63,128)
#B03872
(176,56,114)
#9B3164
(155,49,100)
#862A56
(134,42,86)
#712348
(113,35,72)
#5C1C3A
(92,28,58)
#47152C
(71,21,44)
#320E1E
(50,14,30)
#1D0710
(29,7,16)
#000000
(0,0,0)

Tints of #EF4D9C

#EF4D9C
(239,77,156)
#F05DA5
(240,93,165)
#F16DAE
(241,109,174)
#F27DB7
(242,125,183)
#F38DC0
(243,141,192)
#F49DC9
(244,157,201)
#F5ADD2
(245,173,210)
#F6BDDB
(246,189,219)
#F7CDE4
(247,205,228)
#F8DDED
(248,221,237)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF4D9C; }

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

This text font color is #EF4D9C.


Background Color

.myBgColor { background-color: #EF4D9C; }

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

This div background color is #EF4D9C.


Border color

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

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

This div border color is #EF4D9C.


Opacity

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

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

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

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

This text has shadow with #EF4D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4D9C on black background.


Color preview on white background

This text has color #EF4D9C on white background.



Black color preview on #EF4D9C background

This text has black color on #EF4D9C background.


White color preview on #EF4D9C background

This text has white color on #EF4D9C background.