COLOR #E5738D

HEX: #E5738D
RGB: (229,115,141)

Color info

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

RGB color model

#E5738D color RGB value is (229,115,141).

  • red value is 229;
  • green value is 115;
  • blue value is 141.
RGB:
(229,115,141)
(90%,45%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 115 of 255 = 45%
B 141 of 255 = 55%

229
115
141

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

Portions of RGB colors in percentages

R + G + B =
229 + 115 + 141 = 485 (100%)
R 229 of 485 ~ 47.22%
G 115 of 485 ~ 23.71%
B 141 of 485 ~ 29.07%

%47.22
%23.71
%29.07

CMYK color model

#E5738D color CMYK value is (0,50,38,10).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 38.43%
  • key color value is 10.20%
CMYK:
(0,50,38,10)
C0M50Y38K10 
(0%,50%,38%,10%)
(0.00/0.50/0.38/0.10)	

CMYK percentages

%0
%49.78
%38.43
%10.2

Codes

Color #E5738D in popluar color models

E5738D
RGB229115141
HSL346°68.67%67.45%
HSB/HSV346°49.78%89.80%
CMYK0.00%49.78%38.43%
10.20%

Color #E5738D in popluar number systems.

HEXE5738D
Decimal229115141
Binary11100101111001110001101
Octal345163215

Shades and tints

Shades of #E5738D

#E5738D
(229,115,141)
#D16981
(209,105,129)
#BD5F75
(189,95,117)
#A95569
(169,85,105)
#954B5D
(149,75,93)
#814151
(129,65,81)
#6D3745
(109,55,69)
#592D39
(89,45,57)
#45232D
(69,35,45)
#311921
(49,25,33)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #E5738D

#E5738D
(229,115,141)
#E77F97
(231,127,151)
#E98BA1
(233,139,161)
#EB97AB
(235,151,171)
#EDA3B5
(237,163,181)
#EFAFBF
(239,175,191)
#F1BBC9
(241,187,201)
#F3C7D3
(243,199,211)
#F5D3DD
(245,211,221)
#F7DFE7
(247,223,231)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5738D color. Also use rgb(229,115,141) instead hex code.

Text Font Color

.myTextColor { color: #E5738D; }

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

This text font color is #E5738D.


Background Color

.myBgColor { background-color: #E5738D; }

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

This div background color is #E5738D.


Border color

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

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

This div border color is #E5738D.


Opacity

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

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

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

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

This text has shadow with #E5738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5738D on black background.


Color preview on white background

This text has color #E5738D on white background.



Black color preview on #E5738D background

This text has black color on #E5738D background.


White color preview on #E5738D background

This text has white color on #E5738D background.