COLOR #E7919D

HEX: #E7919D
RGB: (231,145,157)

Color info

#E7919D contains mainly red color. Web safe color of #E7919D is #FF9999 (or #F99).

RGB color model

#E7919D color RGB value is (231,145,157).

  • red value is 231;
  • green value is 145;
  • blue value is 157.
RGB:
(231,145,157)
(91%,57%,62%)

RGB channels and saturation

R 231 of 255 = 91%
G 145 of 255 = 57%
B 157 of 255 = 62%

231
145
157

R + G + B ~ 70%. #E7919D is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 145 + 157 = 533 (100%)
R 231 of 533 ~ 43.34%
G 145 of 533 ~ 27.2%
B 157 of 533 ~ 29.46%

%43.34
%27.2
%29.46

CMYK color model

#E7919D color CMYK value is (0,37,32,9).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 32.03%
  • key color value is 9.41%
CMYK:
(0,37,32,9)
C0M37Y32K9 
(0%,37%,32%,9%)
(0.00/0.37/0.32/0.09)	

CMYK percentages

%0
%37.23
%32.03
%9.41

Codes

Color #E7919D in popluar color models

E7919D
RGB231145157
HSL352°64.18%73.73%
HSB/HSV352°37.23%90.59%
CMYK0.00%37.23%32.03%
9.41%

Color #E7919D in popluar number systems.

HEXE7919D
Decimal231145157
Binary111001111001000110011101
Octal347221235

Shades and tints

Shades of #E7919D

#E7919D
(231,145,157)
#D2848F
(210,132,143)
#BD7781
(189,119,129)
#A86A73
(168,106,115)
#935D65
(147,93,101)
#7E5057
(126,80,87)
#694349
(105,67,73)
#54363B
(84,54,59)
#3F292D
(63,41,45)
#2A1C1F
(42,28,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #E7919D

#E7919D
(231,145,157)
#E99BA5
(233,155,165)
#EBA5AD
(235,165,173)
#EDAFB5
(237,175,181)
#EFB9BD
(239,185,189)
#F1C3C5
(241,195,197)
#F3CDCD
(243,205,205)
#F5D7D5
(245,215,213)
#F7E1DD
(247,225,221)
#F9EBE5
(249,235,229)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7919D color. Also use rgb(231,145,157) instead hex code.

Text Font Color

.myTextColor { color: #E7919D; }

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

This text font color is #E7919D.


Background Color

.myBgColor { background-color: #E7919D; }

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

This div background color is #E7919D.


Border color

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

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

This div border color is #E7919D.


Opacity

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

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

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

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

This text has shadow with #E7919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7919D on black background.


Color preview on white background

This text has color #E7919D on white background.



Black color preview on #E7919D background

This text has black color on #E7919D background.


White color preview on #E7919D background

This text has white color on #E7919D background.