COLOR #E17391

HEX: #E17391
RGB: (225,115,145)

Color info

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

RGB color model

#E17391 color RGB value is (225,115,145).

  • red value is 225;
  • green value is 115;
  • blue value is 145.
RGB:
(225,115,145)
(88%,45%,57%)

RGB channels and saturation

R 225 of 255 = 88%
G 115 of 255 = 45%
B 145 of 255 = 57%

225
115
145

R + G + B ~ 63%. #E17391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 115 + 145 = 485 (100%)
R 225 of 485 ~ 46.39%
G 115 of 485 ~ 23.71%
B 145 of 485 ~ 29.9%

%46.39
%23.71
%29.9

CMYK color model

#E17391 color CMYK value is (0,49,36,12).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 35.56%
  • key color value is 11.76%
CMYK:
(0,49,36,12)
C0M49Y36K12 
(0%,49%,36%,12%)
(0.00/0.49/0.36/0.12)	

CMYK percentages

%0
%48.89
%35.56
%11.76

Codes

Color #E17391 in popluar color models

E17391
RGB225115145
HSL344°64.71%66.67%
HSB/HSV344°48.89%88.24%
CMYK0.00%48.89%35.56%
11.76%

Color #E17391 in popluar number systems.

HEXE17391
Decimal225115145
Binary11100001111001110010001
Octal341163221

Shades and tints

Shades of #E17391

#E17391
(225,115,145)
#CD6984
(205,105,132)
#B95F77
(185,95,119)
#A5556A
(165,85,106)
#914B5D
(145,75,93)
#7D4150
(125,65,80)
#693743
(105,55,67)
#552D36
(85,45,54)
#412329
(65,35,41)
#2D191C
(45,25,28)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #E17391

#E17391
(225,115,145)
#E37F9B
(227,127,155)
#E58BA5
(229,139,165)
#E797AF
(231,151,175)
#E9A3B9
(233,163,185)
#EBAFC3
(235,175,195)
#EDBBCD
(237,187,205)
#EFC7D7
(239,199,215)
#F1D3E1
(241,211,225)
#F3DFEB
(243,223,235)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E17391; }

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

This text font color is #E17391.


Background Color

.myBgColor { background-color: #E17391; }

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

This div background color is #E17391.


Border color

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

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

This div border color is #E17391.


Opacity

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

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

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

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

This text has shadow with #E17391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17391 on black background.


Color preview on white background

This text has color #E17391 on white background.



Black color preview on #E17391 background

This text has black color on #E17391 background.


White color preview on #E17391 background

This text has white color on #E17391 background.