COLOR #EA7F93

HEX: #EA7F93
RGB: (234,127,147)

Color info

#EA7F93 contains mainly red color. Web safe color of #EA7F93 is #FF6699 (or #F69).

RGB color model

#EA7F93 color RGB value is (234,127,147).

  • red value is 234;
  • green value is 127;
  • blue value is 147.
RGB:
(234,127,147)
(92%,50%,58%)

RGB channels and saturation

R 234 of 255 = 92%
G 127 of 255 = 50%
B 147 of 255 = 58%

234
127
147

R + G + B ~ 67%. #EA7F93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 127 + 147 = 508 (100%)
R 234 of 508 ~ 46.06%
G 127 of 508 ~ 25%
B 147 of 508 ~ 28.94%

%46.06
%25
%28.94

CMYK color model

#EA7F93 color CMYK value is (0,46,37,8).

  • cyan value is 0.00%
  • magenta value is 45.73%
  • yellow value is 37.18%
  • key color value is 8.24%
CMYK:
(0,46,37,8)
C0M46Y37K8 
(0%,46%,37%,8%)
(0.00/0.46/0.37/0.08)	

CMYK percentages

%0
%45.73
%37.18
%8.24

Codes

Color #EA7F93 in popluar color models

EA7F93
RGB234127147
HSL349°71.81%70.78%
HSB/HSV349°45.73%91.76%
CMYK0.00%45.73%37.18%
8.24%

Color #EA7F93 in popluar number systems.

HEXEA7F93
Decimal234127147
Binary11101010111111110010011
Octal352177223

Shades and tints

Shades of #EA7F93

#EA7F93
(234,127,147)
#D57486
(213,116,134)
#C06979
(192,105,121)
#AB5E6C
(171,94,108)
#96535F
(150,83,95)
#814852
(129,72,82)
#6C3D45
(108,61,69)
#573238
(87,50,56)
#42272B
(66,39,43)
#2D1C1E
(45,28,30)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #EA7F93

#EA7F93
(234,127,147)
#EB8A9C
(235,138,156)
#EC95A5
(236,149,165)
#EDA0AE
(237,160,174)
#EEABB7
(238,171,183)
#EFB6C0
(239,182,192)
#F0C1C9
(240,193,201)
#F1CCD2
(241,204,210)
#F2D7DB
(242,215,219)
#F3E2E4
(243,226,228)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7F93 color. Also use rgb(234,127,147) instead hex code.

Text Font Color

.myTextColor { color: #EA7F93; }

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

This text font color is #EA7F93.


Background Color

.myBgColor { background-color: #EA7F93; }

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

This div background color is #EA7F93.


Border color

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

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

This div border color is #EA7F93.


Opacity

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

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

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

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

This text has shadow with #EA7F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7F93 on black background.


Color preview on white background

This text has color #EA7F93 on white background.



Black color preview on #EA7F93 background

This text has black color on #EA7F93 background.


White color preview on #EA7F93 background

This text has white color on #EA7F93 background.