COLOR #EE6FFA

HEX: #EE6FFA
RGB: (238,111,250)

Color info

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

RGB color model

#EE6FFA color RGB value is (238,111,250).

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

RGB channels and saturation

R 238 of 255 = 93%
G 111 of 255 = 44%
B 250 of 255 = 98%

238
111
250

R + G + B ~ 78%. #EE6FFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 111 + 250 = 599 (100%)
R 238 of 599 ~ 39.73%
G 111 of 599 ~ 18.53%
B 250 of 599 ~ 41.74%

%39.73
%18.53
%41.74

CMYK color model

#EE6FFA color CMYK value is (5,56,0,2).

  • cyan value is 4.80%
  • magenta value is 55.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,56,0,2)
C5M56Y0K2 
(5%,56%,0%,2%)
(0.05/0.56/0.00/0.02)	

CMYK percentages

%4.8
%55.6
%0
%1.96

Codes

Color #EE6FFA in popluar color models

EE6FFA
RGB238111250
HSL295°93.29%70.78%
HSB/HSV295°55.60%98.04%
CMYK4.80%55.60%0.00%
1.96%

Color #EE6FFA in popluar number systems.

HEXEE6FFA
Decimal238111250
Binary11101110110111111111010
Octal356157372

Shades and tints

Shades of #EE6FFA

#EE6FFA
(238,111,250)
#D965E4
(217,101,228)
#C45BCE
(196,91,206)
#AF51B8
(175,81,184)
#9A47A2
(154,71,162)
#853D8C
(133,61,140)
#703376
(112,51,118)
#5B2960
(91,41,96)
#461F4A
(70,31,74)
#311534
(49,21,52)
#1C0B1E
(28,11,30)
#000000
(0,0,0)

Tints of #EE6FFA

#EE6FFA
(238,111,250)
#EF7CFA
(239,124,250)
#F089FA
(240,137,250)
#F196FA
(241,150,250)
#F2A3FA
(242,163,250)
#F3B0FA
(243,176,250)
#F4BDFA
(244,189,250)
#F5CAFA
(245,202,250)
#F6D7FA
(246,215,250)
#F7E4FA
(247,228,250)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE6FFA; }

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

This text font color is #EE6FFA.


Background Color

.myBgColor { background-color: #EE6FFA; }

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

This div background color is #EE6FFA.


Border color

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

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

This div border color is #EE6FFA.


Opacity

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

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

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

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

This text has shadow with #EE6FFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6FFA on black background.


Color preview on white background

This text has color #EE6FFA on white background.



Black color preview on #EE6FFA background

This text has black color on #EE6FFA background.


White color preview on #EE6FFA background

This text has white color on #EE6FFA background.