COLOR #E1719B

HEX: #E1719B
RGB: (225,113,155)

Color info

#E1719B contains mainly red color. Web safe color of #E1719B is #CC6699 (or #C69).

RGB color model

#E1719B color RGB value is (225,113,155).

  • red value is 225;
  • green value is 113;
  • blue value is 155.
RGB:
(225,113,155)
(88%,44%,61%)

RGB channels and saturation

R 225 of 255 = 88%
G 113 of 255 = 44%
B 155 of 255 = 61%

225
113
155

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

Portions of RGB colors in percentages

R + G + B =
225 + 113 + 155 = 493 (100%)
R 225 of 493 ~ 45.64%
G 113 of 493 ~ 22.92%
B 155 of 493 ~ 31.44%

%45.64
%22.92
%31.44

CMYK color model

#E1719B color CMYK value is (0,50,31,12).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 31.11%
  • key color value is 11.76%
CMYK:
(0,50,31,12)
C0M50Y31K12 
(0%,50%,31%,12%)
(0.00/0.50/0.31/0.12)	

CMYK percentages

%0
%49.78
%31.11
%11.76

Codes

Color #E1719B in popluar color models

E1719B
RGB225113155
HSL338°65.12%66.27%
HSB/HSV338°49.78%88.24%
CMYK0.00%49.78%31.11%
11.76%

Color #E1719B in popluar number systems.

HEXE1719B
Decimal225113155
Binary11100001111000110011011
Octal341161233

Shades and tints

Shades of #E1719B

#E1719B
(225,113,155)
#CD678D
(205,103,141)
#B95D7F
(185,93,127)
#A55371
(165,83,113)
#914963
(145,73,99)
#7D3F55
(125,63,85)
#693547
(105,53,71)
#552B39
(85,43,57)
#41212B
(65,33,43)
#2D171D
(45,23,29)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #E1719B

#E1719B
(225,113,155)
#E37DA4
(227,125,164)
#E589AD
(229,137,173)
#E795B6
(231,149,182)
#E9A1BF
(233,161,191)
#EBADC8
(235,173,200)
#EDB9D1
(237,185,209)
#EFC5DA
(239,197,218)
#F1D1E3
(241,209,227)
#F3DDEC
(243,221,236)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1719B color. Also use rgb(225,113,155) instead hex code.

Text Font Color

.myTextColor { color: #E1719B; }

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

This text font color is #E1719B.


Background Color

.myBgColor { background-color: #E1719B; }

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

This div background color is #E1719B.


Border color

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

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

This div border color is #E1719B.


Opacity

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

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

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

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

This text has shadow with #E1719B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1719B on black background.


Color preview on white background

This text has color #E1719B on white background.



Black color preview on #E1719B background

This text has black color on #E1719B background.


White color preview on #E1719B background

This text has white color on #E1719B background.