COLOR #E74F87

HEX: #E74F87
RGB: (231,79,135)

Color info

#E74F87 contains mainly red color. Web safe color of #E74F87 is #FF6699 (or #F69).

RGB color model

#E74F87 color RGB value is (231,79,135).

  • red value is 231;
  • green value is 79;
  • blue value is 135.
RGB:
(231,79,135)
(91%,31%,53%)

RGB channels and saturation

R 231 of 255 = 91%
G 79 of 255 = 31%
B 135 of 255 = 53%

231
79
135

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

Portions of RGB colors in percentages

R + G + B =
231 + 79 + 135 = 445 (100%)
R 231 of 445 ~ 51.91%
G 79 of 445 ~ 17.75%
B 135 of 445 ~ 30.34%

%51.91
%17.75
%30.34

CMYK color model

#E74F87 color CMYK value is (0,66,42,9).

  • cyan value is 0.00%
  • magenta value is 65.80%
  • yellow value is 41.56%
  • key color value is 9.41%
CMYK:
(0,66,42,9)
C0M66Y42K9 
(0%,66%,42%,9%)
(0.00/0.66/0.42/0.09)	

CMYK percentages

%0
%65.8
%41.56
%9.41

Codes

Color #E74F87 in popluar color models

E74F87
RGB23179135
HSL338°76.00%60.78%
HSB/HSV338°65.80%90.59%
CMYK0.00%65.80%41.56%
9.41%

Color #E74F87 in popluar number systems.

HEXE74F87
Decimal23179135
Binary11100111100111110000111
Octal347117207

Shades and tints

Shades of #E74F87

#E74F87
(231,79,135)
#D2487B
(210,72,123)
#BD416F
(189,65,111)
#A83A63
(168,58,99)
#933357
(147,51,87)
#7E2C4B
(126,44,75)
#69253F
(105,37,63)
#541E33
(84,30,51)
#3F1727
(63,23,39)
#2A101B
(42,16,27)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #E74F87

#E74F87
(231,79,135)
#E95F91
(233,95,145)
#EB6F9B
(235,111,155)
#ED7FA5
(237,127,165)
#EF8FAF
(239,143,175)
#F19FB9
(241,159,185)
#F3AFC3
(243,175,195)
#F5BFCD
(245,191,205)
#F7CFD7
(247,207,215)
#F9DFE1
(249,223,225)
#FBEFEB
(251,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74F87 color. Also use rgb(231,79,135) instead hex code.

Text Font Color

.myTextColor { color: #E74F87; }

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

This text font color is #E74F87.


Background Color

.myBgColor { background-color: #E74F87; }

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

This div background color is #E74F87.


Border color

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

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

This div border color is #E74F87.


Opacity

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

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

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

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

This text has shadow with #E74F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74F87 on black background.


Color preview on white background

This text has color #E74F87 on white background.



Black color preview on #E74F87 background

This text has black color on #E74F87 background.


White color preview on #E74F87 background

This text has white color on #E74F87 background.