COLOR #E17E93

HEX: #E17E93
RGB: (225,126,147)

Color info

#E17E93 contains mainly red color. Web safe color of #E17E93 is #CC6699 (or #C69).

RGB color model

#E17E93 color RGB value is (225,126,147).

  • red value is 225;
  • green value is 126;
  • blue value is 147.
RGB:
(225,126,147)
(88%,49%,58%)

RGB channels and saturation

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

225
126
147

R + G + B ~ 65%. #E17E93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 126 + 147 = 498 (100%)
R 225 of 498 ~ 45.18%
G 126 of 498 ~ 25.3%
B 147 of 498 ~ 29.52%

%45.18
%25.3
%29.52

CMYK color model

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

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

CMYK percentages

%0
%44
%34.67
%11.76

Codes

Color #E17E93 in popluar color models

E17E93
RGB225126147
HSL347°62.26%68.82%
HSB/HSV347°44.00%88.24%
CMYK0.00%44.00%34.67%
11.76%

Color #E17E93 in popluar number systems.

HEXE17E93
Decimal225126147
Binary11100001111111010010011
Octal341176223

Shades and tints

Shades of #E17E93

#E17E93
(225,126,147)
#CD7386
(205,115,134)
#B96879
(185,104,121)
#A55D6C
(165,93,108)
#91525F
(145,82,95)
#7D4752
(125,71,82)
#693C45
(105,60,69)
#553138
(85,49,56)
#41262B
(65,38,43)
#2D1B1E
(45,27,30)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #E17E93

#E17E93
(225,126,147)
#E3899C
(227,137,156)
#E594A5
(229,148,165)
#E79FAE
(231,159,174)
#E9AAB7
(233,170,183)
#EBB5C0
(235,181,192)
#EDC0C9
(237,192,201)
#EFCBD2
(239,203,210)
#F1D6DB
(241,214,219)
#F3E1E4
(243,225,228)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E17E93; }

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

This text font color is #E17E93.


Background Color

.myBgColor { background-color: #E17E93; }

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

This div background color is #E17E93.


Border color

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

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

This div border color is #E17E93.


Opacity

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

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

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

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

This text has shadow with #E17E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17E93 on black background.


Color preview on white background

This text has color #E17E93 on white background.



Black color preview on #E17E93 background

This text has black color on #E17E93 background.


White color preview on #E17E93 background

This text has white color on #E17E93 background.