COLOR #E73294

HEX: #E73294
RGB: (231,50,148)

Color info

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

RGB color model

#E73294 color RGB value is (231,50,148).

  • red value is 231;
  • green value is 50;
  • blue value is 148.
RGB:
(231,50,148)
(91%,20%,58%)

RGB channels and saturation

R 231 of 255 = 91%
G 50 of 255 = 20%
B 148 of 255 = 58%

231
50
148

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

Portions of RGB colors in percentages

R + G + B =
231 + 50 + 148 = 429 (100%)
R 231 of 429 ~ 53.85%
G 50 of 429 ~ 11.66%
B 148 of 429 ~ 34.5%

%53.85
%11.66
%34.5

CMYK color model

#E73294 color CMYK value is (0,78,36,9).

  • cyan value is 0.00%
  • magenta value is 78.35%
  • yellow value is 35.93%
  • key color value is 9.41%
CMYK:
(0,78,36,9)
C0M78Y36K9 
(0%,78%,36%,9%)
(0.00/0.78/0.36/0.09)	

CMYK percentages

%0
%78.35
%35.93
%9.41

Codes

Color #E73294 in popluar color models

E73294
RGB23150148
HSL328°79.04%55.10%
HSB/HSV328°78.35%90.59%
CMYK0.00%78.35%35.93%
9.41%

Color #E73294 in popluar number systems.

HEXE73294
Decimal23150148
Binary1110011111001010010100
Octal34762224

Shades and tints

Shades of #E73294

#E73294
(231,50,148)
#D22E87
(210,46,135)
#BD2A7A
(189,42,122)
#A8266D
(168,38,109)
#932260
(147,34,96)
#7E1E53
(126,30,83)
#691A46
(105,26,70)
#541639
(84,22,57)
#3F122C
(63,18,44)
#2A0E1F
(42,14,31)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #E73294

#E73294
(231,50,148)
#E9449D
(233,68,157)
#EB56A6
(235,86,166)
#ED68AF
(237,104,175)
#EF7AB8
(239,122,184)
#F18CC1
(241,140,193)
#F39ECA
(243,158,202)
#F5B0D3
(245,176,211)
#F7C2DC
(247,194,220)
#F9D4E5
(249,212,229)
#FBE6EE
(251,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E73294 color. Also use rgb(231,50,148) instead hex code.

Text Font Color

.myTextColor { color: #E73294; }

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

This text font color is #E73294.


Background Color

.myBgColor { background-color: #E73294; }

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

This div background color is #E73294.


Border color

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

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

This div border color is #E73294.


Opacity

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

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

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

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

This text has shadow with #E73294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E73294 on black background.


Color preview on white background

This text has color #E73294 on white background.



Black color preview on #E73294 background

This text has black color on #E73294 background.


White color preview on #E73294 background

This text has white color on #E73294 background.