COLOR #EE96EF

HEX: #EE96EF RGB: (238,150,239)

Color info

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

RGB color model

#EE96EF color RGB value is (238,150,239).

RGB: (238,150,239) (93%, 59%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 150 of 255 = 59%
B 239 of 255 = 94%

238
150
239

R + G + B ~ 82%. #EE96EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 150 + 239 = 627 (100%)
R 238 of 627 ~ 37.96%
G 150 of 627 ~ 23.92%
B 239 of 627 ~ 38.12'%

%37.96
%23.92
%38.12

CMYK color model

#EE96EF color CMYK value is (0,37,0,6).

  • cyan value is 0.42%
  • magenta value is 37.24%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (0,37,0,6)
C0M37Y0K6 (0%, 37%, 0%, 6%)
(0.00 / 0.37 / 0.00 / 0.06)

CMYK percentages

%0.42
%37.24
%0
%6.27

Codes

Color #EE96EF in popluar color models

EE 96 EF
RGB 238 150 239
HSL 299° 73.55% 76.27%
HSB/HSV 299° 37.24% 93.73%
CMYK 0.42% 37.24% 0.00%
6.27%

Color #EE96EF in popluar number systems.

HEX EE 96 EF
Decimal 238 150 239
Binary 11101110 10010110 11101111
Octal 356 226 357

Shades and tints

Shades of #EE96EF

#EE96EF
(238,150,239)
#D989DA
(217,137,218)
#C47CC5
(196,124,197)
#AF6FB0
(175,111,176)
#9A629B
(154,98,155)
#855586
(133,85,134)
#704871
(112,72,113)
#5B3B5C
(91,59,92)
#462E47
(70,46,71)
#312132
(49,33,50)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #EE96EF

#EE96EF
(238,150,239)
#EF9FF0
(239,159,240)
#F0A8F1
(240,168,241)
#F1B1F2
(241,177,242)
#F2BAF3
(242,186,243)
#F3C3F4
(243,195,244)
#F4CCF5
(244,204,245)
#F5D5F6
(245,213,246)
#F6DEF7
(246,222,247)
#F7E7F8
(247,231,248)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE96EF color. Also use rgb(238,150,239) instead hex code.

Text Font Color

.myTextColor { color: #EE96EF; }

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

This text font color is #EE96EF.

Background Color

.myBgColor { background-color: #EE96EF; }

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

This div background color is #EE96EF.

Border color

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

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

This div border color is #EE96EF.

Opacity

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

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

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

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

This text has shadow with #EE96EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE96EF.

Preview

Color preview on black background

This text has color #EE96EF on black background.


Color preview on white background

This text has color #EE96EF on white background.


Black color preview on #EE96EF background

This text has black color on #EE96EF background.


White color preview on #EE96EF background

This text has white color on #EE96EF background.


Related colors

Complementary color

Complementary color for #hex is #116910.


I love getcolorcode.com

Triadic colors

1 #EFEE96 and #96EFEE with #EE96EF are triadic colors.

2 #EF96EE and #96EEEF with #EE96EF are triadic colors.