COLOR #E74E45

HEX: #E74E45
RGB: (231,78,69)

Color info

#E74E45 contains mainly red color. Web safe color of #E74E45 is #FF6633 (or #F63).

RGB color model

#E74E45 color RGB value is (231,78,69).

  • red value is 231;
  • green value is 78;
  • blue value is 69.
RGB:
(231,78,69)
(91%,31%,27%)

RGB channels and saturation

R 231 of 255 = 91%
G 78 of 255 = 31%
B 69 of 255 = 27%

231
78
69

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

Portions of RGB colors in percentages

R + G + B =
231 + 78 + 69 = 378 (100%)
R 231 of 378 ~ 61.11%
G 78 of 378 ~ 20.63%
B 69 of 378 ~ 18.25%

%61.11
%20.63
%18.25

CMYK color model

#E74E45 color CMYK value is (0,66,70,9).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,66,70,9)
C0M66Y70K9 
(0%,66%,70%,9%)
(0.00/0.66/0.70/0.09)	

CMYK percentages

%0
%66.23
%70.13
%9.41

Codes

Color #E74E45 in popluar color models

E74E45
RGB2317869
HSL77.14%58.82%
HSB/HSV70.13%90.59%
CMYK0.00%66.23%70.13%
9.41%

Color #E74E45 in popluar number systems.

HEXE74E45
Decimal2317869
Binary1110011110011101000101
Octal347116105

Shades and tints

Shades of #E74E45

#E74E45
(231,78,69)
#D2473F
(210,71,63)
#BD4039
(189,64,57)
#A83933
(168,57,51)
#93322D
(147,50,45)
#7E2B27
(126,43,39)
#692421
(105,36,33)
#541D1B
(84,29,27)
#3F1615
(63,22,21)
#2A0F0F
(42,15,15)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #E74E45

#E74E45
(231,78,69)
#E95E55
(233,94,85)
#EB6E65
(235,110,101)
#ED7E75
(237,126,117)
#EF8E85
(239,142,133)
#F19E95
(241,158,149)
#F3AEA5
(243,174,165)
#F5BEB5
(245,190,181)
#F7CEC5
(247,206,197)
#F9DED5
(249,222,213)
#FBEEE5
(251,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74E45 color. Also use rgb(231,78,69) instead hex code.

Text Font Color

.myTextColor { color: #E74E45; }

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

This text font color is #E74E45.


Background Color

.myBgColor { background-color: #E74E45; }

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

This div background color is #E74E45.


Border color

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

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

This div border color is #E74E45.


Opacity

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

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

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

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

This text has shadow with #E74E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74E45 on black background.


Color preview on white background

This text has color #E74E45 on white background.



Black color preview on #E74E45 background

This text has black color on #E74E45 background.


White color preview on #E74E45 background

This text has white color on #E74E45 background.