COLOR #EE91FF

HEX: #EE91FF RGB: (238,145,255)

Color info

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

RGB color model

#EE91FF color RGB value is (238,145,255).

RGB: (238,145,255) (93%, 57%, 100%)

RGB channels and saturation

R 238 of 255 = 93%
G 145 of 255 = 57%
B 255 of 255 = 100%

238
145
255

R + G + B ~ 83%. #EE91FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 145 + 255 = 638 (100%)
R 238 of 638 ~ 37.3%
G 145 of 638 ~ 22.73%
B 255 of 638 ~ 39.97'%

%37.3
%22.73
%39.97

CMYK color model

#EE91FF color CMYK value is (7,43,0,0).

  • cyan value is 6.67%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (7,43,0,0)
C7M43Y0K0 (7%, 43%, 0%, 0%)
(0.07 / 0.43 / 0.00 / 0.00)

CMYK percentages

%6.67
%43.14
%0
%0

Codes

Color #EE91FF in popluar color models

EE 91 FF
RGB 238 145 255
HSL 291° 100.00% 78.43%
HSB/HSV 291° 43.14% 100.00%
CMYK 6.67% 43.14% 0.00%
0.00%

Color #EE91FF in popluar number systems.

HEX EE 91 FF
Decimal 238 145 255
Binary 11101110 10010001 11111111
Octal 356 221 377

Shades and tints

Shades of #EE91FF

#EE91FF
(238,145,255)
#D984E8
(217,132,232)
#C477D1
(196,119,209)
#AF6ABA
(175,106,186)
#9A5DA3
(154,93,163)
#85508C
(133,80,140)
#704375
(112,67,117)
#5B365E
(91,54,94)
#462947
(70,41,71)
#311C30
(49,28,48)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #EE91FF

#EE91FF
(238,145,255)
#EF9BFF
(239,155,255)
#F0A5FF
(240,165,255)
#F1AFFF
(241,175,255)
#F2B9FF
(242,185,255)
#F3C3FF
(243,195,255)
#F4CDFF
(244,205,255)
#F5D7FF
(245,215,255)
#F6E1FF
(246,225,255)
#F7EBFF
(247,235,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE91FF color. Also use rgb(238,145,255) instead hex code.

Text Font Color

.myTextColor { color: #EE91FF; }

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

This text font color is #EE91FF.

Background Color

.myBgColor { background-color: #EE91FF; }

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

This div background color is #EE91FF.

Border color

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

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

This div border color is #EE91FF.

Opacity

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

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

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

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

This text has shadow with #EE91FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE91FF.

Preview

Color preview on black background

This text has color #EE91FF on black background.


Color preview on white background

This text has color #EE91FF on white background.


Black color preview on #EE91FF background

This text has black color on #EE91FF background.


White color preview on #EE91FF background

This text has white color on #EE91FF background.


Related colors

Complementary color

Complementary color for #hex is #116E00.


I love getcolorcode.com

Triadic colors

1 #FFEE91 and #91FFEE with #EE91FF are triadic colors.

2 #FF91EE and #91EEFF with #EE91FF are triadic colors.