COLOR #E73391

HEX: #E73391
RGB: (231,51,145)

Color info

#E73391 contains mainly red color. Web safe color of #E73391 is #FF3399 (or #F39).

RGB color model

#E73391 color RGB value is (231,51,145).

  • red value is 231;
  • green value is 51;
  • blue value is 145.
RGB:
(231,51,145)
(91%,20%,57%)

RGB channels and saturation

R 231 of 255 = 91%
G 51 of 255 = 20%
B 145 of 255 = 57%

231
51
145

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

Portions of RGB colors in percentages

R + G + B =
231 + 51 + 145 = 427 (100%)
R 231 of 427 ~ 54.1%
G 51 of 427 ~ 11.94%
B 145 of 427 ~ 33.96%

%54.1
%11.94
%33.96

CMYK color model

#E73391 color CMYK value is (0,78,37,9).

  • cyan value is 0.00%
  • magenta value is 77.92%
  • yellow value is 37.23%
  • key color value is 9.41%
CMYK:
(0,78,37,9)
C0M78Y37K9 
(0%,78%,37%,9%)
(0.00/0.78/0.37/0.09)	

CMYK percentages

%0
%77.92
%37.23
%9.41

Codes

Color #E73391 in popluar color models

E73391
RGB23151145
HSL329°78.95%55.29%
HSB/HSV329°77.92%90.59%
CMYK0.00%77.92%37.23%
9.41%

Color #E73391 in popluar number systems.

HEXE73391
Decimal23151145
Binary1110011111001110010001
Octal34763221

Shades and tints

Shades of #E73391

#E73391
(231,51,145)
#D22F84
(210,47,132)
#BD2B77
(189,43,119)
#A8276A
(168,39,106)
#93235D
(147,35,93)
#7E1F50
(126,31,80)
#691B43
(105,27,67)
#541736
(84,23,54)
#3F1329
(63,19,41)
#2A0F1C
(42,15,28)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #E73391

#E73391
(231,51,145)
#E9459B
(233,69,155)
#EB57A5
(235,87,165)
#ED69AF
(237,105,175)
#EF7BB9
(239,123,185)
#F18DC3
(241,141,195)
#F39FCD
(243,159,205)
#F5B1D7
(245,177,215)
#F7C3E1
(247,195,225)
#F9D5EB
(249,213,235)
#FBE7F5
(251,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E73391 color. Also use rgb(231,51,145) instead hex code.

Text Font Color

.myTextColor { color: #E73391; }

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

This text font color is #E73391.


Background Color

.myBgColor { background-color: #E73391; }

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

This div background color is #E73391.


Border color

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

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

This div border color is #E73391.


Opacity

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

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

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

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

This text has shadow with #E73391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E73391 on black background.


Color preview on white background

This text has color #E73391 on white background.



Black color preview on #E73391 background

This text has black color on #E73391 background.


White color preview on #E73391 background

This text has white color on #E73391 background.