COLOR #EF4978

HEX: #EF4978
RGB: (239,73,120)

Color info

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

RGB color model

#EF4978 color RGB value is (239,73,120).

  • red value is 239;
  • green value is 73;
  • blue value is 120.
RGB:
(239,73,120)
(94%,29%,47%)

RGB channels and saturation

R 239 of 255 = 94%
G 73 of 255 = 29%
B 120 of 255 = 47%

239
73
120

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

Portions of RGB colors in percentages

R + G + B =
239 + 73 + 120 = 432 (100%)
R 239 of 432 ~ 55.32%
G 73 of 432 ~ 16.9%
B 120 of 432 ~ 27.78%

%55.32
%16.9
%27.78

CMYK color model

#EF4978 color CMYK value is (0,69,50,6).

  • cyan value is 0.00%
  • magenta value is 69.46%
  • yellow value is 49.79%
  • key color value is 6.27%
CMYK:
(0,69,50,6)
C0M69Y50K6 
(0%,69%,50%,6%)
(0.00/0.69/0.50/0.06)	

CMYK percentages

%0
%69.46
%49.79
%6.27

Codes

Color #EF4978 in popluar color models

EF4978
RGB23973120
HSL343°83.84%61.18%
HSB/HSV343°69.46%93.73%
CMYK0.00%69.46%49.79%
6.27%

Color #EF4978 in popluar number systems.

HEXEF4978
Decimal23973120
Binary1110111110010011111000
Octal357111170

Shades and tints

Shades of #EF4978

#EF4978
(239,73,120)
#DA436E
(218,67,110)
#C53D64
(197,61,100)
#B0375A
(176,55,90)
#9B3150
(155,49,80)
#862B46
(134,43,70)
#71253C
(113,37,60)
#5C1F32
(92,31,50)
#471928
(71,25,40)
#32131E
(50,19,30)
#1D0D14
(29,13,20)
#000000
(0,0,0)

Tints of #EF4978

#EF4978
(239,73,120)
#F05984
(240,89,132)
#F16990
(241,105,144)
#F2799C
(242,121,156)
#F389A8
(243,137,168)
#F499B4
(244,153,180)
#F5A9C0
(245,169,192)
#F6B9CC
(246,185,204)
#F7C9D8
(247,201,216)
#F8D9E4
(248,217,228)
#F9E9F0
(249,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4978 color. Also use rgb(239,73,120) instead hex code.

Text Font Color

.myTextColor { color: #EF4978; }

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

This text font color is #EF4978.


Background Color

.myBgColor { background-color: #EF4978; }

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

This div background color is #EF4978.


Border color

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

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

This div border color is #EF4978.


Opacity

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

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

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

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

This text has shadow with #EF4978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4978 on black background.


Color preview on white background

This text has color #EF4978 on white background.



Black color preview on #EF4978 background

This text has black color on #EF4978 background.


White color preview on #EF4978 background

This text has white color on #EF4978 background.