COLOR #EA7C8A

HEX: #EA7C8A
RGB: (234,124,138)

Color info

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

RGB color model

#EA7C8A color RGB value is (234,124,138).

  • red value is 234;
  • green value is 124;
  • blue value is 138.
RGB:
(234,124,138)
(92%,49%,54%)

RGB channels and saturation

R 234 of 255 = 92%
G 124 of 255 = 49%
B 138 of 255 = 54%

234
124
138

R + G + B ~ 65%. #EA7C8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 124 + 138 = 496 (100%)
R 234 of 496 ~ 47.18%
G 124 of 496 ~ 25%
B 138 of 496 ~ 27.82%

%47.18
%25
%27.82

CMYK color model

#EA7C8A color CMYK value is (0,47,41,8).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 41.03%
  • key color value is 8.24%
CMYK:
(0,47,41,8)
C0M47Y41K8 
(0%,47%,41%,8%)
(0.00/0.47/0.41/0.08)	

CMYK percentages

%0
%47.01
%41.03
%8.24

Codes

Color #EA7C8A in popluar color models

EA7C8A
RGB234124138
HSL352°72.37%70.20%
HSB/HSV352°47.01%91.76%
CMYK0.00%47.01%41.03%
8.24%

Color #EA7C8A in popluar number systems.

HEXEA7C8A
Decimal234124138
Binary11101010111110010001010
Octal352174212

Shades and tints

Shades of #EA7C8A

#EA7C8A
(234,124,138)
#D5717E
(213,113,126)
#C06672
(192,102,114)
#AB5B66
(171,91,102)
#96505A
(150,80,90)
#81454E
(129,69,78)
#6C3A42
(108,58,66)
#572F36
(87,47,54)
#42242A
(66,36,42)
#2D191E
(45,25,30)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #EA7C8A

#EA7C8A
(234,124,138)
#EB8794
(235,135,148)
#EC929E
(236,146,158)
#ED9DA8
(237,157,168)
#EEA8B2
(238,168,178)
#EFB3BC
(239,179,188)
#F0BEC6
(240,190,198)
#F1C9D0
(241,201,208)
#F2D4DA
(242,212,218)
#F3DFE4
(243,223,228)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7C8A color. Also use rgb(234,124,138) instead hex code.

Text Font Color

.myTextColor { color: #EA7C8A; }

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

This text font color is #EA7C8A.


Background Color

.myBgColor { background-color: #EA7C8A; }

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

This div background color is #EA7C8A.


Border color

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

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

This div border color is #EA7C8A.


Opacity

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

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

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

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

This text has shadow with #EA7C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7C8A on black background.


Color preview on white background

This text has color #EA7C8A on white background.



Black color preview on #EA7C8A background

This text has black color on #EA7C8A background.


White color preview on #EA7C8A background

This text has white color on #EA7C8A background.