COLOR #E18EE9

HEX: #E18EE9
RGB: (225,142,233)

Color info

#E18EE9 contains mainly red and blue colors. Web safe color of #E18EE9 is #CC99FF (or #C9F).

RGB color model

#E18EE9 color RGB value is (225,142,233).

  • red value is 225;
  • green value is 142;
  • blue value is 233.
RGB:
(225,142,233)
(88%,56%,91%)

RGB channels and saturation

R 225 of 255 = 88%
G 142 of 255 = 56%
B 233 of 255 = 91%

225
142
233

R + G + B ~ 78%. #E18EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 142 + 233 = 600 (100%)
R 225 of 600 ~ 37.5%
G 142 of 600 ~ 23.67%
B 233 of 600 ~ 38.83%

%37.5
%23.67
%38.83

CMYK color model

#E18EE9 color CMYK value is (3,39,0,9).

  • cyan value is 3.43%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,39,0,9)
C3M39Y0K9 
(3%,39%,0%,9%)
(0.03/0.39/0.00/0.09)	

CMYK percentages

%3.43
%39.06
%0
%8.63

Codes

Color #E18EE9 in popluar color models

E18EE9
RGB225142233
HSL295°67.41%73.53%
HSB/HSV295°39.06%91.37%
CMYK3.43%39.06%0.00%
8.63%

Color #E18EE9 in popluar number systems.

HEXE18EE9
Decimal225142233
Binary111000011000111011101001
Octal341216351

Shades and tints

Shades of #E18EE9

#E18EE9
(225,142,233)
#CD82D4
(205,130,212)
#B976BF
(185,118,191)
#A56AAA
(165,106,170)
#915E95
(145,94,149)
#7D5280
(125,82,128)
#69466B
(105,70,107)
#553A56
(85,58,86)
#412E41
(65,46,65)
#2D222C
(45,34,44)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #E18EE9

#E18EE9
(225,142,233)
#E398EB
(227,152,235)
#E5A2ED
(229,162,237)
#E7ACEF
(231,172,239)
#E9B6F1
(233,182,241)
#EBC0F3
(235,192,243)
#EDCAF5
(237,202,245)
#EFD4F7
(239,212,247)
#F1DEF9
(241,222,249)
#F3E8FB
(243,232,251)
#F5F2FD
(245,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18EE9 color. Also use rgb(225,142,233) instead hex code.

Text Font Color

.myTextColor { color: #E18EE9; }

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

This text font color is #E18EE9.


Background Color

.myBgColor { background-color: #E18EE9; }

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

This div background color is #E18EE9.


Border color

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

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

This div border color is #E18EE9.


Opacity

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

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

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

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

This text has shadow with #E18EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18EE9 on black background.


Color preview on white background

This text has color #E18EE9 on white background.



Black color preview on #E18EE9 background

This text has black color on #E18EE9 background.


White color preview on #E18EE9 background

This text has white color on #E18EE9 background.