COLOR #EB494B

HEX: #EB494B
RGB: (235,73,75)

Color info

#EB494B contains mainly red color. Web safe color of #EB494B is #FF3333 (or #F33).

RGB color model

#EB494B color RGB value is (235,73,75).

  • red value is 235;
  • green value is 73;
  • blue value is 75.
RGB:
(235,73,75)
(92%,29%,29%)

RGB channels and saturation

R 235 of 255 = 92%
G 73 of 255 = 29%
B 75 of 255 = 29%

235
73
75

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

Portions of RGB colors in percentages

R + G + B =
235 + 73 + 75 = 383 (100%)
R 235 of 383 ~ 61.36%
G 73 of 383 ~ 19.06%
B 75 of 383 ~ 19.58%

%61.36
%19.06
%19.58

CMYK color model

#EB494B color CMYK value is (0,69,68,8).

  • cyan value is 0.00%
  • magenta value is 68.94%
  • yellow value is 68.09%
  • key color value is 7.84%
CMYK:
(0,69,68,8)
C0M69Y68K8 
(0%,69%,68%,8%)
(0.00/0.69/0.68/0.08)	

CMYK percentages

%0
%68.94
%68.09
%7.84

Codes

Color #EB494B in popluar color models

EB494B
RGB2357375
HSL359°80.20%60.39%
HSB/HSV359°68.94%92.16%
CMYK0.00%68.94%68.09%
7.84%

Color #EB494B in popluar number systems.

HEXEB494B
Decimal2357375
Binary1110101110010011001011
Octal353111113

Shades and tints

Shades of #EB494B

#EB494B
(235,73,75)
#D64345
(214,67,69)
#C13D3F
(193,61,63)
#AC3739
(172,55,57)
#973133
(151,49,51)
#822B2D
(130,43,45)
#6D2527
(109,37,39)
#581F21
(88,31,33)
#43191B
(67,25,27)
#2E1315
(46,19,21)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #EB494B

#EB494B
(235,73,75)
#EC595B
(236,89,91)
#ED696B
(237,105,107)
#EE797B
(238,121,123)
#EF898B
(239,137,139)
#F0999B
(240,153,155)
#F1A9AB
(241,169,171)
#F2B9BB
(242,185,187)
#F3C9CB
(243,201,203)
#F4D9DB
(244,217,219)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB494B color. Also use rgb(235,73,75) instead hex code.

Text Font Color

.myTextColor { color: #EB494B; }

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

This text font color is #EB494B.


Background Color

.myBgColor { background-color: #EB494B; }

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

This div background color is #EB494B.


Border color

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

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

This div border color is #EB494B.


Opacity

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

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

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

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

This text has shadow with #EB494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB494B on black background.


Color preview on white background

This text has color #EB494B on white background.



Black color preview on #EB494B background

This text has black color on #EB494B background.


White color preview on #EB494B background

This text has white color on #EB494B background.