COLOR #E1937E

HEX: #E1937E
RGB: (225,147,126)

Color info

#E1937E contains mainly red color. Web safe color of #E1937E is #CC9966 (or #C96).

RGB color model

#E1937E color RGB value is (225,147,126).

  • red value is 225;
  • green value is 147;
  • blue value is 126.
RGB:
(225,147,126)
(88%,58%,49%)

RGB channels and saturation

R 225 of 255 = 88%
G 147 of 255 = 58%
B 126 of 255 = 49%

225
147
126

R + G + B ~ 65%. #E1937E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 147 + 126 = 498 (100%)
R 225 of 498 ~ 45.18%
G 147 of 498 ~ 29.52%
B 126 of 498 ~ 25.3%

%45.18
%29.52
%25.3

CMYK color model

#E1937E color CMYK value is (0,35,44,12).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 44.00%
  • key color value is 11.76%
CMYK:
(0,35,44,12)
C0M35Y44K12 
(0%,35%,44%,12%)
(0.00/0.35/0.44/0.12)	

CMYK percentages

%0
%34.67
%44
%11.76

Codes

Color #E1937E in popluar color models

E1937E
RGB225147126
HSL13°62.26%68.82%
HSB/HSV13°44.00%88.24%
CMYK0.00%34.67%44.00%
11.76%

Color #E1937E in popluar number systems.

HEXE1937E
Decimal225147126
Binary11100001100100111111110
Octal341223176

Shades and tints

Shades of #E1937E

#E1937E
(225,147,126)
#CD8673
(205,134,115)
#B97968
(185,121,104)
#A56C5D
(165,108,93)
#915F52
(145,95,82)
#7D5247
(125,82,71)
#69453C
(105,69,60)
#553831
(85,56,49)
#412B26
(65,43,38)
#2D1E1B
(45,30,27)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #E1937E

#E1937E
(225,147,126)
#E39C89
(227,156,137)
#E5A594
(229,165,148)
#E7AE9F
(231,174,159)
#E9B7AA
(233,183,170)
#EBC0B5
(235,192,181)
#EDC9C0
(237,201,192)
#EFD2CB
(239,210,203)
#F1DBD6
(241,219,214)
#F3E4E1
(243,228,225)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1937E color. Also use rgb(225,147,126) instead hex code.

Text Font Color

.myTextColor { color: #E1937E; }

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

This text font color is #E1937E.


Background Color

.myBgColor { background-color: #E1937E; }

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

This div background color is #E1937E.


Border color

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

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

This div border color is #E1937E.


Opacity

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

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

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

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

This text has shadow with #E1937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1937E on black background.


Color preview on white background

This text has color #E1937E on white background.



Black color preview on #E1937E background

This text has black color on #E1937E background.


White color preview on #E1937E background

This text has white color on #E1937E background.