COLOR #EE4EFA

HEX: #EE4EFA
RGB: (238,78,250)

Color info

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

RGB color model

#EE4EFA color RGB value is (238,78,250).

  • red value is 238;
  • green value is 78;
  • blue value is 250.
RGB:
(238,78,250)
(93%,31%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 78 of 255 = 31%
B 250 of 255 = 98%

238
78
250

R + G + B ~ 74%. #EE4EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 78 + 250 = 566 (100%)
R 238 of 566 ~ 42.05%
G 78 of 566 ~ 13.78%
B 250 of 566 ~ 44.17%

%42.05
%13.78
%44.17

CMYK color model

#EE4EFA color CMYK value is (5,69,0,2).

  • cyan value is 4.80%
  • magenta value is 68.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,69,0,2)
C5M69Y0K2 
(5%,69%,0%,2%)
(0.05/0.69/0.00/0.02)	

CMYK percentages

%4.8
%68.8
%0
%1.96

Codes

Color #EE4EFA in popluar color models

EE4EFA
RGB23878250
HSL296°94.51%64.31%
HSB/HSV296°68.80%98.04%
CMYK4.80%68.80%0.00%
1.96%

Color #EE4EFA in popluar number systems.

HEXEE4EFA
Decimal23878250
Binary11101110100111011111010
Octal356116372

Shades and tints

Shades of #EE4EFA

#EE4EFA
(238,78,250)
#D947E4
(217,71,228)
#C440CE
(196,64,206)
#AF39B8
(175,57,184)
#9A32A2
(154,50,162)
#852B8C
(133,43,140)
#702476
(112,36,118)
#5B1D60
(91,29,96)
#46164A
(70,22,74)
#310F34
(49,15,52)
#1C081E
(28,8,30)
#000000
(0,0,0)

Tints of #EE4EFA

#EE4EFA
(238,78,250)
#EF5EFA
(239,94,250)
#F06EFA
(240,110,250)
#F17EFA
(241,126,250)
#F28EFA
(242,142,250)
#F39EFA
(243,158,250)
#F4AEFA
(244,174,250)
#F5BEFA
(245,190,250)
#F6CEFA
(246,206,250)
#F7DEFA
(247,222,250)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE4EFA color. Also use rgb(238,78,250) instead hex code.

Text Font Color

.myTextColor { color: #EE4EFA; }

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

This text font color is #EE4EFA.


Background Color

.myBgColor { background-color: #EE4EFA; }

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

This div background color is #EE4EFA.


Border color

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

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

This div border color is #EE4EFA.


Opacity

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

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

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

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

This text has shadow with #EE4EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE4EFA on black background.


Color preview on white background

This text has color #EE4EFA on white background.



Black color preview on #EE4EFA background

This text has black color on #EE4EFA background.


White color preview on #EE4EFA background

This text has white color on #EE4EFA background.