COLOR #E1375C

HEX: #E1375C
RGB: (225,55,92)

Color info

#E1375C contains mainly red color. Web safe color of #E1375C is #CC3366 (or #C36).

RGB color model

#E1375C color RGB value is (225,55,92).

  • red value is 225;
  • green value is 55;
  • blue value is 92.
RGB:
(225,55,92)
(88%,22%,36%)

RGB channels and saturation

R 225 of 255 = 88%
G 55 of 255 = 22%
B 92 of 255 = 36%

225
55
92

R + G + B ~ 49%. #E1375C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 55 + 92 = 372 (100%)
R 225 of 372 ~ 60.48%
G 55 of 372 ~ 14.78%
B 92 of 372 ~ 24.73%

%60.48
%14.78
%24.73

CMYK color model

#E1375C color CMYK value is (0,76,59,12).

  • cyan value is 0.00%
  • magenta value is 75.56%
  • yellow value is 59.11%
  • key color value is 11.76%
CMYK:
(0,76,59,12)
C0M76Y59K12 
(0%,76%,59%,12%)
(0.00/0.76/0.59/0.12)	

CMYK percentages

%0
%75.56
%59.11
%11.76

Codes

Color #E1375C in popluar color models

E1375C
RGB2255592
HSL347°73.91%54.90%
HSB/HSV347°75.56%88.24%
CMYK0.00%75.56%59.11%
11.76%

Color #E1375C in popluar number systems.

HEXE1375C
Decimal2255592
Binary111000011101111011100
Octal34167134

Shades and tints

Shades of #E1375C

#E1375C
(225,55,92)
#CD3254
(205,50,84)
#B92D4C
(185,45,76)
#A52844
(165,40,68)
#91233C
(145,35,60)
#7D1E34
(125,30,52)
#69192C
(105,25,44)
#551424
(85,20,36)
#410F1C
(65,15,28)
#2D0A14
(45,10,20)
#19050C
(25,5,12)
#000000
(0,0,0)

Tints of #E1375C

#E1375C
(225,55,92)
#E3496A
(227,73,106)
#E55B78
(229,91,120)
#E76D86
(231,109,134)
#E97F94
(233,127,148)
#EB91A2
(235,145,162)
#EDA3B0
(237,163,176)
#EFB5BE
(239,181,190)
#F1C7CC
(241,199,204)
#F3D9DA
(243,217,218)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1375C color. Also use rgb(225,55,92) instead hex code.

Text Font Color

.myTextColor { color: #E1375C; }

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

This text font color is #E1375C.


Background Color

.myBgColor { background-color: #E1375C; }

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

This div background color is #E1375C.


Border color

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

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

This div border color is #E1375C.


Opacity

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

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

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

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

This text has shadow with #E1375C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1375C on black background.


Color preview on white background

This text has color #E1375C on white background.



Black color preview on #E1375C background

This text has black color on #E1375C background.


White color preview on #E1375C background

This text has white color on #E1375C background.