COLOR #EF6D87

HEX: #EF6D87
RGB: (239,109,135)

Color info

#EF6D87 contains mainly red color. Web safe color of #EF6D87 is #FF6699 (or #F69).

RGB color model

#EF6D87 color RGB value is (239,109,135).

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

RGB channels and saturation

R 239 of 255 = 94%
G 109 of 255 = 43%
B 135 of 255 = 53%

239
109
135

R + G + B ~ 63%. #EF6D87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 109 + 135 = 483 (100%)
R 239 of 483 ~ 49.48%
G 109 of 483 ~ 22.57%
B 135 of 483 ~ 27.95%

%49.48
%22.57
%27.95

CMYK color model

#EF6D87 color CMYK value is (0,54,44,6).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 43.51%
  • key color value is 6.27%
CMYK:
(0,54,44,6)
C0M54Y44K6 
(0%,54%,44%,6%)
(0.00/0.54/0.44/0.06)	

CMYK percentages

%0
%54.39
%43.51
%6.27

Codes

Color #EF6D87 in popluar color models

EF6D87
RGB239109135
HSL348°80.25%68.24%
HSB/HSV348°54.39%93.73%
CMYK0.00%54.39%43.51%
6.27%

Color #EF6D87 in popluar number systems.

HEXEF6D87
Decimal239109135
Binary11101111110110110000111
Octal357155207

Shades and tints

Shades of #EF6D87

#EF6D87
(239,109,135)
#DA647B
(218,100,123)
#C55B6F
(197,91,111)
#B05263
(176,82,99)
#9B4957
(155,73,87)
#86404B
(134,64,75)
#71373F
(113,55,63)
#5C2E33
(92,46,51)
#472527
(71,37,39)
#321C1B
(50,28,27)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #EF6D87

#EF6D87
(239,109,135)
#F07A91
(240,122,145)
#F1879B
(241,135,155)
#F294A5
(242,148,165)
#F3A1AF
(243,161,175)
#F4AEB9
(244,174,185)
#F5BBC3
(245,187,195)
#F6C8CD
(246,200,205)
#F7D5D7
(247,213,215)
#F8E2E1
(248,226,225)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF6D87; }

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

This text font color is #EF6D87.


Background Color

.myBgColor { background-color: #EF6D87; }

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

This div background color is #EF6D87.


Border color

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

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

This div border color is #EF6D87.


Opacity

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

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

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

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

This text has shadow with #EF6D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6D87 on black background.


Color preview on white background

This text has color #EF6D87 on white background.



Black color preview on #EF6D87 background

This text has black color on #EF6D87 background.


White color preview on #EF6D87 background

This text has white color on #EF6D87 background.