COLOR #EB3B76

HEX: #EB3B76
RGB: (235,59,118)

Color info

#EB3B76 contains mainly red color. Web safe color of #EB3B76 is #FF3366 (or #F36).

RGB color model

#EB3B76 color RGB value is (235,59,118).

  • red value is 235;
  • green value is 59;
  • blue value is 118.
RGB:
(235,59,118)
(92%,23%,46%)

RGB channels and saturation

R 235 of 255 = 92%
G 59 of 255 = 23%
B 118 of 255 = 46%

235
59
118

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

Portions of RGB colors in percentages

R + G + B =
235 + 59 + 118 = 412 (100%)
R 235 of 412 ~ 57.04%
G 59 of 412 ~ 14.32%
B 118 of 412 ~ 28.64%

%57.04
%14.32
%28.64

CMYK color model

#EB3B76 color CMYK value is (0,75,50,8).

  • cyan value is 0.00%
  • magenta value is 74.89%
  • yellow value is 49.79%
  • key color value is 7.84%
CMYK:
(0,75,50,8)
C0M75Y50K8 
(0%,75%,50%,8%)
(0.00/0.75/0.50/0.08)	

CMYK percentages

%0
%74.89
%49.79
%7.84

Codes

Color #EB3B76 in popluar color models

EB3B76
RGB23559118
HSL340°81.48%57.65%
HSB/HSV340°74.89%92.16%
CMYK0.00%74.89%49.79%
7.84%

Color #EB3B76 in popluar number systems.

HEXEB3B76
Decimal23559118
Binary111010111110111110110
Octal35373166

Shades and tints

Shades of #EB3B76

#EB3B76
(235,59,118)
#D6366C
(214,54,108)
#C13162
(193,49,98)
#AC2C58
(172,44,88)
#97274E
(151,39,78)
#822244
(130,34,68)
#6D1D3A
(109,29,58)
#581830
(88,24,48)
#431326
(67,19,38)
#2E0E1C
(46,14,28)
#190912
(25,9,18)
#000000
(0,0,0)

Tints of #EB3B76

#EB3B76
(235,59,118)
#EC4C82
(236,76,130)
#ED5D8E
(237,93,142)
#EE6E9A
(238,110,154)
#EF7FA6
(239,127,166)
#F090B2
(240,144,178)
#F1A1BE
(241,161,190)
#F2B2CA
(242,178,202)
#F3C3D6
(243,195,214)
#F4D4E2
(244,212,226)
#F5E5EE
(245,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB3B76; }

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

This text font color is #EB3B76.


Background Color

.myBgColor { background-color: #EB3B76; }

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

This div background color is #EB3B76.


Border color

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

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

This div border color is #EB3B76.


Opacity

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

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

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

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

This text has shadow with #EB3B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB3B76 on black background.


Color preview on white background

This text has color #EB3B76 on white background.



Black color preview on #EB3B76 background

This text has black color on #EB3B76 background.


White color preview on #EB3B76 background

This text has white color on #EB3B76 background.