COLOR #E18DF5

HEX: #E18DF5 RGB: (225,141,245)

Color info

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

RGB color model

#E18DF5 color RGB value is (225,141,245).

RGB: (225,141,245) (88%, 55%, 96%)

RGB channels and saturation

R 225 of 255 = 88%
G 141 of 255 = 55%
B 245 of 255 = 96%

225
141
245

R + G + B ~ 80%. #E18DF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 141 + 245 = 611 (100%)
R 225 of 611 ~ 36.82%
G 141 of 611 ~ 23.08%
B 245 of 611 ~ 40.1'%

%36.82
%23.08
%40.1

CMYK color model

#E18DF5 color CMYK value is (8,42,0,4).

  • cyan value is 8.16%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (8,42,0,4) C8M42Y0K4 (8%,42%,0%,4%) (0.08/0.42/0.00/0.04) 

CMYK percentages

%8.16
%42.45
%0
%3.92

Codes

Color #E18DF5 in popluar color models

E1 8D F5
RGB 225 141 245
HSL 288° 83.87% 75.69%
HSB/HSV 288° 42.45% 96.08%
CMYK 8.16% 42.45% 0.00%
3.92%

Color #E18DF5 in popluar number systems.

HEX E1 8D F5
Decimal 225 141 245
Binary 11100001 10001101 11110101
Octal 341 215 365

Shades and tints

Shades of #E18DF5

#E18DF5
(225,141,245)
#CD81DF
(205,129,223)
#B975C9
(185,117,201)
#A569B3
(165,105,179)
#915D9D
(145,93,157)
#7D5187
(125,81,135)
#694571
(105,69,113)
#55395B
(85,57,91)
#412D45
(65,45,69)
#2D212F
(45,33,47)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E18DF5

#E18DF5
(225,141,245)
#E397F5
(227,151,245)
#E5A1F5
(229,161,245)
#E7ABF5
(231,171,245)
#E9B5F5
(233,181,245)
#EBBFF5
(235,191,245)
#EDC9F5
(237,201,245)
#EFD3F5
(239,211,245)
#F1DDF5
(241,221,245)
#F3E7F5
(243,231,245)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18DF5; }

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

This text font color is #E18DF5.

Background Color

.myBgColor { background-color: #E18DF5; }

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

This div background color is #E18DF5.

Border color

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

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

This div border color is #E18DF5.

Opacity

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

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

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

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

This text has shadow with #E18DF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18DF5.

Preview

Color preview on black background

This text has color #E18DF5 on black background.


Color preview on white background

This text has color #E18DF5 on white background.


Black color preview on #E18DF5 background

This text has black color on #E18DF5 background.


White color preview on #E18DF5 background

This text has white color on #E18DF5 background.


Related colors

Complementary color

Complementary color for #hex is #1E720A.


I love getcolorcode.com

Triadic colors

1 #F5E18D and #8DF5E1 with #E18DF5 are triadic colors.

2 #F58DE1 and #8DE1F5 with #E18DF5 are triadic colors.