COLOR #EF5EFA

HEX: #EF5EFA
RGB: (239,94,250)

Color info

#EF5EFA contains mainly red and blue colors. Web safe color of #EF5EFA is #FF66FF (or #F6F).

RGB color model

#EF5EFA color RGB value is (239,94,250).

  • red value is 239;
  • green value is 94;
  • blue value is 250.
RGB:
(239,94,250)
(94%,37%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 94 of 255 = 37%
B 250 of 255 = 98%

239
94
250

R + G + B ~ 76%. #EF5EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 94 + 250 = 583 (100%)
R 239 of 583 ~ 40.99%
G 94 of 583 ~ 16.12%
B 250 of 583 ~ 42.88%

%40.99
%16.12
%42.88

CMYK color model

#EF5EFA color CMYK value is (4,62,0,2).

  • cyan value is 4.40%
  • magenta value is 62.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,62,0,2)
C4M62Y0K2 
(4%,62%,0%,2%)
(0.04/0.62/0.00/0.02)	

CMYK percentages

%4.4
%62.4
%0
%1.96

Codes

Color #EF5EFA in popluar color models

EF5EFA
RGB23994250
HSL296°93.98%67.45%
HSB/HSV296°62.40%98.04%
CMYK4.40%62.40%0.00%
1.96%

Color #EF5EFA in popluar number systems.

HEXEF5EFA
Decimal23994250
Binary11101111101111011111010
Octal357136372

Shades and tints

Shades of #EF5EFA

#EF5EFA
(239,94,250)
#DA56E4
(218,86,228)
#C54ECE
(197,78,206)
#B046B8
(176,70,184)
#9B3EA2
(155,62,162)
#86368C
(134,54,140)
#712E76
(113,46,118)
#5C2660
(92,38,96)
#471E4A
(71,30,74)
#321634
(50,22,52)
#1D0E1E
(29,14,30)
#000000
(0,0,0)

Tints of #EF5EFA

#EF5EFA
(239,94,250)
#F06CFA
(240,108,250)
#F17AFA
(241,122,250)
#F288FA
(242,136,250)
#F396FA
(243,150,250)
#F4A4FA
(244,164,250)
#F5B2FA
(245,178,250)
#F6C0FA
(246,192,250)
#F7CEFA
(247,206,250)
#F8DCFA
(248,220,250)
#F9EAFA
(249,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5EFA color. Also use rgb(239,94,250) instead hex code.

Text Font Color

.myTextColor { color: #EF5EFA; }

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

This text font color is #EF5EFA.


Background Color

.myBgColor { background-color: #EF5EFA; }

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

This div background color is #EF5EFA.


Border color

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

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

This div border color is #EF5EFA.


Opacity

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

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

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

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

This text has shadow with #EF5EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5EFA on black background.


Color preview on white background

This text has color #EF5EFA on white background.



Black color preview on #EF5EFA background

This text has black color on #EF5EFA background.


White color preview on #EF5EFA background

This text has white color on #EF5EFA background.