COLOR #EE81F4

HEX: #EE81F4
RGB: (238,129,244)

Color info

#EE81F4 contains mainly red and blue colors. Web safe color of #EE81F4 is #FF99FF (or #F9F).

RGB color model

#EE81F4 color RGB value is (238,129,244).

  • red value is 238;
  • green value is 129;
  • blue value is 244.
RGB:
(238,129,244)
(93%,51%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 129 of 255 = 51%
B 244 of 255 = 96%

238
129
244

R + G + B ~ 80%. #EE81F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 129 + 244 = 611 (100%)
R 238 of 611 ~ 38.95%
G 129 of 611 ~ 21.11%
B 244 of 611 ~ 39.93%

%38.95
%21.11
%39.93

CMYK color model

#EE81F4 color CMYK value is (2,47,0,4).

  • cyan value is 2.46%
  • magenta value is 47.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,47,0,4)
C2M47Y0K4 
(2%,47%,0%,4%)
(0.02/0.47/0.00/0.04)	

CMYK percentages

%2.46
%47.13
%0
%4.31

Codes

Color #EE81F4 in popluar color models

EE81F4
RGB238129244
HSL297°83.94%73.14%
HSB/HSV297°47.13%95.69%
CMYK2.46%47.13%0.00%
4.31%

Color #EE81F4 in popluar number systems.

HEXEE81F4
Decimal238129244
Binary111011101000000111110100
Octal356201364

Shades and tints

Shades of #EE81F4

#EE81F4
(238,129,244)
#D976DE
(217,118,222)
#C46BC8
(196,107,200)
#AF60B2
(175,96,178)
#9A559C
(154,85,156)
#854A86
(133,74,134)
#703F70
(112,63,112)
#5B345A
(91,52,90)
#462944
(70,41,68)
#311E2E
(49,30,46)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EE81F4

#EE81F4
(238,129,244)
#EF8CF5
(239,140,245)
#F097F6
(240,151,246)
#F1A2F7
(241,162,247)
#F2ADF8
(242,173,248)
#F3B8F9
(243,184,249)
#F4C3FA
(244,195,250)
#F5CEFB
(245,206,251)
#F6D9FC
(246,217,252)
#F7E4FD
(247,228,253)
#F8EFFE
(248,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE81F4 color. Also use rgb(238,129,244) instead hex code.

Text Font Color

.myTextColor { color: #EE81F4; }

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

This text font color is #EE81F4.


Background Color

.myBgColor { background-color: #EE81F4; }

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

This div background color is #EE81F4.


Border color

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

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

This div border color is #EE81F4.


Opacity

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

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

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

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

This text has shadow with #EE81F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE81F4 on black background.


Color preview on white background

This text has color #EE81F4 on white background.



Black color preview on #EE81F4 background

This text has black color on #EE81F4 background.


White color preview on #EE81F4 background

This text has white color on #EE81F4 background.