COLOR #EF4A82

HEX: #EF4A82
RGB: (239,74,130)

Color info

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

RGB color model

#EF4A82 color RGB value is (239,74,130).

  • red value is 239;
  • green value is 74;
  • blue value is 130.
RGB:
(239,74,130)
(94%,29%,51%)

RGB channels and saturation

R 239 of 255 = 94%
G 74 of 255 = 29%
B 130 of 255 = 51%

239
74
130

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

Portions of RGB colors in percentages

R + G + B =
239 + 74 + 130 = 443 (100%)
R 239 of 443 ~ 53.95%
G 74 of 443 ~ 16.7%
B 130 of 443 ~ 29.35%

%53.95
%16.7
%29.35

CMYK color model

#EF4A82 color CMYK value is (0,69,46,6).

  • cyan value is 0.00%
  • magenta value is 69.04%
  • yellow value is 45.61%
  • key color value is 6.27%
CMYK:
(0,69,46,6)
C0M69Y46K6 
(0%,69%,46%,6%)
(0.00/0.69/0.46/0.06)	

CMYK percentages

%0
%69.04
%45.61
%6.27

Codes

Color #EF4A82 in popluar color models

EF4A82
RGB23974130
HSL340°83.76%61.37%
HSB/HSV340°69.04%93.73%
CMYK0.00%69.04%45.61%
6.27%

Color #EF4A82 in popluar number systems.

HEXEF4A82
Decimal23974130
Binary11101111100101010000010
Octal357112202

Shades and tints

Shades of #EF4A82

#EF4A82
(239,74,130)
#DA4477
(218,68,119)
#C53E6C
(197,62,108)
#B03861
(176,56,97)
#9B3256
(155,50,86)
#862C4B
(134,44,75)
#712640
(113,38,64)
#5C2035
(92,32,53)
#471A2A
(71,26,42)
#32141F
(50,20,31)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #EF4A82

#EF4A82
(239,74,130)
#F05A8D
(240,90,141)
#F16A98
(241,106,152)
#F27AA3
(242,122,163)
#F38AAE
(243,138,174)
#F49AB9
(244,154,185)
#F5AAC4
(245,170,196)
#F6BACF
(246,186,207)
#F7CADA
(247,202,218)
#F8DAE5
(248,218,229)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4A82 color. Also use rgb(239,74,130) instead hex code.

Text Font Color

.myTextColor { color: #EF4A82; }

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

This text font color is #EF4A82.


Background Color

.myBgColor { background-color: #EF4A82; }

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

This div background color is #EF4A82.


Border color

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

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

This div border color is #EF4A82.


Opacity

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

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

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

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

This text has shadow with #EF4A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4A82 on black background.


Color preview on white background

This text has color #EF4A82 on white background.



Black color preview on #EF4A82 background

This text has black color on #EF4A82 background.


White color preview on #EF4A82 background

This text has white color on #EF4A82 background.