COLOR #E14350

HEX: #E14350
RGB: (225,67,80)

Color info

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

RGB color model

#E14350 color RGB value is (225,67,80).

  • red value is 225;
  • green value is 67;
  • blue value is 80.
RGB:
(225,67,80)
(88%,26%,31%)

RGB channels and saturation

R 225 of 255 = 88%
G 67 of 255 = 26%
B 80 of 255 = 31%

225
67
80

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

Portions of RGB colors in percentages

R + G + B =
225 + 67 + 80 = 372 (100%)
R 225 of 372 ~ 60.48%
G 67 of 372 ~ 18.01%
B 80 of 372 ~ 21.51%

%60.48
%18.01
%21.51

CMYK color model

#E14350 color CMYK value is (0,70,64,12).

  • cyan value is 0.00%
  • magenta value is 70.22%
  • yellow value is 64.44%
  • key color value is 11.76%
CMYK:
(0,70,64,12)
C0M70Y64K12 
(0%,70%,64%,12%)
(0.00/0.70/0.64/0.12)	

CMYK percentages

%0
%70.22
%64.44
%11.76

Codes

Color #E14350 in popluar color models

E14350
RGB2256780
HSL355°72.48%57.25%
HSB/HSV355°70.22%88.24%
CMYK0.00%70.22%64.44%
11.76%

Color #E14350 in popluar number systems.

HEXE14350
Decimal2256780
Binary1110000110000111010000
Octal341103120

Shades and tints

Shades of #E14350

#E14350
(225,67,80)
#CD3D49
(205,61,73)
#B93742
(185,55,66)
#A5313B
(165,49,59)
#912B34
(145,43,52)
#7D252D
(125,37,45)
#691F26
(105,31,38)
#55191F
(85,25,31)
#411318
(65,19,24)
#2D0D11
(45,13,17)
#19070A
(25,7,10)
#000000
(0,0,0)

Tints of #E14350

#E14350
(225,67,80)
#E3545F
(227,84,95)
#E5656E
(229,101,110)
#E7767D
(231,118,125)
#E9878C
(233,135,140)
#EB989B
(235,152,155)
#EDA9AA
(237,169,170)
#EFBAB9
(239,186,185)
#F1CBC8
(241,203,200)
#F3DCD7
(243,220,215)
#F5EDE6
(245,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14350 color. Also use rgb(225,67,80) instead hex code.

Text Font Color

.myTextColor { color: #E14350; }

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

This text font color is #E14350.


Background Color

.myBgColor { background-color: #E14350; }

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

This div background color is #E14350.


Border color

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

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

This div border color is #E14350.


Opacity

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

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

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

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

This text has shadow with #E14350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14350 on black background.


Color preview on white background

This text has color #E14350 on white background.



Black color preview on #E14350 background

This text has black color on #E14350 background.


White color preview on #E14350 background

This text has white color on #E14350 background.