COLOR #E19B93

HEX: #E19B93
RGB: (225,155,147)

Color info

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

RGB color model

#E19B93 color RGB value is (225,155,147).

  • red value is 225;
  • green value is 155;
  • blue value is 147.
RGB:
(225,155,147)
(88%,61%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 155 of 255 = 61%
B 147 of 255 = 58%

225
155
147

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

Portions of RGB colors in percentages

R + G + B =
225 + 155 + 147 = 527 (100%)
R 225 of 527 ~ 42.69%
G 155 of 527 ~ 29.41%
B 147 of 527 ~ 27.89%

%42.69
%29.41
%27.89

CMYK color model

#E19B93 color CMYK value is (0,31,35,12).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(0,31,35,12)
C0M31Y35K12 
(0%,31%,35%,12%)
(0.00/0.31/0.35/0.12)	

CMYK percentages

%0
%31.11
%34.67
%11.76

Codes

Color #E19B93 in popluar color models

E19B93
RGB225155147
HSL56.52%72.94%
HSB/HSV34.67%88.24%
CMYK0.00%31.11%34.67%
11.76%

Color #E19B93 in popluar number systems.

HEXE19B93
Decimal225155147
Binary111000011001101110010011
Octal341233223

Shades and tints

Shades of #E19B93

#E19B93
(225,155,147)
#CD8D86
(205,141,134)
#B97F79
(185,127,121)
#A5716C
(165,113,108)
#91635F
(145,99,95)
#7D5552
(125,85,82)
#694745
(105,71,69)
#553938
(85,57,56)
#412B2B
(65,43,43)
#2D1D1E
(45,29,30)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #E19B93

#E19B93
(225,155,147)
#E3A49C
(227,164,156)
#E5ADA5
(229,173,165)
#E7B6AE
(231,182,174)
#E9BFB7
(233,191,183)
#EBC8C0
(235,200,192)
#EDD1C9
(237,209,201)
#EFDAD2
(239,218,210)
#F1E3DB
(241,227,219)
#F3ECE4
(243,236,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19B93; }

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

This text font color is #E19B93.


Background Color

.myBgColor { background-color: #E19B93; }

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

This div background color is #E19B93.


Border color

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

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

This div border color is #E19B93.


Opacity

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

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

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

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

This text has shadow with #E19B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19B93 on black background.


Color preview on white background

This text has color #E19B93 on white background.



Black color preview on #E19B93 background

This text has black color on #E19B93 background.


White color preview on #E19B93 background

This text has white color on #E19B93 background.