COLOR #E1898E

HEX: #E1898E
RGB: (225,137,142)

Color info

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

RGB color model

#E1898E color RGB value is (225,137,142).

  • red value is 225;
  • green value is 137;
  • blue value is 142.
RGB:
(225,137,142)
(88%,54%,56%)

RGB channels and saturation

R 225 of 255 = 88%
G 137 of 255 = 54%
B 142 of 255 = 56%

225
137
142

R + G + B ~ 66%. #E1898E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 137 + 142 = 504 (100%)
R 225 of 504 ~ 44.64%
G 137 of 504 ~ 27.18%
B 142 of 504 ~ 28.17%

%44.64
%27.18
%28.17

CMYK color model

#E1898E color CMYK value is (0,39,37,12).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK:
(0,39,37,12)
C0M39Y37K12 
(0%,39%,37%,12%)
(0.00/0.39/0.37/0.12)	

CMYK percentages

%0
%39.11
%36.89
%11.76

Codes

Color #E1898E in popluar color models

E1898E
RGB225137142
HSL357°59.46%70.98%
HSB/HSV357°39.11%88.24%
CMYK0.00%39.11%36.89%
11.76%

Color #E1898E in popluar number systems.

HEXE1898E
Decimal225137142
Binary111000011000100110001110
Octal341211216

Shades and tints

Shades of #E1898E

#E1898E
(225,137,142)
#CD7D82
(205,125,130)
#B97176
(185,113,118)
#A5656A
(165,101,106)
#91595E
(145,89,94)
#7D4D52
(125,77,82)
#694146
(105,65,70)
#55353A
(85,53,58)
#41292E
(65,41,46)
#2D1D22
(45,29,34)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #E1898E

#E1898E
(225,137,142)
#E39398
(227,147,152)
#E59DA2
(229,157,162)
#E7A7AC
(231,167,172)
#E9B1B6
(233,177,182)
#EBBBC0
(235,187,192)
#EDC5CA
(237,197,202)
#EFCFD4
(239,207,212)
#F1D9DE
(241,217,222)
#F3E3E8
(243,227,232)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1898E color. Also use rgb(225,137,142) instead hex code.

Text Font Color

.myTextColor { color: #E1898E; }

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

This text font color is #E1898E.


Background Color

.myBgColor { background-color: #E1898E; }

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

This div background color is #E1898E.


Border color

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

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

This div border color is #E1898E.


Opacity

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

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

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

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

This text has shadow with #E1898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1898E on black background.


Color preview on white background

This text has color #E1898E on white background.



Black color preview on #E1898E background

This text has black color on #E1898E background.


White color preview on #E1898E background

This text has white color on #E1898E background.