COLOR #E74EB4

HEX: #E74EB4
RGB: (231,78,180)

Color info

#E74EB4 contains mainly red and blue colors. Web safe color of #E74EB4 is #FF66CC (or #F6C).

RGB color model

#E74EB4 color RGB value is (231,78,180).

  • red value is 231;
  • green value is 78;
  • blue value is 180.
RGB:
(231,78,180)
(91%,31%,71%)

RGB channels and saturation

R 231 of 255 = 91%
G 78 of 255 = 31%
B 180 of 255 = 71%

231
78
180

R + G + B ~ 64%. #E74EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 78 + 180 = 489 (100%)
R 231 of 489 ~ 47.24%
G 78 of 489 ~ 15.95%
B 180 of 489 ~ 36.81%

%47.24
%15.95
%36.81

CMYK color model

#E74EB4 color CMYK value is (0,66,22,9).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 22.08%
  • key color value is 9.41%
CMYK:
(0,66,22,9)
C0M66Y22K9 
(0%,66%,22%,9%)
(0.00/0.66/0.22/0.09)	

CMYK percentages

%0
%66.23
%22.08
%9.41

Codes

Color #E74EB4 in popluar color models

E74EB4
RGB23178180
HSL320°76.12%60.59%
HSB/HSV320°66.23%90.59%
CMYK0.00%66.23%22.08%
9.41%

Color #E74EB4 in popluar number systems.

HEXE74EB4
Decimal23178180
Binary11100111100111010110100
Octal347116264

Shades and tints

Shades of #E74EB4

#E74EB4
(231,78,180)
#D247A4
(210,71,164)
#BD4094
(189,64,148)
#A83984
(168,57,132)
#933274
(147,50,116)
#7E2B64
(126,43,100)
#692454
(105,36,84)
#541D44
(84,29,68)
#3F1634
(63,22,52)
#2A0F24
(42,15,36)
#150814
(21,8,20)
#000000
(0,0,0)

Tints of #E74EB4

#E74EB4
(231,78,180)
#E95EBA
(233,94,186)
#EB6EC0
(235,110,192)
#ED7EC6
(237,126,198)
#EF8ECC
(239,142,204)
#F19ED2
(241,158,210)
#F3AED8
(243,174,216)
#F5BEDE
(245,190,222)
#F7CEE4
(247,206,228)
#F9DEEA
(249,222,234)
#FBEEF0
(251,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74EB4 color. Also use rgb(231,78,180) instead hex code.

Text Font Color

.myTextColor { color: #E74EB4; }

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

This text font color is #E74EB4.


Background Color

.myBgColor { background-color: #E74EB4; }

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

This div background color is #E74EB4.


Border color

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

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

This div border color is #E74EB4.


Opacity

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

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

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

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

This text has shadow with #E74EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74EB4 on black background.


Color preview on white background

This text has color #E74EB4 on white background.



Black color preview on #E74EB4 background

This text has black color on #E74EB4 background.


White color preview on #E74EB4 background

This text has white color on #E74EB4 background.