COLOR #E1738B

HEX: #E1738B
RGB: (225,115,139)

Color info

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

RGB color model

#E1738B color RGB value is (225,115,139).

  • red value is 225;
  • green value is 115;
  • blue value is 139.
RGB:
(225,115,139)
(88%,45%,55%)

RGB channels and saturation

R 225 of 255 = 88%
G 115 of 255 = 45%
B 139 of 255 = 55%

225
115
139

R + G + B ~ 63%. #E1738B is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 115 + 139 = 479 (100%)
R 225 of 479 ~ 46.97%
G 115 of 479 ~ 24.01%
B 139 of 479 ~ 29.02%

%46.97
%24.01
%29.02

CMYK color model

#E1738B color CMYK value is (0,49,38,12).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 38.22%
  • key color value is 11.76%
CMYK:
(0,49,38,12)
C0M49Y38K12 
(0%,49%,38%,12%)
(0.00/0.49/0.38/0.12)	

CMYK percentages

%0
%48.89
%38.22
%11.76

Codes

Color #E1738B in popluar color models

E1738B
RGB225115139
HSL347°64.71%66.67%
HSB/HSV347°48.89%88.24%
CMYK0.00%48.89%38.22%
11.76%

Color #E1738B in popluar number systems.

HEXE1738B
Decimal225115139
Binary11100001111001110001011
Octal341163213

Shades and tints

Shades of #E1738B

#E1738B
(225,115,139)
#CD697F
(205,105,127)
#B95F73
(185,95,115)
#A55567
(165,85,103)
#914B5B
(145,75,91)
#7D414F
(125,65,79)
#693743
(105,55,67)
#552D37
(85,45,55)
#41232B
(65,35,43)
#2D191F
(45,25,31)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #E1738B

#E1738B
(225,115,139)
#E37F95
(227,127,149)
#E58B9F
(229,139,159)
#E797A9
(231,151,169)
#E9A3B3
(233,163,179)
#EBAFBD
(235,175,189)
#EDBBC7
(237,187,199)
#EFC7D1
(239,199,209)
#F1D3DB
(241,211,219)
#F3DFE5
(243,223,229)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1738B color. Also use rgb(225,115,139) instead hex code.

Text Font Color

.myTextColor { color: #E1738B; }

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

This text font color is #E1738B.


Background Color

.myBgColor { background-color: #E1738B; }

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

This div background color is #E1738B.


Border color

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

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

This div border color is #E1738B.


Opacity

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

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

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

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

This text has shadow with #E1738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1738B on black background.


Color preview on white background

This text has color #E1738B on white background.



Black color preview on #E1738B background

This text has black color on #E1738B background.


White color preview on #E1738B background

This text has white color on #E1738B background.