COLOR #E74173

HEX: #E74173
RGB: (231,65,115)

Color info

#E74173 contains mainly red color. Web safe color of #E74173 is #FF3366 (or #F36).

RGB color model

#E74173 color RGB value is (231,65,115).

  • red value is 231;
  • green value is 65;
  • blue value is 115.
RGB:
(231,65,115)
(91%,25%,45%)

RGB channels and saturation

R 231 of 255 = 91%
G 65 of 255 = 25%
B 115 of 255 = 45%

231
65
115

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

Portions of RGB colors in percentages

R + G + B =
231 + 65 + 115 = 411 (100%)
R 231 of 411 ~ 56.2%
G 65 of 411 ~ 15.82%
B 115 of 411 ~ 27.98%

%56.2
%15.82
%27.98

CMYK color model

#E74173 color CMYK value is (0,72,50,9).

  • cyan value is 0.00%
  • magenta value is 71.86%
  • yellow value is 50.22%
  • key color value is 9.41%
CMYK:
(0,72,50,9)
C0M72Y50K9 
(0%,72%,50%,9%)
(0.00/0.72/0.50/0.09)	

CMYK percentages

%0
%71.86
%50.22
%9.41

Codes

Color #E74173 in popluar color models

E74173
RGB23165115
HSL342°77.57%58.04%
HSB/HSV342°71.86%90.59%
CMYK0.00%71.86%50.22%
9.41%

Color #E74173 in popluar number systems.

HEXE74173
Decimal23165115
Binary1110011110000011110011
Octal347101163

Shades and tints

Shades of #E74173

#E74173
(231,65,115)
#D23C69
(210,60,105)
#BD375F
(189,55,95)
#A83255
(168,50,85)
#932D4B
(147,45,75)
#7E2841
(126,40,65)
#692337
(105,35,55)
#541E2D
(84,30,45)
#3F1923
(63,25,35)
#2A1419
(42,20,25)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #E74173

#E74173
(231,65,115)
#E9527F
(233,82,127)
#EB638B
(235,99,139)
#ED7497
(237,116,151)
#EF85A3
(239,133,163)
#F196AF
(241,150,175)
#F3A7BB
(243,167,187)
#F5B8C7
(245,184,199)
#F7C9D3
(247,201,211)
#F9DADF
(249,218,223)
#FBEBEB
(251,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74173 color. Also use rgb(231,65,115) instead hex code.

Text Font Color

.myTextColor { color: #E74173; }

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

This text font color is #E74173.


Background Color

.myBgColor { background-color: #E74173; }

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

This div background color is #E74173.


Border color

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

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

This div border color is #E74173.


Opacity

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

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

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

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

This text has shadow with #E74173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74173 on black background.


Color preview on white background

This text has color #E74173 on white background.



Black color preview on #E74173 background

This text has black color on #E74173 background.


White color preview on #E74173 background

This text has white color on #E74173 background.