COLOR #E1929D

HEX: #E1929D
RGB: (225,146,157)

Color info

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

RGB color model

#E1929D color RGB value is (225,146,157).

  • red value is 225;
  • green value is 146;
  • blue value is 157.
RGB:
(225,146,157)
(88%,57%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 146 of 255 = 57%
B 157 of 255 = 62%

225
146
157

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

Portions of RGB colors in percentages

R + G + B =
225 + 146 + 157 = 528 (100%)
R 225 of 528 ~ 42.61%
G 146 of 528 ~ 27.65%
B 157 of 528 ~ 29.73%

%42.61
%27.65
%29.73

CMYK color model

#E1929D color CMYK value is (0,35,30,12).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 30.22%
  • key color value is 11.76%
CMYK:
(0,35,30,12)
C0M35Y30K12 
(0%,35%,30%,12%)
(0.00/0.35/0.30/0.12)	

CMYK percentages

%0
%35.11
%30.22
%11.76

Codes

Color #E1929D in popluar color models

E1929D
RGB225146157
HSL352°56.83%72.75%
HSB/HSV352°35.11%88.24%
CMYK0.00%35.11%30.22%
11.76%

Color #E1929D in popluar number systems.

HEXE1929D
Decimal225146157
Binary111000011001001010011101
Octal341222235

Shades and tints

Shades of #E1929D

#E1929D
(225,146,157)
#CD858F
(205,133,143)
#B97881
(185,120,129)
#A56B73
(165,107,115)
#915E65
(145,94,101)
#7D5157
(125,81,87)
#694449
(105,68,73)
#55373B
(85,55,59)
#412A2D
(65,42,45)
#2D1D1F
(45,29,31)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #E1929D

#E1929D
(225,146,157)
#E39BA5
(227,155,165)
#E5A4AD
(229,164,173)
#E7ADB5
(231,173,181)
#E9B6BD
(233,182,189)
#EBBFC5
(235,191,197)
#EDC8CD
(237,200,205)
#EFD1D5
(239,209,213)
#F1DADD
(241,218,221)
#F3E3E5
(243,227,229)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1929D color. Also use rgb(225,146,157) instead hex code.

Text Font Color

.myTextColor { color: #E1929D; }

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

This text font color is #E1929D.


Background Color

.myBgColor { background-color: #E1929D; }

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

This div background color is #E1929D.


Border color

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

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

This div border color is #E1929D.


Opacity

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

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

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

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

This text has shadow with #E1929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1929D on black background.


Color preview on white background

This text has color #E1929D on white background.



Black color preview on #E1929D background

This text has black color on #E1929D background.


White color preview on #E1929D background

This text has white color on #E1929D background.