COLOR #E74578

HEX: #E74578
RGB: (231,69,120)

Color info

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

RGB color model

#E74578 color RGB value is (231,69,120).

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

RGB channels and saturation

R 231 of 255 = 91%
G 69 of 255 = 27%
B 120 of 255 = 47%

231
69
120

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

Portions of RGB colors in percentages

R + G + B =
231 + 69 + 120 = 420 (100%)
R 231 of 420 ~ 55%
G 69 of 420 ~ 16.43%
B 120 of 420 ~ 28.57%

%55
%16.43
%28.57

CMYK color model

#E74578 color CMYK value is (0,70,48,9).

  • cyan value is 0.00%
  • magenta value is 70.13%
  • yellow value is 48.05%
  • key color value is 9.41%
CMYK:
(0,70,48,9)
C0M70Y48K9 
(0%,70%,48%,9%)
(0.00/0.70/0.48/0.09)	

CMYK percentages

%0
%70.13
%48.05
%9.41

Codes

Color #E74578 in popluar color models

E74578
RGB23169120
HSL341°77.14%58.82%
HSB/HSV341°70.13%90.59%
CMYK0.00%70.13%48.05%
9.41%

Color #E74578 in popluar number systems.

HEXE74578
Decimal23169120
Binary1110011110001011111000
Octal347105170

Shades and tints

Shades of #E74578

#E74578
(231,69,120)
#D23F6E
(210,63,110)
#BD3964
(189,57,100)
#A8335A
(168,51,90)
#932D50
(147,45,80)
#7E2746
(126,39,70)
#69213C
(105,33,60)
#541B32
(84,27,50)
#3F1528
(63,21,40)
#2A0F1E
(42,15,30)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #E74578

#E74578
(231,69,120)
#E95584
(233,85,132)
#EB6590
(235,101,144)
#ED759C
(237,117,156)
#EF85A8
(239,133,168)
#F195B4
(241,149,180)
#F3A5C0
(243,165,192)
#F5B5CC
(245,181,204)
#F7C5D8
(247,197,216)
#F9D5E4
(249,213,228)
#FBE5F0
(251,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E74578; }

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

This text font color is #E74578.


Background Color

.myBgColor { background-color: #E74578; }

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

This div background color is #E74578.


Border color

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

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

This div border color is #E74578.


Opacity

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

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

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

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

This text has shadow with #E74578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74578 on black background.


Color preview on white background

This text has color #E74578 on white background.



Black color preview on #E74578 background

This text has black color on #E74578 background.


White color preview on #E74578 background

This text has white color on #E74578 background.