COLOR #EE84F4

HEX: #EE84F4
RGB: (238,132,244)

Color info

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

RGB color model

#EE84F4 color RGB value is (238,132,244).

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

RGB channels and saturation

R 238 of 255 = 93%
G 132 of 255 = 52%
B 244 of 255 = 96%

238
132
244

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

Portions of RGB colors in percentages

R + G + B =
238 + 132 + 244 = 614 (100%)
R 238 of 614 ~ 38.76%
G 132 of 614 ~ 21.5%
B 244 of 614 ~ 39.74%

%38.76
%21.5
%39.74

CMYK color model

#EE84F4 color CMYK value is (2,46,0,4).

  • cyan value is 2.46%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,46,0,4)
C2M46Y0K4 
(2%,46%,0%,4%)
(0.02/0.46/0.00/0.04)	

CMYK percentages

%2.46
%45.9
%0
%4.31

Codes

Color #EE84F4 in popluar color models

EE84F4
RGB238132244
HSL297°83.58%73.73%
HSB/HSV297°45.90%95.69%
CMYK2.46%45.90%0.00%
4.31%

Color #EE84F4 in popluar number systems.

HEXEE84F4
Decimal238132244
Binary111011101000010011110100
Octal356204364

Shades and tints

Shades of #EE84F4

#EE84F4
(238,132,244)
#D978DE
(217,120,222)
#C46CC8
(196,108,200)
#AF60B2
(175,96,178)
#9A549C
(154,84,156)
#854886
(133,72,134)
#703C70
(112,60,112)
#5B305A
(91,48,90)
#462444
(70,36,68)
#31182E
(49,24,46)
#1C0C18
(28,12,24)
#000000
(0,0,0)

Tints of #EE84F4

#EE84F4
(238,132,244)
#EF8FF5
(239,143,245)
#F09AF6
(240,154,246)
#F1A5F7
(241,165,247)
#F2B0F8
(242,176,248)
#F3BBF9
(243,187,249)
#F4C6FA
(244,198,250)
#F5D1FB
(245,209,251)
#F6DCFC
(246,220,252)
#F7E7FD
(247,231,253)
#F8F2FE
(248,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE84F4; }

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

This text font color is #EE84F4.


Background Color

.myBgColor { background-color: #EE84F4; }

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

This div background color is #EE84F4.


Border color

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

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

This div border color is #EE84F4.


Opacity

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

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

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

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

This text has shadow with #EE84F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE84F4 on black background.


Color preview on white background

This text has color #EE84F4 on white background.



Black color preview on #EE84F4 background

This text has black color on #EE84F4 background.


White color preview on #EE84F4 background

This text has white color on #EE84F4 background.