COLOR #E0937B

HEX: #E0937B RGB: (224,147,123)

Color info

#E0937B contains mainly red color. Web safe color of #E0937B is #CC9966 (or #C96).

RGB color model

#E0937B color RGB value is (224,147,123).

RGB: (224,147,123) (88%, 58%, 48%)

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 123 of 255 = 48%

224
147
123

R + G + B ~ 65%. #E0937B is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 147 + 123 = 494 (100%)
R 224 of 494 ~ 45.34%
G 147 of 494 ~ 29.76%
B 123 of 494 ~ 24.9'%

%45.34
%29.76
%24.9

CMYK color model

#E0937B color CMYK value is (0,34,45,12).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 45.09%
  • key color value is 12.16%

CMYK: (0,34,45,12)
C0M34Y45K12 (0%, 34%, 45%, 12%)
(0.00 / 0.34 / 0.45 / 0.12)

CMYK percentages

%0
%34.38
%45.09
%12.16

Codes

Color #E0937B in popluar color models

E0 93 7B
RGB 224 147 123
HSL 14° 61.96% 68.04%
HSB/HSV 14° 45.09% 87.84%
CMYK 0.00% 34.38% 45.09%
12.16%

Color #E0937B in popluar number systems.

HEX E0 93 7B
Decimal 224 147 123
Binary 11100000 10010011 1111011
Octal 340 223 173

Shades and tints

Shades of #E0937B

#E0937B
(224,147,123)
#CC8670
(204,134,112)
#B87965
(184,121,101)
#A46C5A
(164,108,90)
#905F4F
(144,95,79)
#7C5244
(124,82,68)
#684539
(104,69,57)
#54382E
(84,56,46)
#402B23
(64,43,35)
#2C1E18
(44,30,24)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #E0937B

#E0937B
(224,147,123)
#E29C87
(226,156,135)
#E4A593
(228,165,147)
#E6AE9F
(230,174,159)
#E8B7AB
(232,183,171)
#EAC0B7
(234,192,183)
#ECC9C3
(236,201,195)
#EED2CF
(238,210,207)
#F0DBDB
(240,219,219)
#F2E4E7
(242,228,231)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0937B color. Also use rgb(224,147,123) instead hex code.

Text Font Color

.myTextColor { color: #E0937B; }

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

This text font color is #E0937B.

Background Color

.myBgColor { background-color: #E0937B; }

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

This div background color is #E0937B.

Border color

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

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

This div border color is #E0937B.

Opacity

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

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

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

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

This text has shadow with #E0937B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0937B.

Preview

Color preview on black background

This text has color #E0937B on black background.


Color preview on white background

This text has color #E0937B on white background.


Black color preview on #E0937B background

This text has black color on #E0937B background.


White color preview on #E0937B background

This text has white color on #E0937B background.


Related colors

Complementary color

Complementary color for #hex is #1F6C84.


I love getcolorcode.com

Triadic colors

1 #7BE093 and #937BE0 with #E0937B are triadic colors.

2 #7B93E0 and #93E07B with #E0937B are triadic colors.