COLOR #EA514E

HEX: #EA514E
RGB: (234,81,78)

Color info

#EA514E contains mainly red color. Web safe color of #EA514E is #FF6666 (or #F66).

RGB color model

#EA514E color RGB value is (234,81,78).

  • red value is 234;
  • green value is 81;
  • blue value is 78.
RGB:
(234,81,78)
(92%,32%,31%)

RGB channels and saturation

R 234 of 255 = 92%
G 81 of 255 = 32%
B 78 of 255 = 31%

234
81
78

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

Portions of RGB colors in percentages

R + G + B =
234 + 81 + 78 = 393 (100%)
R 234 of 393 ~ 59.54%
G 81 of 393 ~ 20.61%
B 78 of 393 ~ 19.85%

%59.54
%20.61
%19.85

CMYK color model

#EA514E color CMYK value is (0,65,67,8).

  • cyan value is 0.00%
  • magenta value is 65.38%
  • yellow value is 66.67%
  • key color value is 8.24%
CMYK:
(0,65,67,8)
C0M65Y67K8 
(0%,65%,67%,8%)
(0.00/0.65/0.67/0.08)	

CMYK percentages

%0
%65.38
%66.67
%8.24

Codes

Color #EA514E in popluar color models

EA514E
RGB2348178
HSL78.79%61.18%
HSB/HSV66.67%91.76%
CMYK0.00%65.38%66.67%
8.24%

Color #EA514E in popluar number systems.

HEXEA514E
Decimal2348178
Binary1110101010100011001110
Octal352121116

Shades and tints

Shades of #EA514E

#EA514E
(234,81,78)
#D54A47
(213,74,71)
#C04340
(192,67,64)
#AB3C39
(171,60,57)
#963532
(150,53,50)
#812E2B
(129,46,43)
#6C2724
(108,39,36)
#57201D
(87,32,29)
#421916
(66,25,22)
#2D120F
(45,18,15)
#180B08
(24,11,8)
#000000
(0,0,0)

Tints of #EA514E

#EA514E
(234,81,78)
#EB605E
(235,96,94)
#EC6F6E
(236,111,110)
#ED7E7E
(237,126,126)
#EE8D8E
(238,141,142)
#EF9C9E
(239,156,158)
#F0ABAE
(240,171,174)
#F1BABE
(241,186,190)
#F2C9CE
(242,201,206)
#F3D8DE
(243,216,222)
#F4E7EE
(244,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA514E color. Also use rgb(234,81,78) instead hex code.

Text Font Color

.myTextColor { color: #EA514E; }

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

This text font color is #EA514E.


Background Color

.myBgColor { background-color: #EA514E; }

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

This div background color is #EA514E.


Border color

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

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

This div border color is #EA514E.


Opacity

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

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

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

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

This text has shadow with #EA514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA514E on black background.


Color preview on white background

This text has color #EA514E on white background.



Black color preview on #EA514E background

This text has black color on #EA514E background.


White color preview on #EA514E background

This text has white color on #EA514E background.