COLOR #EA565A

HEX: #EA565A
RGB: (234,86,90)

Color info

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

RGB color model

#EA565A color RGB value is (234,86,90).

  • red value is 234;
  • green value is 86;
  • blue value is 90.
RGB:
(234,86,90)
(92%,34%,35%)

RGB channels and saturation

R 234 of 255 = 92%
G 86 of 255 = 34%
B 90 of 255 = 35%

234
86
90

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

Portions of RGB colors in percentages

R + G + B =
234 + 86 + 90 = 410 (100%)
R 234 of 410 ~ 57.07%
G 86 of 410 ~ 20.98%
B 90 of 410 ~ 21.95%

%57.07
%20.98
%21.95

CMYK color model

#EA565A color CMYK value is (0,63,62,8).

  • cyan value is 0.00%
  • magenta value is 63.25%
  • yellow value is 61.54%
  • key color value is 8.24%
CMYK:
(0,63,62,8)
C0M63Y62K8 
(0%,63%,62%,8%)
(0.00/0.63/0.62/0.08)	

CMYK percentages

%0
%63.25
%61.54
%8.24

Codes

Color #EA565A in popluar color models

EA565A
RGB2348690
HSL358°77.89%62.75%
HSB/HSV358°63.25%91.76%
CMYK0.00%63.25%61.54%
8.24%

Color #EA565A in popluar number systems.

HEXEA565A
Decimal2348690
Binary1110101010101101011010
Octal352126132

Shades and tints

Shades of #EA565A

#EA565A
(234,86,90)
#D54F52
(213,79,82)
#C0484A
(192,72,74)
#AB4142
(171,65,66)
#963A3A
(150,58,58)
#813332
(129,51,50)
#6C2C2A
(108,44,42)
#572522
(87,37,34)
#421E1A
(66,30,26)
#2D1712
(45,23,18)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #EA565A

#EA565A
(234,86,90)
#EB6569
(235,101,105)
#EC7478
(236,116,120)
#ED8387
(237,131,135)
#EE9296
(238,146,150)
#EFA1A5
(239,161,165)
#F0B0B4
(240,176,180)
#F1BFC3
(241,191,195)
#F2CED2
(242,206,210)
#F3DDE1
(243,221,225)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA565A color. Also use rgb(234,86,90) instead hex code.

Text Font Color

.myTextColor { color: #EA565A; }

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

This text font color is #EA565A.


Background Color

.myBgColor { background-color: #EA565A; }

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

This div background color is #EA565A.


Border color

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

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

This div border color is #EA565A.


Opacity

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

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

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

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

This text has shadow with #EA565A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA565A on black background.


Color preview on white background

This text has color #EA565A on white background.



Black color preview on #EA565A background

This text has black color on #EA565A background.


White color preview on #EA565A background

This text has white color on #EA565A background.