COLOR #E18DF2

HEX: #E18DF2
RGB: (225,141,242)

Color info

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

RGB color model

#E18DF2 color RGB value is (225,141,242).

  • red value is 225;
  • green value is 141;
  • blue value is 242.
RGB:
(225,141,242)
(88%,55%,95%)

RGB channels and saturation

R 225 of 255 = 88%
G 141 of 255 = 55%
B 242 of 255 = 95%

225
141
242

R + G + B ~ 79%. #E18DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 141 + 242 = 608 (100%)
R 225 of 608 ~ 37.01%
G 141 of 608 ~ 23.19%
B 242 of 608 ~ 39.8%

%37.01
%23.19
%39.8

CMYK color model

#E18DF2 color CMYK value is (7,42,0,5).

  • cyan value is 7.02%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(7,42,0,5)
C7M42Y0K5 
(7%,42%,0%,5%)
(0.07/0.42/0.00/0.05)	

CMYK percentages

%7.02
%41.74
%0
%5.1

Codes

Color #E18DF2 in popluar color models

E18DF2
RGB225141242
HSL290°79.53%75.10%
HSB/HSV290°41.74%94.90%
CMYK7.02%41.74%0.00%
5.10%

Color #E18DF2 in popluar number systems.

HEXE18DF2
Decimal225141242
Binary111000011000110111110010
Octal341215362

Shades and tints

Shades of #E18DF2

#E18DF2
(225,141,242)
#CD81DC
(205,129,220)
#B975C6
(185,117,198)
#A569B0
(165,105,176)
#915D9A
(145,93,154)
#7D5184
(125,81,132)
#69456E
(105,69,110)
#553958
(85,57,88)
#412D42
(65,45,66)
#2D212C
(45,33,44)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E18DF2

#E18DF2
(225,141,242)
#E397F3
(227,151,243)
#E5A1F4
(229,161,244)
#E7ABF5
(231,171,245)
#E9B5F6
(233,181,246)
#EBBFF7
(235,191,247)
#EDC9F8
(237,201,248)
#EFD3F9
(239,211,249)
#F1DDFA
(241,221,250)
#F3E7FB
(243,231,251)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18DF2 color. Also use rgb(225,141,242) instead hex code.

Text Font Color

.myTextColor { color: #E18DF2; }

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

This text font color is #E18DF2.


Background Color

.myBgColor { background-color: #E18DF2; }

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

This div background color is #E18DF2.


Border color

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

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

This div border color is #E18DF2.


Opacity

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

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

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

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

This text has shadow with #E18DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18DF2 on black background.


Color preview on white background

This text has color #E18DF2 on white background.



Black color preview on #E18DF2 background

This text has black color on #E18DF2 background.


White color preview on #E18DF2 background

This text has white color on #E18DF2 background.