COLOR #EF4583

HEX: #EF4583
RGB: (239,69,131)

Color info

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

RGB color model

#EF4583 color RGB value is (239,69,131).

  • red value is 239;
  • green value is 69;
  • blue value is 131.
RGB:
(239,69,131)
(94%,27%,51%)

RGB channels and saturation

R 239 of 255 = 94%
G 69 of 255 = 27%
B 131 of 255 = 51%

239
69
131

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

Portions of RGB colors in percentages

R + G + B =
239 + 69 + 131 = 439 (100%)
R 239 of 439 ~ 54.44%
G 69 of 439 ~ 15.72%
B 131 of 439 ~ 29.84%

%54.44
%15.72
%29.84

CMYK color model

#EF4583 color CMYK value is (0,71,45,6).

  • cyan value is 0.00%
  • magenta value is 71.13%
  • yellow value is 45.19%
  • key color value is 6.27%
CMYK:
(0,71,45,6)
C0M71Y45K6 
(0%,71%,45%,6%)
(0.00/0.71/0.45/0.06)	

CMYK percentages

%0
%71.13
%45.19
%6.27

Codes

Color #EF4583 in popluar color models

EF4583
RGB23969131
HSL338°84.16%60.39%
HSB/HSV338°71.13%93.73%
CMYK0.00%71.13%45.19%
6.27%

Color #EF4583 in popluar number systems.

HEXEF4583
Decimal23969131
Binary11101111100010110000011
Octal357105203

Shades and tints

Shades of #EF4583

#EF4583
(239,69,131)
#DA3F78
(218,63,120)
#C5396D
(197,57,109)
#B03362
(176,51,98)
#9B2D57
(155,45,87)
#86274C
(134,39,76)
#712141
(113,33,65)
#5C1B36
(92,27,54)
#47152B
(71,21,43)
#320F20
(50,15,32)
#1D0915
(29,9,21)
#000000
(0,0,0)

Tints of #EF4583

#EF4583
(239,69,131)
#F0558E
(240,85,142)
#F16599
(241,101,153)
#F275A4
(242,117,164)
#F385AF
(243,133,175)
#F495BA
(244,149,186)
#F5A5C5
(245,165,197)
#F6B5D0
(246,181,208)
#F7C5DB
(247,197,219)
#F8D5E6
(248,213,230)
#F9E5F1
(249,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4583 color. Also use rgb(239,69,131) instead hex code.

Text Font Color

.myTextColor { color: #EF4583; }

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

This text font color is #EF4583.


Background Color

.myBgColor { background-color: #EF4583; }

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

This div background color is #EF4583.


Border color

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

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

This div border color is #EF4583.


Opacity

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

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

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

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

This text has shadow with #EF4583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4583 on black background.


Color preview on white background

This text has color #EF4583 on white background.



Black color preview on #EF4583 background

This text has black color on #EF4583 background.


White color preview on #EF4583 background

This text has white color on #EF4583 background.