COLOR #E1909F

HEX: #E1909F RGB: (225,144,159)

Color info

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

RGB color model

#E1909F color RGB value is (225,144,159).

RGB: (225,144,159) (88%, 56%, 62%)

RGB channels and saturation

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

225
144
159

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

Portions of RGB colors in percentages

R + G + B = 225 + 144 + 159 = 528 (100%)
R 225 of 528 ~ 42.61%
G 144 of 528 ~ 27.27%
B 159 of 528 ~ 30.11'%

%42.61
%27.27
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 29.33%
  • key color value is 11.76%

CMYK: (0,36,29,12)
C0M36Y29K12 (0%, 36%, 29%, 12%)
(0.00 / 0.36 / 0.29 / 0.12)

CMYK percentages

%0
%36
%29.33
%11.76

Codes

Color #E1909F in popluar color models

E1 90 9F
RGB 225 144 159
HSL 349° 57.45% 72.35%
HSB/HSV 349° 36.00% 88.24%
CMYK 0.00% 36.00% 29.33%
11.76%

Color #E1909F in popluar number systems.

HEX E1 90 9F
Decimal 225 144 159
Binary 11100001 10010000 10011111
Octal 341 220 237

Shades and tints

Shades of #E1909F

#E1909F
(225,144,159)
#CD8391
(205,131,145)
#B97683
(185,118,131)
#A56975
(165,105,117)
#915C67
(145,92,103)
#7D4F59
(125,79,89)
#69424B
(105,66,75)
#55353D
(85,53,61)
#41282F
(65,40,47)
#2D1B21
(45,27,33)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #E1909F

#E1909F
(225,144,159)
#E39AA7
(227,154,167)
#E5A4AF
(229,164,175)
#E7AEB7
(231,174,183)
#E9B8BF
(233,184,191)
#EBC2C7
(235,194,199)
#EDCCCF
(237,204,207)
#EFD6D7
(239,214,215)
#F1E0DF
(241,224,223)
#F3EAE7
(243,234,231)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1909F; }

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

This text font color is #E1909F.

Background Color

.myBgColor { background-color: #E1909F; }

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

This div background color is #E1909F.

Border color

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

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

This div border color is #E1909F.

Opacity

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

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

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

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

This text has shadow with #E1909F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1909F.

Preview

Color preview on black background

This text has color #E1909F on black background.


Color preview on white background

This text has color #E1909F on white background.


Black color preview on #E1909F background

This text has black color on #E1909F background.


White color preview on #E1909F background

This text has white color on #E1909F background.


Related colors

Complementary color

Complementary color for #hex is #1E6F60.


I love getcolorcode.com

Triadic colors

1 #9FE190 and #909FE1 with #E1909F are triadic colors.

2 #9F90E1 and #90E19F with #E1909F are triadic colors.