COLOR #EA7C75

HEX: #EA7C75
RGB: (234,124,117)

Color info

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

RGB color model

#EA7C75 color RGB value is (234,124,117).

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

RGB channels and saturation

R 234 of 255 = 92%
G 124 of 255 = 49%
B 117 of 255 = 46%

234
124
117

R + G + B ~ 62%. #EA7C75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 124 + 117 = 475 (100%)
R 234 of 475 ~ 49.26%
G 124 of 475 ~ 26.11%
B 117 of 475 ~ 24.63%

%49.26
%26.11
%24.63

CMYK color model

#EA7C75 color CMYK value is (0,47,50,8).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 50.00%
  • key color value is 8.24%
CMYK:
(0,47,50,8)
C0M47Y50K8 
(0%,47%,50%,8%)
(0.00/0.47/0.50/0.08)	

CMYK percentages

%0
%47.01
%50
%8.24

Codes

Color #EA7C75 in popluar color models

EA7C75
RGB234124117
HSL73.58%68.82%
HSB/HSV50.00%91.76%
CMYK0.00%47.01%50.00%
8.24%

Color #EA7C75 in popluar number systems.

HEXEA7C75
Decimal234124117
Binary1110101011111001110101
Octal352174165

Shades and tints

Shades of #EA7C75

#EA7C75
(234,124,117)
#D5716B
(213,113,107)
#C06661
(192,102,97)
#AB5B57
(171,91,87)
#96504D
(150,80,77)
#814543
(129,69,67)
#6C3A39
(108,58,57)
#572F2F
(87,47,47)
#422425
(66,36,37)
#2D191B
(45,25,27)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #EA7C75

#EA7C75
(234,124,117)
#EB8781
(235,135,129)
#EC928D
(236,146,141)
#ED9D99
(237,157,153)
#EEA8A5
(238,168,165)
#EFB3B1
(239,179,177)
#F0BEBD
(240,190,189)
#F1C9C9
(241,201,201)
#F2D4D5
(242,212,213)
#F3DFE1
(243,223,225)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA7C75; }

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

This text font color is #EA7C75.


Background Color

.myBgColor { background-color: #EA7C75; }

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

This div background color is #EA7C75.


Border color

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

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

This div border color is #EA7C75.


Opacity

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

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

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

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

This text has shadow with #EA7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7C75 on black background.


Color preview on white background

This text has color #EA7C75 on white background.



Black color preview on #EA7C75 background

This text has black color on #EA7C75 background.


White color preview on #EA7C75 background

This text has white color on #EA7C75 background.