COLOR #EE7EFF

HEX: #EE7EFF RGB: (238,126,255)

Color info

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

RGB color model

#EE7EFF color RGB value is (238,126,255).

RGB: (238,126,255) (93%, 49%, 100%)

RGB channels and saturation

R 238 of 255 = 93%
G 126 of 255 = 49%
B 255 of 255 = 100%

238
126
255

R + G + B ~ 81%. #EE7EFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 126 + 255 = 619 (100%)
R 238 of 619 ~ 38.45%
G 126 of 619 ~ 20.36%
B 255 of 619 ~ 41.2'%

%38.45
%20.36
%41.2

CMYK color model

#EE7EFF color CMYK value is (7,51,0,0).

  • cyan value is 6.67%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (7,51,0,0) C7M51Y0K0 (7%,51%,0%,0%) (0.07/0.51/0.00/0.00) 

CMYK percentages

%6.67
%50.59
%0
%0

Codes

Color #EE7EFF in popluar color models

EE 7E FF
RGB 238 126 255
HSL 292° 100.00% 74.71%
HSB/HSV 292° 50.59% 100.00%
CMYK 6.67% 50.59% 0.00%
0.00%

Color #EE7EFF in popluar number systems.

HEX EE 7E FF
Decimal 238 126 255
Binary 11101110 1111110 11111111
Octal 356 176 377

Shades and tints

Shades of #EE7EFF

#EE7EFF
(238,126,255)
#D973E8
(217,115,232)
#C468D1
(196,104,209)
#AF5DBA
(175,93,186)
#9A52A3
(154,82,163)
#85478C
(133,71,140)
#703C75
(112,60,117)
#5B315E
(91,49,94)
#462647
(70,38,71)
#311B30
(49,27,48)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #EE7EFF

#EE7EFF
(238,126,255)
#EF89FF
(239,137,255)
#F094FF
(240,148,255)
#F19FFF
(241,159,255)
#F2AAFF
(242,170,255)
#F3B5FF
(243,181,255)
#F4C0FF
(244,192,255)
#F5CBFF
(245,203,255)
#F6D6FF
(246,214,255)
#F7E1FF
(247,225,255)
#F8ECFF
(248,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7EFF; }

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

This text font color is #EE7EFF.

Background Color

.myBgColor { background-color: #EE7EFF; }

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

This div background color is #EE7EFF.

Border color

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

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

This div border color is #EE7EFF.

Opacity

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

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

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

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

This text has shadow with #EE7EFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE7EFF.

Preview

Color preview on black background

This text has color #EE7EFF on black background.


Color preview on white background

This text has color #EE7EFF on white background.


Black color preview on #EE7EFF background

This text has black color on #EE7EFF background.


White color preview on #EE7EFF background

This text has white color on #EE7EFF background.


Related colors

Complementary color

Complementary color for #hex is #118100.


I love getcolorcode.com

Triadic colors

1 #FFEE7E and #7EFFEE with #EE7EFF are triadic colors.

2 #FF7EEE and #7EEEFF with #EE7EFF are triadic colors.