COLOR #EA516E

HEX: #EA516E
RGB: (234,81,110)

Color info

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

RGB color model

#EA516E color RGB value is (234,81,110).

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

RGB channels and saturation

R 234 of 255 = 92%
G 81 of 255 = 32%
B 110 of 255 = 43%

234
81
110

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

Portions of RGB colors in percentages

R + G + B =
234 + 81 + 110 = 425 (100%)
R 234 of 425 ~ 55.06%
G 81 of 425 ~ 19.06%
B 110 of 425 ~ 25.88%

%55.06
%19.06
%25.88

CMYK color model

#EA516E color CMYK value is (0,65,53,8).

  • cyan value is 0.00%
  • magenta value is 65.38%
  • yellow value is 52.99%
  • key color value is 8.24%
CMYK:
(0,65,53,8)
C0M65Y53K8 
(0%,65%,53%,8%)
(0.00/0.65/0.53/0.08)	

CMYK percentages

%0
%65.38
%52.99
%8.24

Codes

Color #EA516E in popluar color models

EA516E
RGB23481110
HSL349°78.46%61.76%
HSB/HSV349°65.38%91.76%
CMYK0.00%65.38%52.99%
8.24%

Color #EA516E in popluar number systems.

HEXEA516E
Decimal23481110
Binary1110101010100011101110
Octal352121156

Shades and tints

Shades of #EA516E

#EA516E
(234,81,110)
#D54A64
(213,74,100)
#C0435A
(192,67,90)
#AB3C50
(171,60,80)
#963546
(150,53,70)
#812E3C
(129,46,60)
#6C2732
(108,39,50)
#572028
(87,32,40)
#42191E
(66,25,30)
#2D1214
(45,18,20)
#180B0A
(24,11,10)
#000000
(0,0,0)

Tints of #EA516E

#EA516E
(234,81,110)
#EB607B
(235,96,123)
#EC6F88
(236,111,136)
#ED7E95
(237,126,149)
#EE8DA2
(238,141,162)
#EF9CAF
(239,156,175)
#F0ABBC
(240,171,188)
#F1BAC9
(241,186,201)
#F2C9D6
(242,201,214)
#F3D8E3
(243,216,227)
#F4E7F0
(244,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA516E; }

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

This text font color is #EA516E.


Background Color

.myBgColor { background-color: #EA516E; }

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

This div background color is #EA516E.


Border color

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

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

This div border color is #EA516E.


Opacity

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

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

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

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

This text has shadow with #EA516E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA516E on black background.


Color preview on white background

This text has color #EA516E on white background.



Black color preview on #EA516E background

This text has black color on #EA516E background.


White color preview on #EA516E background

This text has white color on #EA516E background.