COLOR #E7719E

HEX: #E7719E
RGB: (231,113,158)

Color info

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

RGB color model

#E7719E color RGB value is (231,113,158).

  • red value is 231;
  • green value is 113;
  • blue value is 158.
RGB:
(231,113,158)
(91%,44%,62%)

RGB channels and saturation

R 231 of 255 = 91%
G 113 of 255 = 44%
B 158 of 255 = 62%

231
113
158

R + G + B ~ 66%. #E7719E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 113 + 158 = 502 (100%)
R 231 of 502 ~ 46.02%
G 113 of 502 ~ 22.51%
B 158 of 502 ~ 31.47%

%46.02
%22.51
%31.47

CMYK color model

#E7719E color CMYK value is (0,51,32,9).

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 31.60%
  • key color value is 9.41%
CMYK:
(0,51,32,9)
C0M51Y32K9 
(0%,51%,32%,9%)
(0.00/0.51/0.32/0.09)	

CMYK percentages

%0
%51.08
%31.6
%9.41

Codes

Color #E7719E in popluar color models

E7719E
RGB231113158
HSL337°71.08%67.45%
HSB/HSV337°51.08%90.59%
CMYK0.00%51.08%31.60%
9.41%

Color #E7719E in popluar number systems.

HEXE7719E
Decimal231113158
Binary11100111111000110011110
Octal347161236

Shades and tints

Shades of #E7719E

#E7719E
(231,113,158)
#D26790
(210,103,144)
#BD5D82
(189,93,130)
#A85374
(168,83,116)
#934966
(147,73,102)
#7E3F58
(126,63,88)
#69354A
(105,53,74)
#542B3C
(84,43,60)
#3F212E
(63,33,46)
#2A1720
(42,23,32)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #E7719E

#E7719E
(231,113,158)
#E97DA6
(233,125,166)
#EB89AE
(235,137,174)
#ED95B6
(237,149,182)
#EFA1BE
(239,161,190)
#F1ADC6
(241,173,198)
#F3B9CE
(243,185,206)
#F5C5D6
(245,197,214)
#F7D1DE
(247,209,222)
#F9DDE6
(249,221,230)
#FBE9EE
(251,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7719E color. Also use rgb(231,113,158) instead hex code.

Text Font Color

.myTextColor { color: #E7719E; }

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

This text font color is #E7719E.


Background Color

.myBgColor { background-color: #E7719E; }

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

This div background color is #E7719E.


Border color

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

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

This div border color is #E7719E.


Opacity

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

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

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

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

This text has shadow with #E7719E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7719E on black background.


Color preview on white background

This text has color #E7719E on white background.



Black color preview on #E7719E background

This text has black color on #E7719E background.


White color preview on #E7719E background

This text has white color on #E7719E background.