COLOR #EE0EF7

HEX: #EE0EF7
RGB: (238,14,247)

Color info

#EE0EF7 contains mainly red and blue colors. Web safe color of #EE0EF7 is #FF00FF (or #F0F).

RGB color model

#EE0EF7 color RGB value is (238,14,247).

  • red value is 238;
  • green value is 14;
  • blue value is 247.
RGB:
(238,14,247)
(93%,5%,97%)

RGB channels and saturation

R 238 of 255 = 93%
G 14 of 255 = 5%
B 247 of 255 = 97%

238
14
247

R + G + B ~ 65%. #EE0EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 14 + 247 = 499 (100%)
R 238 of 499 ~ 47.7%
G 14 of 499 ~ 2.81%
B 247 of 499 ~ 49.5%

%47.7
%49.5

CMYK color model

#EE0EF7 color CMYK value is (4,94,0,3).

  • cyan value is 3.64%
  • magenta value is 94.33%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(4,94,0,3)
C4M94Y0K3 
(4%,94%,0%,3%)
(0.04/0.94/0.00/0.03)	

CMYK percentages

%3.64
%94.33
%0
%3.14

Codes

Color #EE0EF7 in popluar color models

EE0EF7
RGB23814247
HSL298°93.57%51.18%
HSB/HSV298°94.33%96.86%
CMYK3.64%94.33%0.00%
3.14%

Color #EE0EF7 in popluar number systems.

HEXEE0EF7
Decimal23814247
Binary11101110111011110111
Octal35616367

Shades and tints

Shades of #EE0EF7

#EE0EF7
(238,14,247)
#D90DE1
(217,13,225)
#C40CCB
(196,12,203)
#AF0BB5
(175,11,181)
#9A0A9F
(154,10,159)
#850989
(133,9,137)
#700873
(112,8,115)
#5B075D
(91,7,93)
#460647
(70,6,71)
#310531
(49,5,49)
#1C041B
(28,4,27)
#000000
(0,0,0)

Tints of #EE0EF7

#EE0EF7
(238,14,247)
#EF23F7
(239,35,247)
#F038F7
(240,56,247)
#F14DF7
(241,77,247)
#F262F7
(242,98,247)
#F377F7
(243,119,247)
#F48CF7
(244,140,247)
#F5A1F7
(245,161,247)
#F6B6F7
(246,182,247)
#F7CBF7
(247,203,247)
#F8E0F7
(248,224,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE0EF7 color. Also use rgb(238,14,247) instead hex code.

Text Font Color

.myTextColor { color: #EE0EF7; }

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

This text font color is #EE0EF7.


Background Color

.myBgColor { background-color: #EE0EF7; }

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

This div background color is #EE0EF7.


Border color

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

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

This div border color is #EE0EF7.


Opacity

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

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

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

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

This text has shadow with #EE0EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE0EF7 on black background.


Color preview on white background

This text has color #EE0EF7 on white background.



Black color preview on #EE0EF7 background

This text has black color on #EE0EF7 background.


White color preview on #EE0EF7 background

This text has white color on #EE0EF7 background.