COLOR #E74556

HEX: #E74556
RGB: (231,69,86)

Color info

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

RGB color model

#E74556 color RGB value is (231,69,86).

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

RGB channels and saturation

R 231 of 255 = 91%
G 69 of 255 = 27%
B 86 of 255 = 34%

231
69
86

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

Portions of RGB colors in percentages

R + G + B =
231 + 69 + 86 = 386 (100%)
R 231 of 386 ~ 59.84%
G 69 of 386 ~ 17.88%
B 86 of 386 ~ 22.28%

%59.84
%17.88
%22.28

CMYK color model

#E74556 color CMYK value is (0,70,63,9).

  • cyan value is 0.00%
  • magenta value is 70.13%
  • yellow value is 62.77%
  • key color value is 9.41%
CMYK:
(0,70,63,9)
C0M70Y63K9 
(0%,70%,63%,9%)
(0.00/0.70/0.63/0.09)	

CMYK percentages

%0
%70.13
%62.77
%9.41

Codes

Color #E74556 in popluar color models

E74556
RGB2316986
HSL354°77.14%58.82%
HSB/HSV354°70.13%90.59%
CMYK0.00%70.13%62.77%
9.41%

Color #E74556 in popluar number systems.

HEXE74556
Decimal2316986
Binary1110011110001011010110
Octal347105126

Shades and tints

Shades of #E74556

#E74556
(231,69,86)
#D23F4F
(210,63,79)
#BD3948
(189,57,72)
#A83341
(168,51,65)
#932D3A
(147,45,58)
#7E2733
(126,39,51)
#69212C
(105,33,44)
#541B25
(84,27,37)
#3F151E
(63,21,30)
#2A0F17
(42,15,23)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #E74556

#E74556
(231,69,86)
#E95565
(233,85,101)
#EB6574
(235,101,116)
#ED7583
(237,117,131)
#EF8592
(239,133,146)
#F195A1
(241,149,161)
#F3A5B0
(243,165,176)
#F5B5BF
(245,181,191)
#F7C5CE
(247,197,206)
#F9D5DD
(249,213,221)
#FBE5EC
(251,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E74556; }

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

This text font color is #E74556.


Background Color

.myBgColor { background-color: #E74556; }

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

This div background color is #E74556.


Border color

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

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

This div border color is #E74556.


Opacity

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

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

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

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

This text has shadow with #E74556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74556 on black background.


Color preview on white background

This text has color #E74556 on white background.



Black color preview on #E74556 background

This text has black color on #E74556 background.


White color preview on #E74556 background

This text has white color on #E74556 background.