COLOR #E0917D

HEX: #E0917D
RGB: (224,145,125)

Color info

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

RGB color model

#E0917D color RGB value is (224,145,125).

  • red value is 224;
  • green value is 145;
  • blue value is 125.
RGB:
(224,145,125)
(88%,57%,49%)

RGB channels and saturation

R 224 of 255 = 88%
G 145 of 255 = 57%
B 125 of 255 = 49%

224
145
125

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

Portions of RGB colors in percentages

R + G + B =
224 + 145 + 125 = 494 (100%)
R 224 of 494 ~ 45.34%
G 145 of 494 ~ 29.35%
B 125 of 494 ~ 25.3%

%45.34
%29.35
%25.3

CMYK color model

#E0917D color CMYK value is (0,35,44,12).

  • cyan value is 0.00%
  • magenta value is 35.27%
  • yellow value is 44.20%
  • key color value is 12.16%
CMYK:
(0,35,44,12)
C0M35Y44K12 
(0%,35%,44%,12%)
(0.00/0.35/0.44/0.12)	

CMYK percentages

%0
%35.27
%44.2
%12.16

Codes

Color #E0917D in popluar color models

E0917D
RGB224145125
HSL12°61.49%68.43%
HSB/HSV12°44.20%87.84%
CMYK0.00%35.27%44.20%
12.16%

Color #E0917D in popluar number systems.

HEXE0917D
Decimal224145125
Binary11100000100100011111101
Octal340221175

Shades and tints

Shades of #E0917D

#E0917D
(224,145,125)
#CC8472
(204,132,114)
#B87767
(184,119,103)
#A46A5C
(164,106,92)
#905D51
(144,93,81)
#7C5046
(124,80,70)
#68433B
(104,67,59)
#543630
(84,54,48)
#402925
(64,41,37)
#2C1C1A
(44,28,26)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #E0917D

#E0917D
(224,145,125)
#E29B88
(226,155,136)
#E4A593
(228,165,147)
#E6AF9E
(230,175,158)
#E8B9A9
(232,185,169)
#EAC3B4
(234,195,180)
#ECCDBF
(236,205,191)
#EED7CA
(238,215,202)
#F0E1D5
(240,225,213)
#F2EBE0
(242,235,224)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0917D color. Also use rgb(224,145,125) instead hex code.

Text Font Color

.myTextColor { color: #E0917D; }

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

This text font color is #E0917D.


Background Color

.myBgColor { background-color: #E0917D; }

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

This div background color is #E0917D.


Border color

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

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

This div border color is #E0917D.


Opacity

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

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

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

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

This text has shadow with #E0917D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0917D on black background.


Color preview on white background

This text has color #E0917D on white background.



Black color preview on #E0917D background

This text has black color on #E0917D background.


White color preview on #E0917D background

This text has white color on #E0917D background.