COLOR #EE5DE1

HEX: #EE5DE1
RGB: (238,93,225)

Color info

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

RGB color model

#EE5DE1 color RGB value is (238,93,225).

  • red value is 238;
  • green value is 93;
  • blue value is 225.
RGB:
(238,93,225)
(93%,36%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 93 of 255 = 36%
B 225 of 255 = 88%

238
93
225

R + G + B ~ 72%. #EE5DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 93 + 225 = 556 (100%)
R 238 of 556 ~ 42.81%
G 93 of 556 ~ 16.73%
B 225 of 556 ~ 40.47%

%42.81
%16.73
%40.47

CMYK color model

#EE5DE1 color CMYK value is (0,61,5,7).

  • cyan value is 0.00%
  • magenta value is 60.92%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(0,61,5,7)
C0M61Y5K7 
(0%,61%,5%,7%)
(0.00/0.61/0.05/0.07)	

CMYK percentages

%0
%60.92
%5.46
%6.67

Codes

Color #EE5DE1 in popluar color models

EE5DE1
RGB23893225
HSL305°81.01%64.90%
HSB/HSV305°60.92%93.33%
CMYK0.00%60.92%5.46%
6.67%

Color #EE5DE1 in popluar number systems.

HEXEE5DE1
Decimal23893225
Binary11101110101110111100001
Octal356135341

Shades and tints

Shades of #EE5DE1

#EE5DE1
(238,93,225)
#D955CD
(217,85,205)
#C44DB9
(196,77,185)
#AF45A5
(175,69,165)
#9A3D91
(154,61,145)
#85357D
(133,53,125)
#702D69
(112,45,105)
#5B2555
(91,37,85)
#461D41
(70,29,65)
#31152D
(49,21,45)
#1C0D19
(28,13,25)
#000000
(0,0,0)

Tints of #EE5DE1

#EE5DE1
(238,93,225)
#EF6BE3
(239,107,227)
#F079E5
(240,121,229)
#F187E7
(241,135,231)
#F295E9
(242,149,233)
#F3A3EB
(243,163,235)
#F4B1ED
(244,177,237)
#F5BFEF
(245,191,239)
#F6CDF1
(246,205,241)
#F7DBF3
(247,219,243)
#F8E9F5
(248,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5DE1 color. Also use rgb(238,93,225) instead hex code.

Text Font Color

.myTextColor { color: #EE5DE1; }

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

This text font color is #EE5DE1.


Background Color

.myBgColor { background-color: #EE5DE1; }

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

This div background color is #EE5DE1.


Border color

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

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

This div border color is #EE5DE1.


Opacity

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

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

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

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

This text has shadow with #EE5DE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5DE1 on black background.


Color preview on white background

This text has color #EE5DE1 on white background.



Black color preview on #EE5DE1 background

This text has black color on #EE5DE1 background.


White color preview on #EE5DE1 background

This text has white color on #EE5DE1 background.