COLOR #E1597B

HEX: #E1597B
RGB: (225,89,123)

Color info

#E1597B contains mainly red color. Web safe color of #E1597B is #CC6666 (or #C66).

RGB color model

#E1597B color RGB value is (225,89,123).

  • red value is 225;
  • green value is 89;
  • blue value is 123.
RGB:
(225,89,123)
(88%,35%,48%)

RGB channels and saturation

R 225 of 255 = 88%
G 89 of 255 = 35%
B 123 of 255 = 48%

225
89
123

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

Portions of RGB colors in percentages

R + G + B =
225 + 89 + 123 = 437 (100%)
R 225 of 437 ~ 51.49%
G 89 of 437 ~ 20.37%
B 123 of 437 ~ 28.15%

%51.49
%20.37
%28.15

CMYK color model

#E1597B color CMYK value is (0,60,45,12).

  • cyan value is 0.00%
  • magenta value is 60.44%
  • yellow value is 45.33%
  • key color value is 11.76%
CMYK:
(0,60,45,12)
C0M60Y45K12 
(0%,60%,45%,12%)
(0.00/0.60/0.45/0.12)	

CMYK percentages

%0
%60.44
%45.33
%11.76

Codes

Color #E1597B in popluar color models

E1597B
RGB22589123
HSL345°69.39%61.57%
HSB/HSV345°60.44%88.24%
CMYK0.00%60.44%45.33%
11.76%

Color #E1597B in popluar number systems.

HEXE1597B
Decimal22589123
Binary1110000110110011111011
Octal341131173

Shades and tints

Shades of #E1597B

#E1597B
(225,89,123)
#CD5170
(205,81,112)
#B94965
(185,73,101)
#A5415A
(165,65,90)
#91394F
(145,57,79)
#7D3144
(125,49,68)
#692939
(105,41,57)
#55212E
(85,33,46)
#411923
(65,25,35)
#2D1118
(45,17,24)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #E1597B

#E1597B
(225,89,123)
#E36887
(227,104,135)
#E57793
(229,119,147)
#E7869F
(231,134,159)
#E995AB
(233,149,171)
#EBA4B7
(235,164,183)
#EDB3C3
(237,179,195)
#EFC2CF
(239,194,207)
#F1D1DB
(241,209,219)
#F3E0E7
(243,224,231)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1597B color. Also use rgb(225,89,123) instead hex code.

Text Font Color

.myTextColor { color: #E1597B; }

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

This text font color is #E1597B.


Background Color

.myBgColor { background-color: #E1597B; }

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

This div background color is #E1597B.


Border color

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

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

This div border color is #E1597B.


Opacity

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

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

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

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

This text has shadow with #E1597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1597B on black background.


Color preview on white background

This text has color #E1597B on white background.



Black color preview on #E1597B background

This text has black color on #E1597B background.


White color preview on #E1597B background

This text has white color on #E1597B background.