COLOR #E74779

HEX: #E74779 RGB: (231,71,121)

Color info

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

RGB color model

#E74779 color RGB value is (231,71,121).

RGB: (231,71,121) (91%, 28%, 47%)

RGB channels and saturation

R 231 of 255 = 91%
G 71 of 255 = 28%
B 121 of 255 = 47%

231
71
121

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

Portions of RGB colors in percentages

R + G + B = 231 + 71 + 121 = 423 (100%)
R 231 of 423 ~ 54.61%
G 71 of 423 ~ 16.78%
B 121 of 423 ~ 28.61'%

%54.61
%16.78
%28.61

CMYK color model

#E74779 color CMYK value is (0,69,48,9).

  • cyan value is 0.00%
  • magenta value is 69.26%
  • yellow value is 47.62%
  • key color value is 9.41%

CMYK: (0,69,48,9)
C0M69Y48K9 (0%, 69%, 48%, 9%)
(0.00 / 0.69 / 0.48 / 0.09)

CMYK percentages

%0
%69.26
%47.62
%9.41

Codes

Color #E74779 in popluar color models

E7 47 79
RGB 231 71 121
HSL 341° 76.92% 59.22%
HSB/HSV 341° 69.26% 90.59%
CMYK 0.00% 69.26% 47.62%
9.41%

Color #E74779 in popluar number systems.

HEX E7 47 79
Decimal 231 71 121
Binary 11100111 1000111 1111001
Octal 347 107 171

Shades and tints

Shades of #E74779

#E74779
(231,71,121)
#D2416E
(210,65,110)
#BD3B63
(189,59,99)
#A83558
(168,53,88)
#932F4D
(147,47,77)
#7E2942
(126,41,66)
#692337
(105,35,55)
#541D2C
(84,29,44)
#3F1721
(63,23,33)
#2A1116
(42,17,22)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #E74779

#E74779
(231,71,121)
#E95785
(233,87,133)
#EB6791
(235,103,145)
#ED779D
(237,119,157)
#EF87A9
(239,135,169)
#F197B5
(241,151,181)
#F3A7C1
(243,167,193)
#F5B7CD
(245,183,205)
#F7C7D9
(247,199,217)
#F9D7E5
(249,215,229)
#FBE7F1
(251,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74779 color. Also use rgb(231,71,121) instead hex code.

Text Font Color

.myTextColor { color: #E74779; }

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

This text font color is #E74779.

Background Color

.myBgColor { background-color: #E74779; }

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

This div background color is #E74779.

Border color

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

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

This div border color is #E74779.

Opacity

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

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

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

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

This text has shadow with #E74779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E74779.

Preview

Color preview on black background

This text has color #E74779 on black background.


Color preview on white background

This text has color #E74779 on white background.


Black color preview on #E74779 background

This text has black color on #E74779 background.


White color preview on #E74779 background

This text has white color on #E74779 background.


Related colors

Complementary color

Complementary color for #hex is #18B886.


I love getcolorcode.com

Triadic colors

1 #79E747 and #4779E7 with #E74779 are triadic colors.

2 #7947E7 and #47E779 with #E74779 are triadic colors.