COLOR #EF059E

HEX: #EF059E
RGB: (239,5,158)

Color info

#EF059E contains mainly red color. Web safe color of #EF059E is #FF0099 (or #F09).

RGB color model

#EF059E color RGB value is (239,5,158).

  • red value is 239;
  • green value is 5;
  • blue value is 158.
RGB:
(239,5,158)
(94%,2%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 5 of 255 = 2%
B 158 of 255 = 62%

239
5
158

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

Portions of RGB colors in percentages

R + G + B =
239 + 5 + 158 = 402 (100%)
R 239 of 402 ~ 59.45%
G 5 of 402 ~ 1.24%
B 158 of 402 ~ 39.3%

%59.45
%39.3

CMYK color model

#EF059E color CMYK value is (0,98,34,6).

  • cyan value is 0.00%
  • magenta value is 97.91%
  • yellow value is 33.89%
  • key color value is 6.27%
CMYK:
(0,98,34,6)
C0M98Y34K6 
(0%,98%,34%,6%)
(0.00/0.98/0.34/0.06)	

CMYK percentages

%0
%97.91
%33.89
%6.27

Codes

Color #EF059E in popluar color models

EF059E
RGB2395158
HSL321°95.90%47.84%
HSB/HSV321°97.91%93.73%
CMYK0.00%97.91%33.89%
6.27%

Color #EF059E in popluar number systems.

HEXEF059E
Decimal2395158
Binary1110111110110011110
Octal3575236

Shades and tints

Shades of #EF059E

#EF059E
(239,5,158)
#DA0590
(218,5,144)
#C50582
(197,5,130)
#B00574
(176,5,116)
#9B0566
(155,5,102)
#860558
(134,5,88)
#71054A
(113,5,74)
#5C053C
(92,5,60)
#47052E
(71,5,46)
#320520
(50,5,32)
#1D0512
(29,5,18)
#000000
(0,0,0)

Tints of #EF059E

#EF059E
(239,5,158)
#F01BA6
(240,27,166)
#F131AE
(241,49,174)
#F247B6
(242,71,182)
#F35DBE
(243,93,190)
#F473C6
(244,115,198)
#F589CE
(245,137,206)
#F69FD6
(246,159,214)
#F7B5DE
(247,181,222)
#F8CBE6
(248,203,230)
#F9E1EE
(249,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF059E color. Also use rgb(239,5,158) instead hex code.

Text Font Color

.myTextColor { color: #EF059E; }

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

This text font color is #EF059E.


Background Color

.myBgColor { background-color: #EF059E; }

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

This div background color is #EF059E.


Border color

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

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

This div border color is #EF059E.


Opacity

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

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

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

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

This text has shadow with #EF059E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF059E on black background.


Color preview on white background

This text has color #EF059E on white background.



Black color preview on #EF059E background

This text has black color on #EF059E background.


White color preview on #EF059E background

This text has white color on #EF059E background.