COLOR #E17E7E

HEX: #E17E7E RGB: (225,126,126)

Color info

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

RGB color model

#E17E7E color RGB value is (225,126,126).

RGB: (225,126,126) (88%, 49%, 49%)

RGB channels and saturation

R 225 of 255 = 88%
G 126 of 255 = 49%
B 126 of 255 = 49%

225
126
126

R + G + B ~ 62%. #E17E7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 126 + 126 = 477 (100%)
R 225 of 477 ~ 47.17%
G 126 of 477 ~ 26.42%
B 126 of 477 ~ 26.42'%

%47.17
%26.42
%26.42

CMYK color model

#E17E7E color CMYK value is (0,44,44,12).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 44.00%
  • key color value is 11.76%
CMYK: (0,44,44,12) C0M44Y44K12 (0%,44%,44%,12%) (0.00/0.44/0.44/0.12) 

CMYK percentages

%0
%44
%44
%11.76

Codes

Color #E17E7E in popluar color models

E1 7E 7E
RGB 225 126 126
HSL 62.26% 68.82%
HSB/HSV 44.00% 88.24%
CMYK 0.00% 44.00% 44.00%
11.76%

Color #E17E7E in popluar number systems.

HEX E1 7E 7E
Decimal 225 126 126
Binary 11100001 1111110 1111110
Octal 341 176 176

Shades and tints

Shades of #E17E7E

#E17E7E
(225,126,126)
#CD7373
(205,115,115)
#B96868
(185,104,104)
#A55D5D
(165,93,93)
#915252
(145,82,82)
#7D4747
(125,71,71)
#693C3C
(105,60,60)
#553131
(85,49,49)
#412626
(65,38,38)
#2D1B1B
(45,27,27)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #E17E7E

#E17E7E
(225,126,126)
#E38989
(227,137,137)
#E59494
(229,148,148)
#E79F9F
(231,159,159)
#E9AAAA
(233,170,170)
#EBB5B5
(235,181,181)
#EDC0C0
(237,192,192)
#EFCBCB
(239,203,203)
#F1D6D6
(241,214,214)
#F3E1E1
(243,225,225)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17E7E color. Also use rgb(225,126,126) instead hex code.

Text Font Color

.myTextColor { color: #E17E7E; }

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

This text font color is #E17E7E.

Background Color

.myBgColor { background-color: #E17E7E; }

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

This div background color is #E17E7E.

Border color

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

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

This div border color is #E17E7E.

Opacity

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

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

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

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

This text has shadow with #E17E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17E7E.

Preview

Color preview on black background

This text has color #E17E7E on black background.


Color preview on white background

This text has color #E17E7E on white background.


Black color preview on #E17E7E background

This text has black color on #E17E7E background.


White color preview on #E17E7E background

This text has white color on #E17E7E background.


Related colors

Complementary color

Complementary color for #hex is #1E8181.


I love getcolorcode.com