COLOR #E15970

HEX: #E15970 RGB: (225,89,112)

Color info

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

RGB color model

#E15970 color RGB value is (225,89,112).

RGB: (225,89,112) (88%, 35%, 44%)

RGB channels and saturation

R 225 of 255 = 88%
G 89 of 255 = 35%
B 112 of 255 = 44%

225
89
112

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

Portions of RGB colors in percentages

R + G + B = 225 + 89 + 112 = 426 (100%)
R 225 of 426 ~ 52.82%
G 89 of 426 ~ 20.89%
B 112 of 426 ~ 26.29'%

%52.82
%20.89
%26.29

CMYK color model

#E15970 color CMYK value is (0,60,50,12).

  • cyan value is 0.00%
  • magenta value is 60.44%
  • yellow value is 50.22%
  • key color value is 11.76%

CMYK: (0,60,50,12)
C0M60Y50K12 (0%, 60%, 50%, 12%)
(0.00 / 0.60 / 0.50 / 0.12)

CMYK percentages

%0
%60.44
%50.22
%11.76

Codes

Color #E15970 in popluar color models

E1 59 70
RGB 225 89 112
HSL 350° 69.39% 61.57%
HSB/HSV 350° 60.44% 88.24%
CMYK 0.00% 60.44% 50.22%
11.76%

Color #E15970 in popluar number systems.

HEX E1 59 70
Decimal 225 89 112
Binary 11100001 1011001 1110000
Octal 341 131 160

Shades and tints

Shades of #E15970

#E15970
(225,89,112)
#CD5166
(205,81,102)
#B9495C
(185,73,92)
#A54152
(165,65,82)
#913948
(145,57,72)
#7D313E
(125,49,62)
#692934
(105,41,52)
#55212A
(85,33,42)
#411920
(65,25,32)
#2D1116
(45,17,22)
#19090C
(25,9,12)
#000000
(0,0,0)

Tints of #E15970

#E15970
(225,89,112)
#E3687D
(227,104,125)
#E5778A
(229,119,138)
#E78697
(231,134,151)
#E995A4
(233,149,164)
#EBA4B1
(235,164,177)
#EDB3BE
(237,179,190)
#EFC2CB
(239,194,203)
#F1D1D8
(241,209,216)
#F3E0E5
(243,224,229)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E15970; }

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

This text font color is #E15970.

Background Color

.myBgColor { background-color: #E15970; }

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

This div background color is #E15970.

Border color

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

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

This div border color is #E15970.

Opacity

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

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

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

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

This text has shadow with #E15970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E15970.

Preview

Color preview on black background

This text has color #E15970 on black background.


Color preview on white background

This text has color #E15970 on white background.


Black color preview on #E15970 background

This text has black color on #E15970 background.


White color preview on #E15970 background

This text has white color on #E15970 background.


Related colors

Complementary color

Complementary color for #hex is #1EA68F.


I love getcolorcode.com

Triadic colors

1 #70E159 and #5970E1 with #E15970 are triadic colors.

2 #7059E1 and #59E170 with #E15970 are triadic colors.