COLOR #EB4588

HEX: #EB4588
RGB: (235,69,136)

Color info

#EB4588 contains mainly red color. Web safe color of #EB4588 is #FF3399 (or #F39).

RGB color model

#EB4588 color RGB value is (235,69,136).

  • red value is 235;
  • green value is 69;
  • blue value is 136.
RGB:
(235,69,136)
(92%,27%,53%)

RGB channels and saturation

R 235 of 255 = 92%
G 69 of 255 = 27%
B 136 of 255 = 53%

235
69
136

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

Portions of RGB colors in percentages

R + G + B =
235 + 69 + 136 = 440 (100%)
R 235 of 440 ~ 53.41%
G 69 of 440 ~ 15.68%
B 136 of 440 ~ 30.91%

%53.41
%15.68
%30.91

CMYK color model

#EB4588 color CMYK value is (0,71,42,8).

  • cyan value is 0.00%
  • magenta value is 70.64%
  • yellow value is 42.13%
  • key color value is 7.84%
CMYK:
(0,71,42,8)
C0M71Y42K8 
(0%,71%,42%,8%)
(0.00/0.71/0.42/0.08)	

CMYK percentages

%0
%70.64
%42.13
%7.84

Codes

Color #EB4588 in popluar color models

EB4588
RGB23569136
HSL336°80.58%59.61%
HSB/HSV336°70.64%92.16%
CMYK0.00%70.64%42.13%
7.84%

Color #EB4588 in popluar number systems.

HEXEB4588
Decimal23569136
Binary11101011100010110001000
Octal353105210

Shades and tints

Shades of #EB4588

#EB4588
(235,69,136)
#D63F7C
(214,63,124)
#C13970
(193,57,112)
#AC3364
(172,51,100)
#972D58
(151,45,88)
#82274C
(130,39,76)
#6D2140
(109,33,64)
#581B34
(88,27,52)
#431528
(67,21,40)
#2E0F1C
(46,15,28)
#190910
(25,9,16)
#000000
(0,0,0)

Tints of #EB4588

#EB4588
(235,69,136)
#EC5592
(236,85,146)
#ED659C
(237,101,156)
#EE75A6
(238,117,166)
#EF85B0
(239,133,176)
#F095BA
(240,149,186)
#F1A5C4
(241,165,196)
#F2B5CE
(242,181,206)
#F3C5D8
(243,197,216)
#F4D5E2
(244,213,226)
#F5E5EC
(245,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4588 color. Also use rgb(235,69,136) instead hex code.

Text Font Color

.myTextColor { color: #EB4588; }

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

This text font color is #EB4588.


Background Color

.myBgColor { background-color: #EB4588; }

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

This div background color is #EB4588.


Border color

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

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

This div border color is #EB4588.


Opacity

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

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

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

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

This text has shadow with #EB4588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB4588 on black background.


Color preview on white background

This text has color #EB4588 on white background.



Black color preview on #EB4588 background

This text has black color on #EB4588 background.


White color preview on #EB4588 background

This text has white color on #EB4588 background.