COLOR #E0738D

HEX: #E0738D
RGB: (224,115,141)

Color info

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

RGB color model

#E0738D color RGB value is (224,115,141).

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

RGB channels and saturation

R 224 of 255 = 88%
G 115 of 255 = 45%
B 141 of 255 = 55%

224
115
141

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

Portions of RGB colors in percentages

R + G + B =
224 + 115 + 141 = 480 (100%)
R 224 of 480 ~ 46.67%
G 115 of 480 ~ 23.96%
B 141 of 480 ~ 29.38%

%46.67
%23.96
%29.38

CMYK color model

#E0738D color CMYK value is (0,49,37,12).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(0,49,37,12)
C0M49Y37K12 
(0%,49%,37%,12%)
(0.00/0.49/0.37/0.12)	

CMYK percentages

%0
%48.66
%37.05
%12.16

Codes

Color #E0738D in popluar color models

E0738D
RGB224115141
HSL346°63.74%66.47%
HSB/HSV346°48.66%87.84%
CMYK0.00%48.66%37.05%
12.16%

Color #E0738D in popluar number systems.

HEXE0738D
Decimal224115141
Binary11100000111001110001101
Octal340163215

Shades and tints

Shades of #E0738D

#E0738D
(224,115,141)
#CC6981
(204,105,129)
#B85F75
(184,95,117)
#A45569
(164,85,105)
#904B5D
(144,75,93)
#7C4151
(124,65,81)
#683745
(104,55,69)
#542D39
(84,45,57)
#40232D
(64,35,45)
#2C1921
(44,25,33)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #E0738D

#E0738D
(224,115,141)
#E27F97
(226,127,151)
#E48BA1
(228,139,161)
#E697AB
(230,151,171)
#E8A3B5
(232,163,181)
#EAAFBF
(234,175,191)
#ECBBC9
(236,187,201)
#EEC7D3
(238,199,211)
#F0D3DD
(240,211,221)
#F2DFE7
(242,223,231)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0738D; }

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

This text font color is #E0738D.


Background Color

.myBgColor { background-color: #E0738D; }

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

This div background color is #E0738D.


Border color

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

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

This div border color is #E0738D.


Opacity

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

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

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

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

This text has shadow with #E0738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0738D on black background.


Color preview on white background

This text has color #E0738D on white background.



Black color preview on #E0738D background

This text has black color on #E0738D background.


White color preview on #E0738D background

This text has white color on #E0738D background.