COLOR #E1988F

HEX: #E1988F
RGB: (225,152,143)

Color info

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

RGB color model

#E1988F color RGB value is (225,152,143).

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

RGB channels and saturation

R 225 of 255 = 88%
G 152 of 255 = 60%
B 143 of 255 = 56%

225
152
143

R + G + B ~ 68%. #E1988F is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 152 + 143 = 520 (100%)
R 225 of 520 ~ 43.27%
G 152 of 520 ~ 29.23%
B 143 of 520 ~ 27.5%

%43.27
%29.23
%27.5

CMYK color model

#E1988F color CMYK value is (0,32,36,12).

  • cyan value is 0.00%
  • magenta value is 32.44%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(0,32,36,12)
C0M32Y36K12 
(0%,32%,36%,12%)
(0.00/0.32/0.36/0.12)	

CMYK percentages

%0
%32.44
%36.44
%11.76

Codes

Color #E1988F in popluar color models

E1988F
RGB225152143
HSL57.75%72.16%
HSB/HSV36.44%88.24%
CMYK0.00%32.44%36.44%
11.76%

Color #E1988F in popluar number systems.

HEXE1988F
Decimal225152143
Binary111000011001100010001111
Octal341230217

Shades and tints

Shades of #E1988F

#E1988F
(225,152,143)
#CD8B82
(205,139,130)
#B97E75
(185,126,117)
#A57168
(165,113,104)
#91645B
(145,100,91)
#7D574E
(125,87,78)
#694A41
(105,74,65)
#553D34
(85,61,52)
#413027
(65,48,39)
#2D231A
(45,35,26)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #E1988F

#E1988F
(225,152,143)
#E3A199
(227,161,153)
#E5AAA3
(229,170,163)
#E7B3AD
(231,179,173)
#E9BCB7
(233,188,183)
#EBC5C1
(235,197,193)
#EDCECB
(237,206,203)
#EFD7D5
(239,215,213)
#F1E0DF
(241,224,223)
#F3E9E9
(243,233,233)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1988F; }

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

This text font color is #E1988F.


Background Color

.myBgColor { background-color: #E1988F; }

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

This div background color is #E1988F.


Border color

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

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

This div border color is #E1988F.


Opacity

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

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

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

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

This text has shadow with #E1988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1988F on black background.


Color preview on white background

This text has color #E1988F on white background.



Black color preview on #E1988F background

This text has black color on #E1988F background.


White color preview on #E1988F background

This text has white color on #E1988F background.