COLOR #E15A5F

HEX: #E15A5F
RGB: (225,90,95)

Color info

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

RGB color model

#E15A5F color RGB value is (225,90,95).

  • red value is 225;
  • green value is 90;
  • blue value is 95.
RGB:
(225,90,95)
(88%,35%,37%)

RGB channels and saturation

R 225 of 255 = 88%
G 90 of 255 = 35%
B 95 of 255 = 37%

225
90
95

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

Portions of RGB colors in percentages

R + G + B =
225 + 90 + 95 = 410 (100%)
R 225 of 410 ~ 54.88%
G 90 of 410 ~ 21.95%
B 95 of 410 ~ 23.17%

%54.88
%21.95
%23.17

CMYK color model

#E15A5F color CMYK value is (0,60,58,12).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 57.78%
  • key color value is 11.76%
CMYK:
(0,60,58,12)
C0M60Y58K12 
(0%,60%,58%,12%)
(0.00/0.60/0.58/0.12)	

CMYK percentages

%0
%60
%57.78
%11.76

Codes

Color #E15A5F in popluar color models

E15A5F
RGB2259095
HSL358°69.23%61.76%
HSB/HSV358°60.00%88.24%
CMYK0.00%60.00%57.78%
11.76%

Color #E15A5F in popluar number systems.

HEXE15A5F
Decimal2259095
Binary1110000110110101011111
Octal341132137

Shades and tints

Shades of #E15A5F

#E15A5F
(225,90,95)
#CD5257
(205,82,87)
#B94A4F
(185,74,79)
#A54247
(165,66,71)
#913A3F
(145,58,63)
#7D3237
(125,50,55)
#692A2F
(105,42,47)
#552227
(85,34,39)
#411A1F
(65,26,31)
#2D1217
(45,18,23)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #E15A5F

#E15A5F
(225,90,95)
#E3696D
(227,105,109)
#E5787B
(229,120,123)
#E78789
(231,135,137)
#E99697
(233,150,151)
#EBA5A5
(235,165,165)
#EDB4B3
(237,180,179)
#EFC3C1
(239,195,193)
#F1D2CF
(241,210,207)
#F3E1DD
(243,225,221)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15A5F color. Also use rgb(225,90,95) instead hex code.

Text Font Color

.myTextColor { color: #E15A5F; }

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

This text font color is #E15A5F.


Background Color

.myBgColor { background-color: #E15A5F; }

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

This div background color is #E15A5F.


Border color

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

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

This div border color is #E15A5F.


Opacity

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

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

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

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

This text has shadow with #E15A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15A5F on black background.


Color preview on white background

This text has color #E15A5F on white background.



Black color preview on #E15A5F background

This text has black color on #E15A5F background.


White color preview on #E15A5F background

This text has white color on #E15A5F background.