COLOR #E74B95

HEX: #E74B95
RGB: (231,75,149)

Color info

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

RGB color model

#E74B95 color RGB value is (231,75,149).

  • red value is 231;
  • green value is 75;
  • blue value is 149.
RGB:
(231,75,149)
(91%,29%,58%)

RGB channels and saturation

R 231 of 255 = 91%
G 75 of 255 = 29%
B 149 of 255 = 58%

231
75
149

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

Portions of RGB colors in percentages

R + G + B =
231 + 75 + 149 = 455 (100%)
R 231 of 455 ~ 50.77%
G 75 of 455 ~ 16.48%
B 149 of 455 ~ 32.75%

%50.77
%16.48
%32.75

CMYK color model

#E74B95 color CMYK value is (0,68,35,9).

  • cyan value is 0.00%
  • magenta value is 67.53%
  • yellow value is 35.50%
  • key color value is 9.41%
CMYK:
(0,68,35,9)
C0M68Y35K9 
(0%,68%,35%,9%)
(0.00/0.68/0.35/0.09)	

CMYK percentages

%0
%67.53
%35.5
%9.41

Codes

Color #E74B95 in popluar color models

E74B95
RGB23175149
HSL332°76.47%60.00%
HSB/HSV332°67.53%90.59%
CMYK0.00%67.53%35.50%
9.41%

Color #E74B95 in popluar number systems.

HEXE74B95
Decimal23175149
Binary11100111100101110010101
Octal347113225

Shades and tints

Shades of #E74B95

#E74B95
(231,75,149)
#D24588
(210,69,136)
#BD3F7B
(189,63,123)
#A8396E
(168,57,110)
#933361
(147,51,97)
#7E2D54
(126,45,84)
#692747
(105,39,71)
#54213A
(84,33,58)
#3F1B2D
(63,27,45)
#2A1520
(42,21,32)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #E74B95

#E74B95
(231,75,149)
#E95B9E
(233,91,158)
#EB6BA7
(235,107,167)
#ED7BB0
(237,123,176)
#EF8BB9
(239,139,185)
#F19BC2
(241,155,194)
#F3ABCB
(243,171,203)
#F5BBD4
(245,187,212)
#F7CBDD
(247,203,221)
#F9DBE6
(249,219,230)
#FBEBEF
(251,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74B95 color. Also use rgb(231,75,149) instead hex code.

Text Font Color

.myTextColor { color: #E74B95; }

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

This text font color is #E74B95.


Background Color

.myBgColor { background-color: #E74B95; }

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

This div background color is #E74B95.


Border color

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

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

This div border color is #E74B95.


Opacity

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

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

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

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

This text has shadow with #E74B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74B95 on black background.


Color preview on white background

This text has color #E74B95 on white background.



Black color preview on #E74B95 background

This text has black color on #E74B95 background.


White color preview on #E74B95 background

This text has white color on #E74B95 background.