COLOR #EB1363

HEX: #EB1363
RGB: (235,19,99)

Color info

#EB1363 contains mainly red color. Web safe color of #EB1363 is #FF0066 (or #F06).

RGB color model

#EB1363 color RGB value is (235,19,99).

  • red value is 235;
  • green value is 19;
  • blue value is 99.
RGB:
(235,19,99)
(92%,7%,39%)

RGB channels and saturation

R 235 of 255 = 92%
G 19 of 255 = 7%
B 99 of 255 = 39%

235
19
99

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

Portions of RGB colors in percentages

R + G + B =
235 + 19 + 99 = 353 (100%)
R 235 of 353 ~ 66.57%
G 19 of 353 ~ 5.38%
B 99 of 353 ~ 28.05%

%66.57
%28.05

CMYK color model

#EB1363 color CMYK value is (0,92,58,8).

  • cyan value is 0.00%
  • magenta value is 91.91%
  • yellow value is 57.87%
  • key color value is 7.84%
CMYK:
(0,92,58,8)
C0M92Y58K8 
(0%,92%,58%,8%)
(0.00/0.92/0.58/0.08)	

CMYK percentages

%0
%91.91
%57.87
%7.84

Codes

Color #EB1363 in popluar color models

EB1363
RGB2351999
HSL338°85.04%49.80%
HSB/HSV338°91.91%92.16%
CMYK0.00%91.91%57.87%
7.84%

Color #EB1363 in popluar number systems.

HEXEB1363
Decimal2351999
Binary11101011100111100011
Octal35323143

Shades and tints

Shades of #EB1363

#EB1363
(235,19,99)
#D6125A
(214,18,90)
#C11151
(193,17,81)
#AC1048
(172,16,72)
#970F3F
(151,15,63)
#820E36
(130,14,54)
#6D0D2D
(109,13,45)
#580C24
(88,12,36)
#430B1B
(67,11,27)
#2E0A12
(46,10,18)
#190909
(25,9,9)
#000000
(0,0,0)

Tints of #EB1363

#EB1363
(235,19,99)
#EC2871
(236,40,113)
#ED3D7F
(237,61,127)
#EE528D
(238,82,141)
#EF679B
(239,103,155)
#F07CA9
(240,124,169)
#F191B7
(241,145,183)
#F2A6C5
(242,166,197)
#F3BBD3
(243,187,211)
#F4D0E1
(244,208,225)
#F5E5EF
(245,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB1363; }

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

This text font color is #EB1363.


Background Color

.myBgColor { background-color: #EB1363; }

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

This div background color is #EB1363.


Border color

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

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

This div border color is #EB1363.


Opacity

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

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

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

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

This text has shadow with #EB1363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB1363 on black background.


Color preview on white background

This text has color #EB1363 on white background.



Black color preview on #EB1363 background

This text has black color on #EB1363 background.


White color preview on #EB1363 background

This text has white color on #EB1363 background.