COLOR #EE6CE2

HEX: #EE6CE2
RGB: (238,108,226)

Color info

#EE6CE2 contains mainly red and blue colors. Web safe color of #EE6CE2 is #FF66CC (or #F6C).

RGB color model

#EE6CE2 color RGB value is (238,108,226).

  • red value is 238;
  • green value is 108;
  • blue value is 226.
RGB:
(238,108,226)
(93%,42%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 108 of 255 = 42%
B 226 of 255 = 89%

238
108
226

R + G + B ~ 75%. #EE6CE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 108 + 226 = 572 (100%)
R 238 of 572 ~ 41.61%
G 108 of 572 ~ 18.88%
B 226 of 572 ~ 39.51%

%41.61
%18.88
%39.51

CMYK color model

#EE6CE2 color CMYK value is (0,55,5,7).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,55,5,7)
C0M55Y5K7 
(0%,55%,5%,7%)
(0.00/0.55/0.05/0.07)	

CMYK percentages

%0
%54.62
%5.04
%6.67

Codes

Color #EE6CE2 in popluar color models

EE6CE2
RGB238108226
HSL306°79.27%67.84%
HSB/HSV306°54.62%93.33%
CMYK0.00%54.62%5.04%
6.67%

Color #EE6CE2 in popluar number systems.

HEXEE6CE2
Decimal238108226
Binary11101110110110011100010
Octal356154342

Shades and tints

Shades of #EE6CE2

#EE6CE2
(238,108,226)
#D963CE
(217,99,206)
#C45ABA
(196,90,186)
#AF51A6
(175,81,166)
#9A4892
(154,72,146)
#853F7E
(133,63,126)
#70366A
(112,54,106)
#5B2D56
(91,45,86)
#462442
(70,36,66)
#311B2E
(49,27,46)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #EE6CE2

#EE6CE2
(238,108,226)
#EF79E4
(239,121,228)
#F086E6
(240,134,230)
#F193E8
(241,147,232)
#F2A0EA
(242,160,234)
#F3ADEC
(243,173,236)
#F4BAEE
(244,186,238)
#F5C7F0
(245,199,240)
#F6D4F2
(246,212,242)
#F7E1F4
(247,225,244)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE6CE2 color. Also use rgb(238,108,226) instead hex code.

Text Font Color

.myTextColor { color: #EE6CE2; }

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

This text font color is #EE6CE2.


Background Color

.myBgColor { background-color: #EE6CE2; }

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

This div background color is #EE6CE2.


Border color

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

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

This div border color is #EE6CE2.


Opacity

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

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

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

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

This text has shadow with #EE6CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6CE2 on black background.


Color preview on white background

This text has color #EE6CE2 on white background.



Black color preview on #EE6CE2 background

This text has black color on #EE6CE2 background.


White color preview on #EE6CE2 background

This text has white color on #EE6CE2 background.