COLOR #E19575

HEX: #E19575
RGB: (225,149,117)

Color info

#E19575 contains mainly red color. Web safe color of #E19575 is #CC9966 (or #C96).

RGB color model

#E19575 color RGB value is (225,149,117).

  • red value is 225;
  • green value is 149;
  • blue value is 117.
RGB:
(225,149,117)
(88%,58%,46%)

RGB channels and saturation

R 225 of 255 = 88%
G 149 of 255 = 58%
B 117 of 255 = 46%

225
149
117

R + G + B ~ 64%. #E19575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 149 + 117 = 491 (100%)
R 225 of 491 ~ 45.82%
G 149 of 491 ~ 30.35%
B 117 of 491 ~ 23.83%

%45.82
%30.35
%23.83

CMYK color model

#E19575 color CMYK value is (0,34,48,12).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 48.00%
  • key color value is 11.76%
CMYK:
(0,34,48,12)
C0M34Y48K12 
(0%,34%,48%,12%)
(0.00/0.34/0.48/0.12)	

CMYK percentages

%0
%33.78
%48
%11.76

Codes

Color #E19575 in popluar color models

E19575
RGB225149117
HSL18°64.29%67.06%
HSB/HSV18°48.00%88.24%
CMYK0.00%33.78%48.00%
11.76%

Color #E19575 in popluar number systems.

HEXE19575
Decimal225149117
Binary11100001100101011110101
Octal341225165

Shades and tints

Shades of #E19575

#E19575
(225,149,117)
#CD886B
(205,136,107)
#B97B61
(185,123,97)
#A56E57
(165,110,87)
#91614D
(145,97,77)
#7D5443
(125,84,67)
#694739
(105,71,57)
#553A2F
(85,58,47)
#412D25
(65,45,37)
#2D201B
(45,32,27)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #E19575

#E19575
(225,149,117)
#E39E81
(227,158,129)
#E5A78D
(229,167,141)
#E7B099
(231,176,153)
#E9B9A5
(233,185,165)
#EBC2B1
(235,194,177)
#EDCBBD
(237,203,189)
#EFD4C9
(239,212,201)
#F1DDD5
(241,221,213)
#F3E6E1
(243,230,225)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19575 color. Also use rgb(225,149,117) instead hex code.

Text Font Color

.myTextColor { color: #E19575; }

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

This text font color is #E19575.


Background Color

.myBgColor { background-color: #E19575; }

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

This div background color is #E19575.


Border color

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

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

This div border color is #E19575.


Opacity

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

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

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

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

This text has shadow with #E19575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19575 on black background.


Color preview on white background

This text has color #E19575 on white background.



Black color preview on #E19575 background

This text has black color on #E19575 background.


White color preview on #E19575 background

This text has white color on #E19575 background.