COLOR #E15854

HEX: #E15854
RGB: (225,88,84)

Color info

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

RGB color model

#E15854 color RGB value is (225,88,84).

  • red value is 225;
  • green value is 88;
  • blue value is 84.
RGB:
(225,88,84)
(88%,35%,33%)

RGB channels and saturation

R 225 of 255 = 88%
G 88 of 255 = 35%
B 84 of 255 = 33%

225
88
84

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

Portions of RGB colors in percentages

R + G + B =
225 + 88 + 84 = 397 (100%)
R 225 of 397 ~ 56.68%
G 88 of 397 ~ 22.17%
B 84 of 397 ~ 21.16%

%56.68
%22.17
%21.16

CMYK color model

#E15854 color CMYK value is (0,61,63,12).

  • cyan value is 0.00%
  • magenta value is 60.89%
  • yellow value is 62.67%
  • key color value is 11.76%
CMYK:
(0,61,63,12)
C0M61Y63K12 
(0%,61%,63%,12%)
(0.00/0.61/0.63/0.12)	

CMYK percentages

%0
%60.89
%62.67
%11.76

Codes

Color #E15854 in popluar color models

E15854
RGB2258884
HSL70.15%60.59%
HSB/HSV62.67%88.24%
CMYK0.00%60.89%62.67%
11.76%

Color #E15854 in popluar number systems.

HEXE15854
Decimal2258884
Binary1110000110110001010100
Octal341130124

Shades and tints

Shades of #E15854

#E15854
(225,88,84)
#CD504D
(205,80,77)
#B94846
(185,72,70)
#A5403F
(165,64,63)
#913838
(145,56,56)
#7D3031
(125,48,49)
#69282A
(105,40,42)
#552023
(85,32,35)
#41181C
(65,24,28)
#2D1015
(45,16,21)
#19080E
(25,8,14)
#000000
(0,0,0)

Tints of #E15854

#E15854
(225,88,84)
#E36763
(227,103,99)
#E57672
(229,118,114)
#E78581
(231,133,129)
#E99490
(233,148,144)
#EBA39F
(235,163,159)
#EDB2AE
(237,178,174)
#EFC1BD
(239,193,189)
#F1D0CC
(241,208,204)
#F3DFDB
(243,223,219)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15854 color. Also use rgb(225,88,84) instead hex code.

Text Font Color

.myTextColor { color: #E15854; }

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

This text font color is #E15854.


Background Color

.myBgColor { background-color: #E15854; }

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

This div background color is #E15854.


Border color

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

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

This div border color is #E15854.


Opacity

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

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

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

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

This text has shadow with #E15854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15854 on black background.


Color preview on white background

This text has color #E15854 on white background.



Black color preview on #E15854 background

This text has black color on #E15854 background.


White color preview on #E15854 background

This text has white color on #E15854 background.