COLOR #EB3773

HEX: #EB3773 RGB: (235,55,115)

Color info

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

RGB color model

#EB3773 color RGB value is (235,55,115).

RGB: (235,55,115) (92%, 22%, 45%)

RGB channels and saturation

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

235
55
115

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

Portions of RGB colors in percentages

R + G + B = 235 + 55 + 115 = 405 (100%)
R 235 of 405 ~ 58.02%
G 55 of 405 ~ 13.58%
B 115 of 405 ~ 28.4'%

%58.02
%13.58
%28.4

CMYK color model

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

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

CMYK percentages

%0
%76.6
%51.06
%7.84

Codes

Color #EB3773 in popluar color models

EB 37 73
RGB 235 55 115
HSL 340° 81.82% 56.86%
HSB/HSV 340° 76.60% 92.16%
CMYK 0.00% 76.60% 51.06%
7.84%

Color #EB3773 in popluar number systems.

HEX EB 37 73
Decimal 235 55 115
Binary 11101011 110111 1110011
Octal 353 67 163

Shades and tints

Shades of #EB3773

#EB3773
(235,55,115)
#D63269
(214,50,105)
#C12D5F
(193,45,95)
#AC2855
(172,40,85)
#97234B
(151,35,75)
#821E41
(130,30,65)
#6D1937
(109,25,55)
#58142D
(88,20,45)
#430F23
(67,15,35)
#2E0A19
(46,10,25)
#19050F
(25,5,15)
#000000
(0,0,0)

Tints of #EB3773

#EB3773
(235,55,115)
#EC497F
(236,73,127)
#ED5B8B
(237,91,139)
#EE6D97
(238,109,151)
#EF7FA3
(239,127,163)
#F091AF
(240,145,175)
#F1A3BB
(241,163,187)
#F2B5C7
(242,181,199)
#F3C7D3
(243,199,211)
#F4D9DF
(244,217,223)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB3773; }

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

This text font color is #EB3773.

Background Color

.myBgColor { background-color: #EB3773; }

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

This div background color is #EB3773.

Border color

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

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

This div border color is #EB3773.

Opacity

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

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

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

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

This text has shadow with #EB3773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB3773.

Preview

Color preview on black background

This text has color #EB3773 on black background.


Color preview on white background

This text has color #EB3773 on white background.


Black color preview on #EB3773 background

This text has black color on #EB3773 background.


White color preview on #EB3773 background

This text has white color on #EB3773 background.


Related colors

Complementary color

Complementary color for #hex is #14C88C.


I love getcolorcode.com

Triadic colors

1 #73EB37 and #3773EB with #EB3773 are triadic colors.

2 #7337EB and #37EB73 with #EB3773 are triadic colors.