COLOR #EB4A56

HEX: #EB4A56
RGB: (235,74,86)

Color info

#EB4A56 contains mainly red color. Web safe color of #EB4A56 is #FF3366 (or #F36).

RGB color model

#EB4A56 color RGB value is (235,74,86).

  • red value is 235;
  • green value is 74;
  • blue value is 86.
RGB:
(235,74,86)
(92%,29%,34%)

RGB channels and saturation

R 235 of 255 = 92%
G 74 of 255 = 29%
B 86 of 255 = 34%

235
74
86

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

Portions of RGB colors in percentages

R + G + B =
235 + 74 + 86 = 395 (100%)
R 235 of 395 ~ 59.49%
G 74 of 395 ~ 18.73%
B 86 of 395 ~ 21.77%

%59.49
%18.73
%21.77

CMYK color model

#EB4A56 color CMYK value is (0,69,63,8).

  • cyan value is 0.00%
  • magenta value is 68.51%
  • yellow value is 63.40%
  • key color value is 7.84%
CMYK:
(0,69,63,8)
C0M69Y63K8 
(0%,69%,63%,8%)
(0.00/0.69/0.63/0.08)	

CMYK percentages

%0
%68.51
%63.4
%7.84

Codes

Color #EB4A56 in popluar color models

EB4A56
RGB2357486
HSL356°80.10%60.59%
HSB/HSV356°68.51%92.16%
CMYK0.00%68.51%63.40%
7.84%

Color #EB4A56 in popluar number systems.

HEXEB4A56
Decimal2357486
Binary1110101110010101010110
Octal353112126

Shades and tints

Shades of #EB4A56

#EB4A56
(235,74,86)
#D6444F
(214,68,79)
#C13E48
(193,62,72)
#AC3841
(172,56,65)
#97323A
(151,50,58)
#822C33
(130,44,51)
#6D262C
(109,38,44)
#582025
(88,32,37)
#431A1E
(67,26,30)
#2E1417
(46,20,23)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #EB4A56

#EB4A56
(235,74,86)
#EC5A65
(236,90,101)
#ED6A74
(237,106,116)
#EE7A83
(238,122,131)
#EF8A92
(239,138,146)
#F09AA1
(240,154,161)
#F1AAB0
(241,170,176)
#F2BABF
(242,186,191)
#F3CACE
(243,202,206)
#F4DADD
(244,218,221)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4A56 color. Also use rgb(235,74,86) instead hex code.

Text Font Color

.myTextColor { color: #EB4A56; }

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

This text font color is #EB4A56.


Background Color

.myBgColor { background-color: #EB4A56; }

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

This div background color is #EB4A56.


Border color

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

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

This div border color is #EB4A56.


Opacity

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

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

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

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

This text has shadow with #EB4A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB4A56 on black background.


Color preview on white background

This text has color #EB4A56 on white background.



Black color preview on #EB4A56 background

This text has black color on #EB4A56 background.


White color preview on #EB4A56 background

This text has white color on #EB4A56 background.