COLOR #EF59B8

HEX: #EF59B8
RGB: (239,89,184)

Color info

#EF59B8 contains mainly red and blue colors. Web safe color of #EF59B8 is #FF66CC (or #F6C).

RGB color model

#EF59B8 color RGB value is (239,89,184).

  • red value is 239;
  • green value is 89;
  • blue value is 184.
RGB:
(239,89,184)
(94%,35%,72%)

RGB channels and saturation

R 239 of 255 = 94%
G 89 of 255 = 35%
B 184 of 255 = 72%

239
89
184

R + G + B ~ 67%. #EF59B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 89 + 184 = 512 (100%)
R 239 of 512 ~ 46.68%
G 89 of 512 ~ 17.38%
B 184 of 512 ~ 35.94%

%46.68
%17.38
%35.94

CMYK color model

#EF59B8 color CMYK value is (0,63,23,6).

  • cyan value is 0.00%
  • magenta value is 62.76%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(0,63,23,6)
C0M63Y23K6 
(0%,63%,23%,6%)
(0.00/0.63/0.23/0.06)	

CMYK percentages

%0
%62.76
%23.01
%6.27

Codes

Color #EF59B8 in popluar color models

EF59B8
RGB23989184
HSL322°82.42%64.31%
HSB/HSV322°62.76%93.73%
CMYK0.00%62.76%23.01%
6.27%

Color #EF59B8 in popluar number systems.

HEXEF59B8
Decimal23989184
Binary11101111101100110111000
Octal357131270

Shades and tints

Shades of #EF59B8

#EF59B8
(239,89,184)
#DA51A8
(218,81,168)
#C54998
(197,73,152)
#B04188
(176,65,136)
#9B3978
(155,57,120)
#863168
(134,49,104)
#712958
(113,41,88)
#5C2148
(92,33,72)
#471938
(71,25,56)
#321128
(50,17,40)
#1D0918
(29,9,24)
#000000
(0,0,0)

Tints of #EF59B8

#EF59B8
(239,89,184)
#F068BE
(240,104,190)
#F177C4
(241,119,196)
#F286CA
(242,134,202)
#F395D0
(243,149,208)
#F4A4D6
(244,164,214)
#F5B3DC
(245,179,220)
#F6C2E2
(246,194,226)
#F7D1E8
(247,209,232)
#F8E0EE
(248,224,238)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF59B8 color. Also use rgb(239,89,184) instead hex code.

Text Font Color

.myTextColor { color: #EF59B8; }

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

This text font color is #EF59B8.


Background Color

.myBgColor { background-color: #EF59B8; }

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

This div background color is #EF59B8.


Border color

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

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

This div border color is #EF59B8.


Opacity

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

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

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

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

This text has shadow with #EF59B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF59B8 on black background.


Color preview on white background

This text has color #EF59B8 on white background.



Black color preview on #EF59B8 background

This text has black color on #EF59B8 background.


White color preview on #EF59B8 background

This text has white color on #EF59B8 background.