COLOR #EF5E65

HEX: #EF5E65
RGB: (239,94,101)

Color info

#EF5E65 contains mainly red color. Web safe color of #EF5E65 is #FF6666 (or #F66).

RGB color model

#EF5E65 color RGB value is (239,94,101).

  • red value is 239;
  • green value is 94;
  • blue value is 101.
RGB:
(239,94,101)
(94%,37%,40%)

RGB channels and saturation

R 239 of 255 = 94%
G 94 of 255 = 37%
B 101 of 255 = 40%

239
94
101

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

Portions of RGB colors in percentages

R + G + B =
239 + 94 + 101 = 434 (100%)
R 239 of 434 ~ 55.07%
G 94 of 434 ~ 21.66%
B 101 of 434 ~ 23.27%

%55.07
%21.66
%23.27

CMYK color model

#EF5E65 color CMYK value is (0,61,58,6).

  • cyan value is 0.00%
  • magenta value is 60.67%
  • yellow value is 57.74%
  • key color value is 6.27%
CMYK:
(0,61,58,6)
C0M61Y58K6 
(0%,61%,58%,6%)
(0.00/0.61/0.58/0.06)	

CMYK percentages

%0
%60.67
%57.74
%6.27

Codes

Color #EF5E65 in popluar color models

EF5E65
RGB23994101
HSL357°81.92%65.29%
HSB/HSV357°60.67%93.73%
CMYK0.00%60.67%57.74%
6.27%

Color #EF5E65 in popluar number systems.

HEXEF5E65
Decimal23994101
Binary1110111110111101100101
Octal357136145

Shades and tints

Shades of #EF5E65

#EF5E65
(239,94,101)
#DA565C
(218,86,92)
#C54E53
(197,78,83)
#B0464A
(176,70,74)
#9B3E41
(155,62,65)
#863638
(134,54,56)
#712E2F
(113,46,47)
#5C2626
(92,38,38)
#471E1D
(71,30,29)
#321614
(50,22,20)
#1D0E0B
(29,14,11)
#000000
(0,0,0)

Tints of #EF5E65

#EF5E65
(239,94,101)
#F06C73
(240,108,115)
#F17A81
(241,122,129)
#F2888F
(242,136,143)
#F3969D
(243,150,157)
#F4A4AB
(244,164,171)
#F5B2B9
(245,178,185)
#F6C0C7
(246,192,199)
#F7CED5
(247,206,213)
#F8DCE3
(248,220,227)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5E65 color. Also use rgb(239,94,101) instead hex code.

Text Font Color

.myTextColor { color: #EF5E65; }

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

This text font color is #EF5E65.


Background Color

.myBgColor { background-color: #EF5E65; }

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

This div background color is #EF5E65.


Border color

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

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

This div border color is #EF5E65.


Opacity

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

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

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

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

This text has shadow with #EF5E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5E65 on black background.


Color preview on white background

This text has color #EF5E65 on white background.



Black color preview on #EF5E65 background

This text has black color on #EF5E65 background.


White color preview on #EF5E65 background

This text has white color on #EF5E65 background.