COLOR #E19C8E

HEX: #E19C8E RGB: (225,156,142)

Color info

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

RGB color model

#E19C8E color RGB value is (225,156,142).

RGB: (225,156,142) (88%, 61%, 56%)

RGB channels and saturation

R 225 of 255 = 88%
G 156 of 255 = 61%
B 142 of 255 = 56%

225
156
142

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

Portions of RGB colors in percentages

R + G + B = 225 + 156 + 142 = 523 (100%)
R 225 of 523 ~ 43.02%
G 156 of 523 ~ 29.83%
B 142 of 523 ~ 27.15'%

%43.02
%29.83
%27.15

CMYK color model

#E19C8E color CMYK value is (0,31,37,12).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK: (0,31,37,12) C0M31Y37K12 (0%,31%,37%,12%) (0.00/0.31/0.37/0.12) 

CMYK percentages

%0
%30.67
%36.89
%11.76

Codes

Color #E19C8E in popluar color models

E1 9C 8E
RGB 225 156 142
HSL 10° 58.04% 71.96%
HSB/HSV 10° 36.89% 88.24%
CMYK 0.00% 30.67% 36.89%
11.76%

Color #E19C8E in popluar number systems.

HEX E1 9C 8E
Decimal 225 156 142
Binary 11100001 10011100 10001110
Octal 341 234 216

Shades and tints

Shades of #E19C8E

#E19C8E
(225,156,142)
#CD8E82
(205,142,130)
#B98076
(185,128,118)
#A5726A
(165,114,106)
#91645E
(145,100,94)
#7D5652
(125,86,82)
#694846
(105,72,70)
#553A3A
(85,58,58)
#412C2E
(65,44,46)
#2D1E22
(45,30,34)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #E19C8E

#E19C8E
(225,156,142)
#E3A598
(227,165,152)
#E5AEA2
(229,174,162)
#E7B7AC
(231,183,172)
#E9C0B6
(233,192,182)
#EBC9C0
(235,201,192)
#EDD2CA
(237,210,202)
#EFDBD4
(239,219,212)
#F1E4DE
(241,228,222)
#F3EDE8
(243,237,232)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19C8E color. Also use rgb(225,156,142) instead hex code.

Text Font Color

.myTextColor { color: #E19C8E; }

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

This text font color is #E19C8E.

Background Color

.myBgColor { background-color: #E19C8E; }

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

This div background color is #E19C8E.

Border color

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

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

This div border color is #E19C8E.

Opacity

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

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

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

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

This text has shadow with #E19C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19C8E.

Preview

Color preview on black background

This text has color #E19C8E on black background.


Color preview on white background

This text has color #E19C8E on white background.


Black color preview on #E19C8E background

This text has black color on #E19C8E background.


White color preview on #E19C8E background

This text has white color on #E19C8E background.


Related colors

Complementary color

Complementary color for #hex is #1E6371.


I love getcolorcode.com

Triadic colors

1 #8EE19C and #9C8EE1 with #E19C8E are triadic colors.

2 #8E9CE1 and #9CE18E with #E19C8E are triadic colors.