COLOR #EA6355

HEX: #EA6355
RGB: (234,99,85)

Color info

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

RGB color model

#EA6355 color RGB value is (234,99,85).

  • red value is 234;
  • green value is 99;
  • blue value is 85.
RGB:
(234,99,85)
(92%,39%,33%)

RGB channels and saturation

R 234 of 255 = 92%
G 99 of 255 = 39%
B 85 of 255 = 33%

234
99
85

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

Portions of RGB colors in percentages

R + G + B =
234 + 99 + 85 = 418 (100%)
R 234 of 418 ~ 55.98%
G 99 of 418 ~ 23.68%
B 85 of 418 ~ 20.33%

%55.98
%23.68
%20.33

CMYK color model

#EA6355 color CMYK value is (0,58,64,8).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 63.68%
  • key color value is 8.24%
CMYK:
(0,58,64,8)
C0M58Y64K8 
(0%,58%,64%,8%)
(0.00/0.58/0.64/0.08)	

CMYK percentages

%0
%57.69
%63.68
%8.24

Codes

Color #EA6355 in popluar color models

EA6355
RGB2349985
HSL78.01%62.55%
HSB/HSV63.68%91.76%
CMYK0.00%57.69%63.68%
8.24%

Color #EA6355 in popluar number systems.

HEXEA6355
Decimal2349985
Binary1110101011000111010101
Octal352143125

Shades and tints

Shades of #EA6355

#EA6355
(234,99,85)
#D55A4E
(213,90,78)
#C05147
(192,81,71)
#AB4840
(171,72,64)
#963F39
(150,63,57)
#813632
(129,54,50)
#6C2D2B
(108,45,43)
#572424
(87,36,36)
#421B1D
(66,27,29)
#2D1216
(45,18,22)
#18090F
(24,9,15)
#000000
(0,0,0)

Tints of #EA6355

#EA6355
(234,99,85)
#EB7164
(235,113,100)
#EC7F73
(236,127,115)
#ED8D82
(237,141,130)
#EE9B91
(238,155,145)
#EFA9A0
(239,169,160)
#F0B7AF
(240,183,175)
#F1C5BE
(241,197,190)
#F2D3CD
(242,211,205)
#F3E1DC
(243,225,220)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6355 color. Also use rgb(234,99,85) instead hex code.

Text Font Color

.myTextColor { color: #EA6355; }

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

This text font color is #EA6355.


Background Color

.myBgColor { background-color: #EA6355; }

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

This div background color is #EA6355.


Border color

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

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

This div border color is #EA6355.


Opacity

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

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

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

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

This text has shadow with #EA6355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6355 on black background.


Color preview on white background

This text has color #EA6355 on white background.



Black color preview on #EA6355 background

This text has black color on #EA6355 background.


White color preview on #EA6355 background

This text has white color on #EA6355 background.