COLOR #E09398

HEX: #E09398
RGB: (224,147,152)

Color info

#E09398 contains mainly red color. Web safe color of #E09398 is #CC9999 (or #C99).

RGB color model

#E09398 color RGB value is (224,147,152).

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

RGB channels and saturation

R 224 of 255 = 88%
G 147 of 255 = 58%
B 152 of 255 = 60%

224
147
152

R + G + B ~ 69%. #E09398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 147 + 152 = 523 (100%)
R 224 of 523 ~ 42.83%
G 147 of 523 ~ 28.11%
B 152 of 523 ~ 29.06%

%42.83
%28.11
%29.06

CMYK color model

#E09398 color CMYK value is (0,34,32,12).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 32.14%
  • key color value is 12.16%
CMYK:
(0,34,32,12)
C0M34Y32K12 
(0%,34%,32%,12%)
(0.00/0.34/0.32/0.12)	

CMYK percentages

%0
%34.38
%32.14
%12.16

Codes

Color #E09398 in popluar color models

E09398
RGB224147152
HSL356°55.40%72.75%
HSB/HSV356°34.38%87.84%
CMYK0.00%34.38%32.14%
12.16%

Color #E09398 in popluar number systems.

HEXE09398
Decimal224147152
Binary111000001001001110011000
Octal340223230

Shades and tints

Shades of #E09398

#E09398
(224,147,152)
#CC868B
(204,134,139)
#B8797E
(184,121,126)
#A46C71
(164,108,113)
#905F64
(144,95,100)
#7C5257
(124,82,87)
#68454A
(104,69,74)
#54383D
(84,56,61)
#402B30
(64,43,48)
#2C1E23
(44,30,35)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #E09398

#E09398
(224,147,152)
#E29CA1
(226,156,161)
#E4A5AA
(228,165,170)
#E6AEB3
(230,174,179)
#E8B7BC
(232,183,188)
#EAC0C5
(234,192,197)
#ECC9CE
(236,201,206)
#EED2D7
(238,210,215)
#F0DBE0
(240,219,224)
#F2E4E9
(242,228,233)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09398; }

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

This text font color is #E09398.


Background Color

.myBgColor { background-color: #E09398; }

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

This div background color is #E09398.


Border color

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

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

This div border color is #E09398.


Opacity

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

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

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

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

This text has shadow with #E09398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09398 on black background.


Color preview on white background

This text has color #E09398 on white background.



Black color preview on #E09398 background

This text has black color on #E09398 background.


White color preview on #E09398 background

This text has white color on #E09398 background.