COLOR #E74951

HEX: #E74951
RGB: (231,73,81)

Color info

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

RGB color model

#E74951 color RGB value is (231,73,81).

  • red value is 231;
  • green value is 73;
  • blue value is 81.
RGB:
(231,73,81)
(91%,29%,32%)

RGB channels and saturation

R 231 of 255 = 91%
G 73 of 255 = 29%
B 81 of 255 = 32%

231
73
81

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

Portions of RGB colors in percentages

R + G + B =
231 + 73 + 81 = 385 (100%)
R 231 of 385 ~ 60%
G 73 of 385 ~ 18.96%
B 81 of 385 ~ 21.04%

%60
%18.96
%21.04

CMYK color model

#E74951 color CMYK value is (0,68,65,9).

  • cyan value is 0.00%
  • magenta value is 68.40%
  • yellow value is 64.94%
  • key color value is 9.41%
CMYK:
(0,68,65,9)
C0M68Y65K9 
(0%,68%,65%,9%)
(0.00/0.68/0.65/0.09)	

CMYK percentages

%0
%68.4
%64.94
%9.41

Codes

Color #E74951 in popluar color models

E74951
RGB2317381
HSL357°76.70%59.61%
HSB/HSV357°68.40%90.59%
CMYK0.00%68.40%64.94%
9.41%

Color #E74951 in popluar number systems.

HEXE74951
Decimal2317381
Binary1110011110010011010001
Octal347111121

Shades and tints

Shades of #E74951

#E74951
(231,73,81)
#D2434A
(210,67,74)
#BD3D43
(189,61,67)
#A8373C
(168,55,60)
#933135
(147,49,53)
#7E2B2E
(126,43,46)
#692527
(105,37,39)
#541F20
(84,31,32)
#3F1919
(63,25,25)
#2A1312
(42,19,18)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #E74951

#E74951
(231,73,81)
#E95960
(233,89,96)
#EB696F
(235,105,111)
#ED797E
(237,121,126)
#EF898D
(239,137,141)
#F1999C
(241,153,156)
#F3A9AB
(243,169,171)
#F5B9BA
(245,185,186)
#F7C9C9
(247,201,201)
#F9D9D8
(249,217,216)
#FBE9E7
(251,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74951 color. Also use rgb(231,73,81) instead hex code.

Text Font Color

.myTextColor { color: #E74951; }

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

This text font color is #E74951.


Background Color

.myBgColor { background-color: #E74951; }

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

This div background color is #E74951.


Border color

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

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

This div border color is #E74951.


Opacity

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

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

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

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

This text has shadow with #E74951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74951 on black background.


Color preview on white background

This text has color #E74951 on white background.



Black color preview on #E74951 background

This text has black color on #E74951 background.


White color preview on #E74951 background

This text has white color on #E74951 background.