COLOR #EF39E6

HEX: #EF39E6
RGB: (239,57,230)

Color info

#EF39E6 contains mainly red and blue colors. Web safe color of #EF39E6 is #FF33CC (or #F3C).

RGB color model

#EF39E6 color RGB value is (239,57,230).

  • red value is 239;
  • green value is 57;
  • blue value is 230.
RGB:
(239,57,230)
(94%,22%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 57 of 255 = 22%
B 230 of 255 = 90%

239
57
230

R + G + B ~ 69%. #EF39E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 57 + 230 = 526 (100%)
R 239 of 526 ~ 45.44%
G 57 of 526 ~ 10.84%
B 230 of 526 ~ 43.73%

%45.44
%10.84
%43.73

CMYK color model

#EF39E6 color CMYK value is (0,76,4,6).

  • cyan value is 0.00%
  • magenta value is 76.15%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,76,4,6)
C0M76Y4K6 
(0%,76%,4%,6%)
(0.00/0.76/0.04/0.06)	

CMYK percentages

%0
%76.15
%3.77
%6.27

Codes

Color #EF39E6 in popluar color models

EF39E6
RGB23957230
HSL303°85.05%58.04%
HSB/HSV303°76.15%93.73%
CMYK0.00%76.15%3.77%
6.27%

Color #EF39E6 in popluar number systems.

HEXEF39E6
Decimal23957230
Binary1110111111100111100110
Octal35771346

Shades and tints

Shades of #EF39E6

#EF39E6
(239,57,230)
#DA34D2
(218,52,210)
#C52FBE
(197,47,190)
#B02AAA
(176,42,170)
#9B2596
(155,37,150)
#862082
(134,32,130)
#711B6E
(113,27,110)
#5C165A
(92,22,90)
#471146
(71,17,70)
#320C32
(50,12,50)
#1D071E
(29,7,30)
#000000
(0,0,0)

Tints of #EF39E6

#EF39E6
(239,57,230)
#F04BE8
(240,75,232)
#F15DEA
(241,93,234)
#F26FEC
(242,111,236)
#F381EE
(243,129,238)
#F493F0
(244,147,240)
#F5A5F2
(245,165,242)
#F6B7F4
(246,183,244)
#F7C9F6
(247,201,246)
#F8DBF8
(248,219,248)
#F9EDFA
(249,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF39E6 color. Also use rgb(239,57,230) instead hex code.

Text Font Color

.myTextColor { color: #EF39E6; }

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

This text font color is #EF39E6.


Background Color

.myBgColor { background-color: #EF39E6; }

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

This div background color is #EF39E6.


Border color

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

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

This div border color is #EF39E6.


Opacity

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

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

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

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

This text has shadow with #EF39E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF39E6 on black background.


Color preview on white background

This text has color #EF39E6 on white background.



Black color preview on #EF39E6 background

This text has black color on #EF39E6 background.


White color preview on #EF39E6 background

This text has white color on #EF39E6 background.