COLOR #EA5F7A

HEX: #EA5F7A
RGB: (234,95,122)

Color info

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

RGB color model

#EA5F7A color RGB value is (234,95,122).

  • red value is 234;
  • green value is 95;
  • blue value is 122.
RGB:
(234,95,122)
(92%,37%,48%)

RGB channels and saturation

R 234 of 255 = 92%
G 95 of 255 = 37%
B 122 of 255 = 48%

234
95
122

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

Portions of RGB colors in percentages

R + G + B =
234 + 95 + 122 = 451 (100%)
R 234 of 451 ~ 51.88%
G 95 of 451 ~ 21.06%
B 122 of 451 ~ 27.05%

%51.88
%21.06
%27.05

CMYK color model

#EA5F7A color CMYK value is (0,59,48,8).

  • cyan value is 0.00%
  • magenta value is 59.40%
  • yellow value is 47.86%
  • key color value is 8.24%
CMYK:
(0,59,48,8)
C0M59Y48K8 
(0%,59%,48%,8%)
(0.00/0.59/0.48/0.08)	

CMYK percentages

%0
%59.4
%47.86
%8.24

Codes

Color #EA5F7A in popluar color models

EA5F7A
RGB23495122
HSL348°76.80%64.51%
HSB/HSV348°59.40%91.76%
CMYK0.00%59.40%47.86%
8.24%

Color #EA5F7A in popluar number systems.

HEXEA5F7A
Decimal23495122
Binary1110101010111111111010
Octal352137172

Shades and tints

Shades of #EA5F7A

#EA5F7A
(234,95,122)
#D5576F
(213,87,111)
#C04F64
(192,79,100)
#AB4759
(171,71,89)
#963F4E
(150,63,78)
#813743
(129,55,67)
#6C2F38
(108,47,56)
#57272D
(87,39,45)
#421F22
(66,31,34)
#2D1717
(45,23,23)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #EA5F7A

#EA5F7A
(234,95,122)
#EB6D86
(235,109,134)
#EC7B92
(236,123,146)
#ED899E
(237,137,158)
#EE97AA
(238,151,170)
#EFA5B6
(239,165,182)
#F0B3C2
(240,179,194)
#F1C1CE
(241,193,206)
#F2CFDA
(242,207,218)
#F3DDE6
(243,221,230)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5F7A color. Also use rgb(234,95,122) instead hex code.

Text Font Color

.myTextColor { color: #EA5F7A; }

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

This text font color is #EA5F7A.


Background Color

.myBgColor { background-color: #EA5F7A; }

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

This div background color is #EA5F7A.


Border color

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

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

This div border color is #EA5F7A.


Opacity

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

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

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

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

This text has shadow with #EA5F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5F7A on black background.


Color preview on white background

This text has color #EA5F7A on white background.



Black color preview on #EA5F7A background

This text has black color on #EA5F7A background.


White color preview on #EA5F7A background

This text has white color on #EA5F7A background.