COLOR #E17ED8

HEX: #E17ED8 RGB: (225,126,216)

Color info

#E17ED8 contains mainly red and blue colors. Web safe color of #E17ED8 is #CC66CC (or #C6C).

RGB color model

#E17ED8 color RGB value is (225,126,216).

RGB: (225,126,216) (88%, 49%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 126 of 255 = 49%
B 216 of 255 = 85%

225
126
216

R + G + B ~ 74%. #E17ED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 126 + 216 = 567 (100%)
R 225 of 567 ~ 39.68%
G 126 of 567 ~ 22.22%
B 216 of 567 ~ 38.1'%

%39.68
%22.22
%38.1

CMYK color model

#E17ED8 color CMYK value is (0,44,4,12).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 4.00%
  • key color value is 11.76%

CMYK: (0,44,4,12)
C0M44Y4K12 (0%, 44%, 4%, 12%)
(0.00 / 0.44 / 0.04 / 0.12)

CMYK percentages

%0
%44
%4
%11.76

Codes

Color #E17ED8 in popluar color models

E1 7E D8
RGB 225 126 216
HSL 305° 62.26% 68.82%
HSB/HSV 305° 44.00% 88.24%
CMYK 0.00% 44.00% 4.00%
11.76%

Color #E17ED8 in popluar number systems.

HEX E1 7E D8
Decimal 225 126 216
Binary 11100001 1111110 11011000
Octal 341 176 330

Shades and tints

Shades of #E17ED8

#E17ED8
(225,126,216)
#CD73C5
(205,115,197)
#B968B2
(185,104,178)
#A55D9F
(165,93,159)
#91528C
(145,82,140)
#7D4779
(125,71,121)
#693C66
(105,60,102)
#553153
(85,49,83)
#412640
(65,38,64)
#2D1B2D
(45,27,45)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #E17ED8

#E17ED8
(225,126,216)
#E389DB
(227,137,219)
#E594DE
(229,148,222)
#E79FE1
(231,159,225)
#E9AAE4
(233,170,228)
#EBB5E7
(235,181,231)
#EDC0EA
(237,192,234)
#EFCBED
(239,203,237)
#F1D6F0
(241,214,240)
#F3E1F3
(243,225,243)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17ED8 color. Also use rgb(225,126,216) instead hex code.

Text Font Color

.myTextColor { color: #E17ED8; }

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

This text font color is #E17ED8.

Background Color

.myBgColor { background-color: #E17ED8; }

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

This div background color is #E17ED8.

Border color

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

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

This div border color is #E17ED8.

Opacity

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

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

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

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

This text has shadow with #E17ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17ED8.

Preview

Color preview on black background

This text has color #E17ED8 on black background.


Color preview on white background

This text has color #E17ED8 on white background.


Black color preview on #E17ED8 background

This text has black color on #E17ED8 background.


White color preview on #E17ED8 background

This text has white color on #E17ED8 background.


Related colors

Complementary color

Complementary color for #hex is #1E8127.


I love getcolorcode.com

Triadic colors

1 #D8E17E and #7ED8E1 with #E17ED8 are triadic colors.

2 #D87EE1 and #7EE1D8 with #E17ED8 are triadic colors.