COLOR #EB114C

HEX: #EB114C
RGB: (235,17,76)

Color info

#EB114C contains mainly red color. Web safe color of #EB114C is #FF0033 (or #F03).

RGB color model

#EB114C color RGB value is (235,17,76).

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

RGB channels and saturation

R 235 of 255 = 92%
G 17 of 255 = 7%
B 76 of 255 = 30%

235
17
76

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

Portions of RGB colors in percentages

R + G + B =
235 + 17 + 76 = 328 (100%)
R 235 of 328 ~ 71.65%
G 17 of 328 ~ 5.18%
B 76 of 328 ~ 23.17%

%71.65
%23.17

CMYK color model

#EB114C color CMYK value is (0,93,68,8).

  • cyan value is 0.00%
  • magenta value is 92.77%
  • yellow value is 67.66%
  • key color value is 7.84%
CMYK:
(0,93,68,8)
C0M93Y68K8 
(0%,93%,68%,8%)
(0.00/0.93/0.68/0.08)	

CMYK percentages

%0
%92.77
%67.66
%7.84

Codes

Color #EB114C in popluar color models

EB114C
RGB2351776
HSL344°86.51%49.41%
HSB/HSV344°92.77%92.16%
CMYK0.00%92.77%67.66%
7.84%

Color #EB114C in popluar number systems.

HEXEB114C
Decimal2351776
Binary11101011100011001100
Octal35321114

Shades and tints

Shades of #EB114C

#EB114C
(235,17,76)
#D61046
(214,16,70)
#C10F40
(193,15,64)
#AC0E3A
(172,14,58)
#970D34
(151,13,52)
#820C2E
(130,12,46)
#6D0B28
(109,11,40)
#580A22
(88,10,34)
#43091C
(67,9,28)
#2E0816
(46,8,22)
#190710
(25,7,16)
#000000
(0,0,0)

Tints of #EB114C

#EB114C
(235,17,76)
#EC265C
(236,38,92)
#ED3B6C
(237,59,108)
#EE507C
(238,80,124)
#EF658C
(239,101,140)
#F07A9C
(240,122,156)
#F18FAC
(241,143,172)
#F2A4BC
(242,164,188)
#F3B9CC
(243,185,204)
#F4CEDC
(244,206,220)
#F5E3EC
(245,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB114C; }

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

This text font color is #EB114C.


Background Color

.myBgColor { background-color: #EB114C; }

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

This div background color is #EB114C.


Border color

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

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

This div border color is #EB114C.


Opacity

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

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

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

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

This text has shadow with #EB114C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB114C on black background.


Color preview on white background

This text has color #EB114C on white background.



Black color preview on #EB114C background

This text has black color on #EB114C background.


White color preview on #EB114C background

This text has white color on #EB114C background.