COLOR #E1908A

HEX: #E1908A
RGB: (225,144,138)

Color info

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

RGB color model

#E1908A color RGB value is (225,144,138).

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

RGB channels and saturation

R 225 of 255 = 88%
G 144 of 255 = 56%
B 138 of 255 = 54%

225
144
138

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

Portions of RGB colors in percentages

R + G + B =
225 + 144 + 138 = 507 (100%)
R 225 of 507 ~ 44.38%
G 144 of 507 ~ 28.4%
B 138 of 507 ~ 27.22%

%44.38
%28.4
%27.22

CMYK color model

#E1908A color CMYK value is (0,36,39,12).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(0,36,39,12)
C0M36Y39K12 
(0%,36%,39%,12%)
(0.00/0.36/0.39/0.12)	

CMYK percentages

%0
%36
%38.67
%11.76

Codes

Color #E1908A in popluar color models

E1908A
RGB225144138
HSL59.18%71.18%
HSB/HSV38.67%88.24%
CMYK0.00%36.00%38.67%
11.76%

Color #E1908A in popluar number systems.

HEXE1908A
Decimal225144138
Binary111000011001000010001010
Octal341220212

Shades and tints

Shades of #E1908A

#E1908A
(225,144,138)
#CD837E
(205,131,126)
#B97672
(185,118,114)
#A56966
(165,105,102)
#915C5A
(145,92,90)
#7D4F4E
(125,79,78)
#694242
(105,66,66)
#553536
(85,53,54)
#41282A
(65,40,42)
#2D1B1E
(45,27,30)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #E1908A

#E1908A
(225,144,138)
#E39A94
(227,154,148)
#E5A49E
(229,164,158)
#E7AEA8
(231,174,168)
#E9B8B2
(233,184,178)
#EBC2BC
(235,194,188)
#EDCCC6
(237,204,198)
#EFD6D0
(239,214,208)
#F1E0DA
(241,224,218)
#F3EAE4
(243,234,228)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1908A; }

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

This text font color is #E1908A.


Background Color

.myBgColor { background-color: #E1908A; }

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

This div background color is #E1908A.


Border color

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

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

This div border color is #E1908A.


Opacity

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

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

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

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

This text has shadow with #E1908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1908A on black background.


Color preview on white background

This text has color #E1908A on white background.



Black color preview on #E1908A background

This text has black color on #E1908A background.


White color preview on #E1908A background

This text has white color on #E1908A background.