COLOR #EB7373

HEX: #EB7373
RGB: (235,115,115)

Color info

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

RGB color model

#EB7373 color RGB value is (235,115,115).

  • red value is 235;
  • green value is 115;
  • blue value is 115.
RGB:
(235,115,115)
(92%,45%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 115 of 255 = 45%
B 115 of 255 = 45%

235
115
115

R + G + B ~ 61%. #EB7373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 115 + 115 = 465 (100%)
R 235 of 465 ~ 50.54%
G 115 of 465 ~ 24.73%
B 115 of 465 ~ 24.73%

%50.54
%24.73
%24.73

CMYK color model

#EB7373 color CMYK value is (0,51,51,8).

  • cyan value is 0.00%
  • magenta value is 51.06%
  • yellow value is 51.06%
  • key color value is 7.84%
CMYK:
(0,51,51,8)
C0M51Y51K8 
(0%,51%,51%,8%)
(0.00/0.51/0.51/0.08)	

CMYK percentages

%0
%51.06
%51.06
%7.84

Codes

Color #EB7373 in popluar color models

EB7373
RGB235115115
HSL75.00%68.63%
HSB/HSV51.06%92.16%
CMYK0.00%51.06%51.06%
7.84%

Color #EB7373 in popluar number systems.

HEXEB7373
Decimal235115115
Binary1110101111100111110011
Octal353163163

Shades and tints

Shades of #EB7373

#EB7373
(235,115,115)
#D66969
(214,105,105)
#C15F5F
(193,95,95)
#AC5555
(172,85,85)
#974B4B
(151,75,75)
#824141
(130,65,65)
#6D3737
(109,55,55)
#582D2D
(88,45,45)
#432323
(67,35,35)
#2E1919
(46,25,25)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #EB7373

#EB7373
(235,115,115)
#EC7F7F
(236,127,127)
#ED8B8B
(237,139,139)
#EE9797
(238,151,151)
#EFA3A3
(239,163,163)
#F0AFAF
(240,175,175)
#F1BBBB
(241,187,187)
#F2C7C7
(242,199,199)
#F3D3D3
(243,211,211)
#F4DFDF
(244,223,223)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7373; }

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

This text font color is #EB7373.


Background Color

.myBgColor { background-color: #EB7373; }

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

This div background color is #EB7373.


Border color

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

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

This div border color is #EB7373.


Opacity

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

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

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

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

This text has shadow with #EB7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7373 on black background.


Color preview on white background

This text has color #EB7373 on white background.



Black color preview on #EB7373 background

This text has black color on #EB7373 background.


White color preview on #EB7373 background

This text has white color on #EB7373 background.