COLOR #E0936D

HEX: #E0936D
RGB: (224,147,109)

Color info

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

RGB color model

#E0936D color RGB value is (224,147,109).

  • red value is 224;
  • green value is 147;
  • blue value is 109.
RGB:
(224,147,109)
(88%,58%,43%)

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 109 of 255 = 43%

224
147
109

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

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 109 = 480 (100%)
R 224 of 480 ~ 46.67%
G 147 of 480 ~ 30.63%
B 109 of 480 ~ 22.71%

%46.67
%30.63
%22.71

CMYK color model

#E0936D color CMYK value is (0,34,51,12).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 51.34%
  • key color value is 12.16%
CMYK:
(0,34,51,12)
C0M34Y51K12 
(0%,34%,51%,12%)
(0.00/0.34/0.51/0.12)	

CMYK percentages

%0
%34.38
%51.34
%12.16

Codes

Color #E0936D in popluar color models

E0936D
RGB224147109
HSL20°64.97%65.29%
HSB/HSV20°51.34%87.84%
CMYK0.00%34.38%51.34%
12.16%

Color #E0936D in popluar number systems.

HEXE0936D
Decimal224147109
Binary11100000100100111101101
Octal340223155

Shades and tints

Shades of #E0936D

#E0936D
(224,147,109)
#CC8664
(204,134,100)
#B8795B
(184,121,91)
#A46C52
(164,108,82)
#905F49
(144,95,73)
#7C5240
(124,82,64)
#684537
(104,69,55)
#54382E
(84,56,46)
#402B25
(64,43,37)
#2C1E1C
(44,30,28)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #E0936D

#E0936D
(224,147,109)
#E29C7A
(226,156,122)
#E4A587
(228,165,135)
#E6AE94
(230,174,148)
#E8B7A1
(232,183,161)
#EAC0AE
(234,192,174)
#ECC9BB
(236,201,187)
#EED2C8
(238,210,200)
#F0DBD5
(240,219,213)
#F2E4E2
(242,228,226)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0936D; }

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

This text font color is #E0936D.


Background Color

.myBgColor { background-color: #E0936D; }

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

This div background color is #E0936D.


Border color

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

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

This div border color is #E0936D.


Opacity

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

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

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

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

This text has shadow with #E0936D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0936D on black background.


Color preview on white background

This text has color #E0936D on white background.



Black color preview on #E0936D background

This text has black color on #E0936D background.


White color preview on #E0936D background

This text has white color on #E0936D background.