COLOR #EB364C

HEX: #EB364C
RGB: (235,54,76)

Color info

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

RGB color model

#EB364C color RGB value is (235,54,76).

  • red value is 235;
  • green value is 54;
  • blue value is 76.
RGB:
(235,54,76)
(92%,21%,30%)

RGB channels and saturation

R 235 of 255 = 92%
G 54 of 255 = 21%
B 76 of 255 = 30%

235
54
76

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

Portions of RGB colors in percentages

R + G + B =
235 + 54 + 76 = 365 (100%)
R 235 of 365 ~ 64.38%
G 54 of 365 ~ 14.79%
B 76 of 365 ~ 20.82%

%64.38
%14.79
%20.82

CMYK color model

#EB364C color CMYK value is (0,77,68,8).

  • cyan value is 0.00%
  • magenta value is 77.02%
  • yellow value is 67.66%
  • key color value is 7.84%
CMYK:
(0,77,68,8)
C0M77Y68K8 
(0%,77%,68%,8%)
(0.00/0.77/0.68/0.08)	

CMYK percentages

%0
%77.02
%67.66
%7.84

Codes

Color #EB364C in popluar color models

EB364C
RGB2355476
HSL353°81.90%56.67%
HSB/HSV353°77.02%92.16%
CMYK0.00%77.02%67.66%
7.84%

Color #EB364C in popluar number systems.

HEXEB364C
Decimal2355476
Binary111010111101101001100
Octal35366114

Shades and tints

Shades of #EB364C

#EB364C
(235,54,76)
#D63246
(214,50,70)
#C12E40
(193,46,64)
#AC2A3A
(172,42,58)
#972634
(151,38,52)
#82222E
(130,34,46)
#6D1E28
(109,30,40)
#581A22
(88,26,34)
#43161C
(67,22,28)
#2E1216
(46,18,22)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #EB364C

#EB364C
(235,54,76)
#EC485C
(236,72,92)
#ED5A6C
(237,90,108)
#EE6C7C
(238,108,124)
#EF7E8C
(239,126,140)
#F0909C
(240,144,156)
#F1A2AC
(241,162,172)
#F2B4BC
(242,180,188)
#F3C6CC
(243,198,204)
#F4D8DC
(244,216,220)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB364C; }

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

This text font color is #EB364C.


Background Color

.myBgColor { background-color: #EB364C; }

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

This div background color is #EB364C.


Border color

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

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

This div border color is #EB364C.


Opacity

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

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

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

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

This text has shadow with #EB364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB364C on black background.


Color preview on white background

This text has color #EB364C on white background.



Black color preview on #EB364C background

This text has black color on #EB364C background.


White color preview on #EB364C background

This text has white color on #EB364C background.