COLOR #E2617F

HEX: #E2617F
RGB: (226,97,127)

Color info

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

RGB color model

#E2617F color RGB value is (226,97,127).

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

RGB channels and saturation

R 226 of 255 = 89%
G 97 of 255 = 38%
B 127 of 255 = 50%

226
97
127

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

Portions of RGB colors in percentages

R + G + B =
226 + 97 + 127 = 450 (100%)
R 226 of 450 ~ 50.22%
G 97 of 450 ~ 21.56%
B 127 of 450 ~ 28.22%

%50.22
%21.56
%28.22

CMYK color model

#E2617F color CMYK value is (0,57,44,11).

  • cyan value is 0.00%
  • magenta value is 57.08%
  • yellow value is 43.81%
  • key color value is 11.37%
CMYK:
(0,57,44,11)
C0M57Y44K11 
(0%,57%,44%,11%)
(0.00/0.57/0.44/0.11)	

CMYK percentages

%0
%57.08
%43.81
%11.37

Codes

Color #E2617F in popluar color models

E2617F
RGB22697127
HSL346°68.98%63.33%
HSB/HSV346°57.08%88.63%
CMYK0.00%57.08%43.81%
11.37%

Color #E2617F in popluar number systems.

HEXE2617F
Decimal22697127
Binary1110001011000011111111
Octal342141177

Shades and tints

Shades of #E2617F

#E2617F
(226,97,127)
#CE5974
(206,89,116)
#BA5169
(186,81,105)
#A6495E
(166,73,94)
#924153
(146,65,83)
#7E3948
(126,57,72)
#6A313D
(106,49,61)
#562932
(86,41,50)
#422127
(66,33,39)
#2E191C
(46,25,28)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #E2617F

#E2617F
(226,97,127)
#E46F8A
(228,111,138)
#E67D95
(230,125,149)
#E88BA0
(232,139,160)
#EA99AB
(234,153,171)
#ECA7B6
(236,167,182)
#EEB5C1
(238,181,193)
#F0C3CC
(240,195,204)
#F2D1D7
(242,209,215)
#F4DFE2
(244,223,226)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2617F; }

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

This text font color is #E2617F.


Background Color

.myBgColor { background-color: #E2617F; }

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

This div background color is #E2617F.


Border color

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

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

This div border color is #E2617F.


Opacity

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

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

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

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

This text has shadow with #E2617F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2617F on black background.


Color preview on white background

This text has color #E2617F on white background.



Black color preview on #E2617F background

This text has black color on #E2617F background.


White color preview on #E2617F background

This text has white color on #E2617F background.