COLOR #E2717F

HEX: #E2717F
RGB: (226,113,127)

Color info

#E2717F contains mainly red color. Web safe color of #E2717F is #CC6666 (or #C66).

RGB color model

#E2717F color RGB value is (226,113,127).

  • red value is 226;
  • green value is 113;
  • blue value is 127.
RGB:
(226,113,127)
(89%,44%,50%)

RGB channels and saturation

R 226 of 255 = 89%
G 113 of 255 = 44%
B 127 of 255 = 50%

226
113
127

R + G + B ~ 61%. #E2717F is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 113 + 127 = 466 (100%)
R 226 of 466 ~ 48.5%
G 113 of 466 ~ 24.25%
B 127 of 466 ~ 27.25%

%48.5
%24.25
%27.25

CMYK color model

#E2717F color CMYK value is (0,50,44,11).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 43.81%
  • key color value is 11.37%
CMYK:
(0,50,44,11)
C0M50Y44K11 
(0%,50%,44%,11%)
(0.00/0.50/0.44/0.11)	

CMYK percentages

%0
%50
%43.81
%11.37

Codes

Color #E2717F in popluar color models

E2717F
RGB226113127
HSL353°66.08%66.47%
HSB/HSV353°50.00%88.63%
CMYK0.00%50.00%43.81%
11.37%

Color #E2717F in popluar number systems.

HEXE2717F
Decimal226113127
Binary1110001011100011111111
Octal342161177

Shades and tints

Shades of #E2717F

#E2717F
(226,113,127)
#CE6774
(206,103,116)
#BA5D69
(186,93,105)
#A6535E
(166,83,94)
#924953
(146,73,83)
#7E3F48
(126,63,72)
#6A353D
(106,53,61)
#562B32
(86,43,50)
#422127
(66,33,39)
#2E171C
(46,23,28)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #E2717F

#E2717F
(226,113,127)
#E47D8A
(228,125,138)
#E68995
(230,137,149)
#E895A0
(232,149,160)
#EAA1AB
(234,161,171)
#ECADB6
(236,173,182)
#EEB9C1
(238,185,193)
#F0C5CC
(240,197,204)
#F2D1D7
(242,209,215)
#F4DDE2
(244,221,226)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2717F color. Also use rgb(226,113,127) instead hex code.

Text Font Color

.myTextColor { color: #E2717F; }

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

This text font color is #E2717F.


Background Color

.myBgColor { background-color: #E2717F; }

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

This div background color is #E2717F.


Border color

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

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

This div border color is #E2717F.


Opacity

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

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

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

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

This text has shadow with #E2717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2717F on black background.


Color preview on white background

This text has color #E2717F on white background.



Black color preview on #E2717F background

This text has black color on #E2717F background.


White color preview on #E2717F background

This text has white color on #E2717F background.