COLOR #E74690

HEX: #E74690
RGB: (231,70,144)

Color info

#E74690 contains mainly red color. Web safe color of #E74690 is #FF3399 (or #F39).

RGB color model

#E74690 color RGB value is (231,70,144).

  • red value is 231;
  • green value is 70;
  • blue value is 144.
RGB:
(231,70,144)
(91%,27%,56%)

RGB channels and saturation

R 231 of 255 = 91%
G 70 of 255 = 27%
B 144 of 255 = 56%

231
70
144

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

Portions of RGB colors in percentages

R + G + B =
231 + 70 + 144 = 445 (100%)
R 231 of 445 ~ 51.91%
G 70 of 445 ~ 15.73%
B 144 of 445 ~ 32.36%

%51.91
%15.73
%32.36

CMYK color model

#E74690 color CMYK value is (0,70,38,9).

  • cyan value is 0.00%
  • magenta value is 69.70%
  • yellow value is 37.66%
  • key color value is 9.41%
CMYK:
(0,70,38,9)
C0M70Y38K9 
(0%,70%,38%,9%)
(0.00/0.70/0.38/0.09)	

CMYK percentages

%0
%69.7
%37.66
%9.41

Codes

Color #E74690 in popluar color models

E74690
RGB23170144
HSL332°77.03%59.02%
HSB/HSV332°69.70%90.59%
CMYK0.00%69.70%37.66%
9.41%

Color #E74690 in popluar number systems.

HEXE74690
Decimal23170144
Binary11100111100011010010000
Octal347106220

Shades and tints

Shades of #E74690

#E74690
(231,70,144)
#D24083
(210,64,131)
#BD3A76
(189,58,118)
#A83469
(168,52,105)
#932E5C
(147,46,92)
#7E284F
(126,40,79)
#692242
(105,34,66)
#541C35
(84,28,53)
#3F1628
(63,22,40)
#2A101B
(42,16,27)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #E74690

#E74690
(231,70,144)
#E9569A
(233,86,154)
#EB66A4
(235,102,164)
#ED76AE
(237,118,174)
#EF86B8
(239,134,184)
#F196C2
(241,150,194)
#F3A6CC
(243,166,204)
#F5B6D6
(245,182,214)
#F7C6E0
(247,198,224)
#F9D6EA
(249,214,234)
#FBE6F4
(251,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74690 color. Also use rgb(231,70,144) instead hex code.

Text Font Color

.myTextColor { color: #E74690; }

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

This text font color is #E74690.


Background Color

.myBgColor { background-color: #E74690; }

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

This div background color is #E74690.


Border color

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

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

This div border color is #E74690.


Opacity

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

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

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

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

This text has shadow with #E74690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74690 on black background.


Color preview on white background

This text has color #E74690 on white background.



Black color preview on #E74690 background

This text has black color on #E74690 background.


White color preview on #E74690 background

This text has white color on #E74690 background.