COLOR #E19F8F

HEX: #E19F8F
RGB: (225,159,143)

Color info

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

RGB color model

#E19F8F color RGB value is (225,159,143).

  • red value is 225;
  • green value is 159;
  • blue value is 143.
RGB:
(225,159,143)
(88%,62%,56%)

RGB channels and saturation

R 225 of 255 = 88%
G 159 of 255 = 62%
B 143 of 255 = 56%

225
159
143

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

Portions of RGB colors in percentages

R + G + B =
225 + 159 + 143 = 527 (100%)
R 225 of 527 ~ 42.69%
G 159 of 527 ~ 30.17%
B 143 of 527 ~ 27.13%

%42.69
%30.17
%27.13

CMYK color model

#E19F8F color CMYK value is (0,29,36,12).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(0,29,36,12)
C0M29Y36K12 
(0%,29%,36%,12%)
(0.00/0.29/0.36/0.12)	

CMYK percentages

%0
%29.33
%36.44
%11.76

Codes

Color #E19F8F in popluar color models

E19F8F
RGB225159143
HSL12°57.75%72.16%
HSB/HSV12°36.44%88.24%
CMYK0.00%29.33%36.44%
11.76%

Color #E19F8F in popluar number systems.

HEXE19F8F
Decimal225159143
Binary111000011001111110001111
Octal341237217

Shades and tints

Shades of #E19F8F

#E19F8F
(225,159,143)
#CD9182
(205,145,130)
#B98375
(185,131,117)
#A57568
(165,117,104)
#91675B
(145,103,91)
#7D594E
(125,89,78)
#694B41
(105,75,65)
#553D34
(85,61,52)
#412F27
(65,47,39)
#2D211A
(45,33,26)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #E19F8F

#E19F8F
(225,159,143)
#E3A799
(227,167,153)
#E5AFA3
(229,175,163)
#E7B7AD
(231,183,173)
#E9BFB7
(233,191,183)
#EBC7C1
(235,199,193)
#EDCFCB
(237,207,203)
#EFD7D5
(239,215,213)
#F1DFDF
(241,223,223)
#F3E7E9
(243,231,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19F8F color. Also use rgb(225,159,143) instead hex code.

Text Font Color

.myTextColor { color: #E19F8F; }

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

This text font color is #E19F8F.


Background Color

.myBgColor { background-color: #E19F8F; }

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

This div background color is #E19F8F.


Border color

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

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

This div border color is #E19F8F.


Opacity

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

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

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

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

This text has shadow with #E19F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19F8F on black background.


Color preview on white background

This text has color #E19F8F on white background.



Black color preview on #E19F8F background

This text has black color on #E19F8F background.


White color preview on #E19F8F background

This text has white color on #E19F8F background.