COLOR #EE1CE5

HEX: #EE1CE5
RGB: (238,28,229)

Color info

#EE1CE5 contains mainly red and blue colors. Web safe color of #EE1CE5 is #FF33CC (or #F3C).

RGB color model

#EE1CE5 color RGB value is (238,28,229).

  • red value is 238;
  • green value is 28;
  • blue value is 229.
RGB:
(238,28,229)
(93%,11%,90%)

RGB channels and saturation

R 238 of 255 = 93%
G 28 of 255 = 11%
B 229 of 255 = 90%

238
28
229

R + G + B ~ 65%. #EE1CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 28 + 229 = 495 (100%)
R 238 of 495 ~ 48.08%
G 28 of 495 ~ 5.66%
B 229 of 495 ~ 46.26%

%48.08
%46.26

CMYK color model

#EE1CE5 color CMYK value is (0,88,4,7).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(0,88,4,7)
C0M88Y4K7 
(0%,88%,4%,7%)
(0.00/0.88/0.04/0.07)	

CMYK percentages

%0
%88.24
%3.78
%6.67

Codes

Color #EE1CE5 in popluar color models

EE1CE5
RGB23828229
HSL303°86.07%52.16%
HSB/HSV303°88.24%93.33%
CMYK0.00%88.24%3.78%
6.67%

Color #EE1CE5 in popluar number systems.

HEXEE1CE5
Decimal23828229
Binary111011101110011100101
Octal35634345

Shades and tints

Shades of #EE1CE5

#EE1CE5
(238,28,229)
#D91AD1
(217,26,209)
#C418BD
(196,24,189)
#AF16A9
(175,22,169)
#9A1495
(154,20,149)
#851281
(133,18,129)
#70106D
(112,16,109)
#5B0E59
(91,14,89)
#460C45
(70,12,69)
#310A31
(49,10,49)
#1C081D
(28,8,29)
#000000
(0,0,0)

Tints of #EE1CE5

#EE1CE5
(238,28,229)
#EF30E7
(239,48,231)
#F044E9
(240,68,233)
#F158EB
(241,88,235)
#F26CED
(242,108,237)
#F380EF
(243,128,239)
#F494F1
(244,148,241)
#F5A8F3
(245,168,243)
#F6BCF5
(246,188,245)
#F7D0F7
(247,208,247)
#F8E4F9
(248,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE1CE5 color. Also use rgb(238,28,229) instead hex code.

Text Font Color

.myTextColor { color: #EE1CE5; }

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

This text font color is #EE1CE5.


Background Color

.myBgColor { background-color: #EE1CE5; }

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

This div background color is #EE1CE5.


Border color

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

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

This div border color is #EE1CE5.


Opacity

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

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

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

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

This text has shadow with #EE1CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE1CE5 on black background.


Color preview on white background

This text has color #EE1CE5 on white background.



Black color preview on #EE1CE5 background

This text has black color on #EE1CE5 background.


White color preview on #EE1CE5 background

This text has white color on #EE1CE5 background.