COLOR #E19390

HEX: #E19390
RGB: (225,147,144)

Color info

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

RGB color model

#E19390 color RGB value is (225,147,144).

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

RGB channels and saturation

R 225 of 255 = 88%
G 147 of 255 = 58%
B 144 of 255 = 56%

225
147
144

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

Portions of RGB colors in percentages

R + G + B =
225 + 147 + 144 = 516 (100%)
R 225 of 516 ~ 43.6%
G 147 of 516 ~ 28.49%
B 144 of 516 ~ 27.91%

%43.6
%28.49
%27.91

CMYK color model

#E19390 color CMYK value is (0,35,36,12).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 36.00%
  • key color value is 11.76%
CMYK:
(0,35,36,12)
C0M35Y36K12 
(0%,35%,36%,12%)
(0.00/0.35/0.36/0.12)	

CMYK percentages

%0
%34.67
%36
%11.76

Codes

Color #E19390 in popluar color models

E19390
RGB225147144
HSL57.45%72.35%
HSB/HSV36.00%88.24%
CMYK0.00%34.67%36.00%
11.76%

Color #E19390 in popluar number systems.

HEXE19390
Decimal225147144
Binary111000011001001110010000
Octal341223220

Shades and tints

Shades of #E19390

#E19390
(225,147,144)
#CD8683
(205,134,131)
#B97976
(185,121,118)
#A56C69
(165,108,105)
#915F5C
(145,95,92)
#7D524F
(125,82,79)
#694542
(105,69,66)
#553835
(85,56,53)
#412B28
(65,43,40)
#2D1E1B
(45,30,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #E19390

#E19390
(225,147,144)
#E39C9A
(227,156,154)
#E5A5A4
(229,165,164)
#E7AEAE
(231,174,174)
#E9B7B8
(233,183,184)
#EBC0C2
(235,192,194)
#EDC9CC
(237,201,204)
#EFD2D6
(239,210,214)
#F1DBE0
(241,219,224)
#F3E4EA
(243,228,234)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19390; }

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

This text font color is #E19390.


Background Color

.myBgColor { background-color: #E19390; }

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

This div background color is #E19390.


Border color

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

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

This div border color is #E19390.


Opacity

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

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

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

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

This text has shadow with #E19390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19390 on black background.


Color preview on white background

This text has color #E19390 on white background.



Black color preview on #E19390 background

This text has black color on #E19390 background.


White color preview on #E19390 background

This text has white color on #E19390 background.