COLOR #EF3187

HEX: #EF3187
RGB: (239,49,135)

Color info

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

RGB color model

#EF3187 color RGB value is (239,49,135).

  • red value is 239;
  • green value is 49;
  • blue value is 135.
RGB:
(239,49,135)
(94%,19%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 49 of 255 = 19%
B 135 of 255 = 53%

239
49
135

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

Portions of RGB colors in percentages

R + G + B =
239 + 49 + 135 = 423 (100%)
R 239 of 423 ~ 56.5%
G 49 of 423 ~ 11.58%
B 135 of 423 ~ 31.91%

%56.5
%11.58
%31.91

CMYK color model

#EF3187 color CMYK value is (0,79,44,6).

  • cyan value is 0.00%
  • magenta value is 79.50%
  • yellow value is 43.51%
  • key color value is 6.27%
CMYK:
(0,79,44,6)
C0M79Y44K6 
(0%,79%,44%,6%)
(0.00/0.79/0.44/0.06)	

CMYK percentages

%0
%79.5
%43.51
%6.27

Codes

Color #EF3187 in popluar color models

EF3187
RGB23949135
HSL333°85.59%56.47%
HSB/HSV333°79.50%93.73%
CMYK0.00%79.50%43.51%
6.27%

Color #EF3187 in popluar number systems.

HEXEF3187
Decimal23949135
Binary1110111111000110000111
Octal35761207

Shades and tints

Shades of #EF3187

#EF3187
(239,49,135)
#DA2D7B
(218,45,123)
#C5296F
(197,41,111)
#B02563
(176,37,99)
#9B2157
(155,33,87)
#861D4B
(134,29,75)
#71193F
(113,25,63)
#5C1533
(92,21,51)
#471127
(71,17,39)
#320D1B
(50,13,27)
#1D090F
(29,9,15)
#000000
(0,0,0)

Tints of #EF3187

#EF3187
(239,49,135)
#F04391
(240,67,145)
#F1559B
(241,85,155)
#F267A5
(242,103,165)
#F379AF
(243,121,175)
#F48BB9
(244,139,185)
#F59DC3
(245,157,195)
#F6AFCD
(246,175,205)
#F7C1D7
(247,193,215)
#F8D3E1
(248,211,225)
#F9E5EB
(249,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF3187 color. Also use rgb(239,49,135) instead hex code.

Text Font Color

.myTextColor { color: #EF3187; }

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

This text font color is #EF3187.


Background Color

.myBgColor { background-color: #EF3187; }

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

This div background color is #EF3187.


Border color

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

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

This div border color is #EF3187.


Opacity

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

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

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

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

This text has shadow with #EF3187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF3187 on black background.


Color preview on white background

This text has color #EF3187 on white background.



Black color preview on #EF3187 background

This text has black color on #EF3187 background.


White color preview on #EF3187 background

This text has white color on #EF3187 background.