COLOR #E19D93

HEX: #E19D93 RGB: (225,157,147)

Color info

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

RGB color model

#E19D93 color RGB value is (225,157,147).

RGB: (225,157,147) (88%, 62%, 58%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 147 of 255 = 58%

225
157
147

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

Portions of RGB colors in percentages

R + G + B = 225 + 157 + 147 = 529 (100%)
R 225 of 529 ~ 42.53%
G 157 of 529 ~ 29.68%
B 147 of 529 ~ 27.79'%

%42.53
%29.68
%27.79

CMYK color model

#E19D93 color CMYK value is (0,30,35,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK: (0,30,35,12) C0M30Y35K12 (0%,30%,35%,12%) (0.00/0.30/0.35/0.12) 

CMYK percentages

%0
%30.22
%34.67
%11.76

Codes

Color #E19D93 in popluar color models

E1 9D 93
RGB 225 157 147
HSL 56.52% 72.94%
HSB/HSV 34.67% 88.24%
CMYK 0.00% 30.22% 34.67%
11.76%

Color #E19D93 in popluar number systems.

HEX E1 9D 93
Decimal 225 157 147
Binary 11100001 10011101 10010011
Octal 341 235 223

Shades and tints

Shades of #E19D93

#E19D93
(225,157,147)
#CD8F86
(205,143,134)
#B98179
(185,129,121)
#A5736C
(165,115,108)
#91655F
(145,101,95)
#7D5752
(125,87,82)
#694945
(105,73,69)
#553B38
(85,59,56)
#412D2B
(65,45,43)
#2D1F1E
(45,31,30)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #E19D93

#E19D93
(225,157,147)
#E3A59C
(227,165,156)
#E5ADA5
(229,173,165)
#E7B5AE
(231,181,174)
#E9BDB7
(233,189,183)
#EBC5C0
(235,197,192)
#EDCDC9
(237,205,201)
#EFD5D2
(239,213,210)
#F1DDDB
(241,221,219)
#F3E5E4
(243,229,228)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19D93 color. Also use rgb(225,157,147) instead hex code.

Text Font Color

.myTextColor { color: #E19D93; }

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

This text font color is #E19D93.

Background Color

.myBgColor { background-color: #E19D93; }

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

This div background color is #E19D93.

Border color

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

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

This div border color is #E19D93.

Opacity

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

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

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

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

This text has shadow with #E19D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19D93.

Preview

Color preview on black background

This text has color #E19D93 on black background.


Color preview on white background

This text has color #E19D93 on white background.


Black color preview on #E19D93 background

This text has black color on #E19D93 background.


White color preview on #E19D93 background

This text has white color on #E19D93 background.


Related colors

Complementary color

Complementary color for #hex is #1E626C.


I love getcolorcode.com

Triadic colors

1 #93E19D and #9D93E1 with #E19D93 are triadic colors.

2 #939DE1 and #9DE193 with #E19D93 are triadic colors.