COLOR #E09593

HEX: #E09593 RGB: (224,149,147)

Color info

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

RGB color model

#E09593 color RGB value is (224,149,147).

RGB: (224,149,147) (88%, 58%, 58%)

RGB channels and saturation

R 224 of 255 = 88%
G 149 of 255 = 58%
B 147 of 255 = 58%

224
149
147

R + G + B ~ 68%. #E09593 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 149 + 147 = 520 (100%)
R 224 of 520 ~ 43.08%
G 149 of 520 ~ 28.65%
B 147 of 520 ~ 28.27'%

%43.08
%28.65
%28.27

CMYK color model

#E09593 color CMYK value is (0,33,34,12).

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

CMYK: (0,33,34,12)
C0M33Y34K12 (0%, 33%, 34%, 12%)
(0.00 / 0.33 / 0.34 / 0.12)

CMYK percentages

%0
%33.48
%34.38
%12.16

Codes

Color #E09593 in popluar color models

E0 95 93
RGB 224 149 147
HSL 55.40% 72.75%
HSB/HSV 34.38% 87.84%
CMYK 0.00% 33.48% 34.38%
12.16%

Color #E09593 in popluar number systems.

HEX E0 95 93
Decimal 224 149 147
Binary 11100000 10010101 10010011
Octal 340 225 223

Shades and tints

Shades of #E09593

#E09593
(224,149,147)
#CC8886
(204,136,134)
#B87B79
(184,123,121)
#A46E6C
(164,110,108)
#90615F
(144,97,95)
#7C5452
(124,84,82)
#684745
(104,71,69)
#543A38
(84,58,56)
#402D2B
(64,45,43)
#2C201E
(44,32,30)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #E09593

#E09593
(224,149,147)
#E29E9C
(226,158,156)
#E4A7A5
(228,167,165)
#E6B0AE
(230,176,174)
#E8B9B7
(232,185,183)
#EAC2C0
(234,194,192)
#ECCBC9
(236,203,201)
#EED4D2
(238,212,210)
#F0DDDB
(240,221,219)
#F2E6E4
(242,230,228)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09593; }

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

This text font color is #E09593.

Background Color

.myBgColor { background-color: #E09593; }

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

This div background color is #E09593.

Border color

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

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

This div border color is #E09593.

Opacity

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

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

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

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

This text has shadow with #E09593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09593.

Preview

Color preview on black background

This text has color #E09593 on black background.


Color preview on white background

This text has color #E09593 on white background.


Black color preview on #E09593 background

This text has black color on #E09593 background.


White color preview on #E09593 background

This text has white color on #E09593 background.


Related colors

Complementary color

Complementary color for #hex is #1F6A6C.


I love getcolorcode.com

Triadic colors

1 #93E095 and #9593E0 with #E09593 are triadic colors.

2 #9395E0 and #95E093 with #E09593 are triadic colors.