COLOR #E72E4A

HEX: #E72E4A
RGB: (231,46,74)

Color info

#E72E4A contains mainly red color. Web safe color of #E72E4A is #FF3333 (or #F33).

RGB color model

#E72E4A color RGB value is (231,46,74).

  • red value is 231;
  • green value is 46;
  • blue value is 74.
RGB:
(231,46,74)
(91%,18%,29%)

RGB channels and saturation

R 231 of 255 = 91%
G 46 of 255 = 18%
B 74 of 255 = 29%

231
46
74

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

Portions of RGB colors in percentages

R + G + B =
231 + 46 + 74 = 351 (100%)
R 231 of 351 ~ 65.81%
G 46 of 351 ~ 13.11%
B 74 of 351 ~ 21.08%

%65.81
%13.11
%21.08

CMYK color model

#E72E4A color CMYK value is (0,80,68,9).

  • cyan value is 0.00%
  • magenta value is 80.09%
  • yellow value is 67.97%
  • key color value is 9.41%
CMYK:
(0,80,68,9)
C0M80Y68K9 
(0%,80%,68%,9%)
(0.00/0.80/0.68/0.09)	

CMYK percentages

%0
%80.09
%67.97
%9.41

Codes

Color #E72E4A in popluar color models

E72E4A
RGB2314674
HSL351°79.40%54.31%
HSB/HSV351°80.09%90.59%
CMYK0.00%80.09%67.97%
9.41%

Color #E72E4A in popluar number systems.

HEXE72E4A
Decimal2314674
Binary111001111011101001010
Octal34756112

Shades and tints

Shades of #E72E4A

#E72E4A
(231,46,74)
#D22A44
(210,42,68)
#BD263E
(189,38,62)
#A82238
(168,34,56)
#931E32
(147,30,50)
#7E1A2C
(126,26,44)
#691626
(105,22,38)
#541220
(84,18,32)
#3F0E1A
(63,14,26)
#2A0A14
(42,10,20)
#15060E
(21,6,14)
#000000
(0,0,0)

Tints of #E72E4A

#E72E4A
(231,46,74)
#E9415A
(233,65,90)
#EB546A
(235,84,106)
#ED677A
(237,103,122)
#EF7A8A
(239,122,138)
#F18D9A
(241,141,154)
#F3A0AA
(243,160,170)
#F5B3BA
(245,179,186)
#F7C6CA
(247,198,202)
#F9D9DA
(249,217,218)
#FBECEA
(251,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E72E4A color. Also use rgb(231,46,74) instead hex code.

Text Font Color

.myTextColor { color: #E72E4A; }

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

This text font color is #E72E4A.


Background Color

.myBgColor { background-color: #E72E4A; }

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

This div background color is #E72E4A.


Border color

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

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

This div border color is #E72E4A.


Opacity

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

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

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

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

This text has shadow with #E72E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E72E4A on black background.


Color preview on white background

This text has color #E72E4A on white background.



Black color preview on #E72E4A background

This text has black color on #E72E4A background.


White color preview on #E72E4A background

This text has white color on #E72E4A background.