COLOR #EF4EB5

HEX: #EF4EB5
RGB: (239,78,181)

Color info

#EF4EB5 contains mainly red and blue colors. Web safe color of #EF4EB5 is #FF66CC (or #F6C).

RGB color model

#EF4EB5 color RGB value is (239,78,181).

  • red value is 239;
  • green value is 78;
  • blue value is 181.
RGB:
(239,78,181)
(94%,31%,71%)

RGB channels and saturation

R 239 of 255 = 94%
G 78 of 255 = 31%
B 181 of 255 = 71%

239
78
181

R + G + B ~ 65%. #EF4EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 78 + 181 = 498 (100%)
R 239 of 498 ~ 47.99%
G 78 of 498 ~ 15.66%
B 181 of 498 ~ 36.35%

%47.99
%15.66
%36.35

CMYK color model

#EF4EB5 color CMYK value is (0,67,24,6).

  • cyan value is 0.00%
  • magenta value is 67.36%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(0,67,24,6)
C0M67Y24K6 
(0%,67%,24%,6%)
(0.00/0.67/0.24/0.06)	

CMYK percentages

%0
%67.36
%24.27
%6.27

Codes

Color #EF4EB5 in popluar color models

EF4EB5
RGB23978181
HSL322°83.42%62.16%
HSB/HSV322°67.36%93.73%
CMYK0.00%67.36%24.27%
6.27%

Color #EF4EB5 in popluar number systems.

HEXEF4EB5
Decimal23978181
Binary11101111100111010110101
Octal357116265

Shades and tints

Shades of #EF4EB5

#EF4EB5
(239,78,181)
#DA47A5
(218,71,165)
#C54095
(197,64,149)
#B03985
(176,57,133)
#9B3275
(155,50,117)
#862B65
(134,43,101)
#712455
(113,36,85)
#5C1D45
(92,29,69)
#471635
(71,22,53)
#320F25
(50,15,37)
#1D0815
(29,8,21)
#000000
(0,0,0)

Tints of #EF4EB5

#EF4EB5
(239,78,181)
#F05EBB
(240,94,187)
#F16EC1
(241,110,193)
#F27EC7
(242,126,199)
#F38ECD
(243,142,205)
#F49ED3
(244,158,211)
#F5AED9
(245,174,217)
#F6BEDF
(246,190,223)
#F7CEE5
(247,206,229)
#F8DEEB
(248,222,235)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4EB5 color. Also use rgb(239,78,181) instead hex code.

Text Font Color

.myTextColor { color: #EF4EB5; }

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

This text font color is #EF4EB5.


Background Color

.myBgColor { background-color: #EF4EB5; }

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

This div background color is #EF4EB5.


Border color

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

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

This div border color is #EF4EB5.


Opacity

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

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

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

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

This text has shadow with #EF4EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4EB5 on black background.


Color preview on white background

This text has color #EF4EB5 on white background.



Black color preview on #EF4EB5 background

This text has black color on #EF4EB5 background.


White color preview on #EF4EB5 background

This text has white color on #EF4EB5 background.