COLOR #E19B82

HEX: #E19B82 RGB: (225,155,130)

Color info

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

RGB color model

#E19B82 color RGB value is (225,155,130).

RGB: (225,155,130) (88%, 61%, 51%)

RGB channels and saturation

R 225 of 255 = 88%
G 155 of 255 = 61%
B 130 of 255 = 51%

225
155
130

R + G + B ~ 67%. #E19B82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 155 + 130 = 510 (100%)
R 225 of 510 ~ 44.12%
G 155 of 510 ~ 30.39%
B 130 of 510 ~ 25.49'%

%44.12
%30.39
%25.49

CMYK color model

#E19B82 color CMYK value is (0,31,42,12).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 42.22%
  • key color value is 11.76%

CMYK: (0,31,42,12)
C0M31Y42K12 (0%, 31%, 42%, 12%)
(0.00 / 0.31 / 0.42 / 0.12)

CMYK percentages

%0
%31.11
%42.22
%11.76

Codes

Color #E19B82 in popluar color models

E1 9B 82
RGB 225 155 130
HSL 16° 61.29% 69.61%
HSB/HSV 16° 42.22% 88.24%
CMYK 0.00% 31.11% 42.22%
11.76%

Color #E19B82 in popluar number systems.

HEX E1 9B 82
Decimal 225 155 130
Binary 11100001 10011011 10000010
Octal 341 233 202

Shades and tints

Shades of #E19B82

#E19B82
(225,155,130)
#CD8D77
(205,141,119)
#B97F6C
(185,127,108)
#A57161
(165,113,97)
#916356
(145,99,86)
#7D554B
(125,85,75)
#694740
(105,71,64)
#553935
(85,57,53)
#412B2A
(65,43,42)
#2D1D1F
(45,29,31)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #E19B82

#E19B82
(225,155,130)
#E3A48D
(227,164,141)
#E5AD98
(229,173,152)
#E7B6A3
(231,182,163)
#E9BFAE
(233,191,174)
#EBC8B9
(235,200,185)
#EDD1C4
(237,209,196)
#EFDACF
(239,218,207)
#F1E3DA
(241,227,218)
#F3ECE5
(243,236,229)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19B82 color. Also use rgb(225,155,130) instead hex code.

Text Font Color

.myTextColor { color: #E19B82; }

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

This text font color is #E19B82.

Background Color

.myBgColor { background-color: #E19B82; }

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

This div background color is #E19B82.

Border color

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

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

This div border color is #E19B82.

Opacity

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

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

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

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

This text has shadow with #E19B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19B82.

Preview

Color preview on black background

This text has color #E19B82 on black background.


Color preview on white background

This text has color #E19B82 on white background.


Black color preview on #E19B82 background

This text has black color on #E19B82 background.


White color preview on #E19B82 background

This text has white color on #E19B82 background.


Related colors

Complementary color

Complementary color for #hex is #1E647D.


I love getcolorcode.com

Triadic colors

1 #82E19B and #9B82E1 with #E19B82 are triadic colors.

2 #829BE1 and #9BE182 with #E19B82 are triadic colors.