COLOR #E14B4E

HEX: #E14B4E
RGB: (225,75,78)

Color info

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

RGB color model

#E14B4E color RGB value is (225,75,78).

  • red value is 225;
  • green value is 75;
  • blue value is 78.
RGB:
(225,75,78)
(88%,29%,31%)

RGB channels and saturation

R 225 of 255 = 88%
G 75 of 255 = 29%
B 78 of 255 = 31%

225
75
78

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

Portions of RGB colors in percentages

R + G + B =
225 + 75 + 78 = 378 (100%)
R 225 of 378 ~ 59.52%
G 75 of 378 ~ 19.84%
B 78 of 378 ~ 20.63%

%59.52
%19.84
%20.63

CMYK color model

#E14B4E color CMYK value is (0,67,65,12).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 65.33%
  • key color value is 11.76%
CMYK:
(0,67,65,12)
C0M67Y65K12 
(0%,67%,65%,12%)
(0.00/0.67/0.65/0.12)	

CMYK percentages

%0
%66.67
%65.33
%11.76

Codes

Color #E14B4E in popluar color models

E14B4E
RGB2257578
HSL359°71.43%58.82%
HSB/HSV359°66.67%88.24%
CMYK0.00%66.67%65.33%
11.76%

Color #E14B4E in popluar number systems.

HEXE14B4E
Decimal2257578
Binary1110000110010111001110
Octal341113116

Shades and tints

Shades of #E14B4E

#E14B4E
(225,75,78)
#CD4547
(205,69,71)
#B93F40
(185,63,64)
#A53939
(165,57,57)
#913332
(145,51,50)
#7D2D2B
(125,45,43)
#692724
(105,39,36)
#55211D
(85,33,29)
#411B16
(65,27,22)
#2D150F
(45,21,15)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #E14B4E

#E14B4E
(225,75,78)
#E35B5E
(227,91,94)
#E56B6E
(229,107,110)
#E77B7E
(231,123,126)
#E98B8E
(233,139,142)
#EB9B9E
(235,155,158)
#EDABAE
(237,171,174)
#EFBBBE
(239,187,190)
#F1CBCE
(241,203,206)
#F3DBDE
(243,219,222)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14B4E color. Also use rgb(225,75,78) instead hex code.

Text Font Color

.myTextColor { color: #E14B4E; }

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

This text font color is #E14B4E.


Background Color

.myBgColor { background-color: #E14B4E; }

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

This div background color is #E14B4E.


Border color

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

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

This div border color is #E14B4E.


Opacity

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

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

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

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

This text has shadow with #E14B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14B4E on black background.


Color preview on white background

This text has color #E14B4E on white background.



Black color preview on #E14B4E background

This text has black color on #E14B4E background.


White color preview on #E14B4E background

This text has white color on #E14B4E background.