COLOR #E17DCD

HEX: #E17DCD RGB: (225,125,205)

Color info

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

RGB color model

#E17DCD color RGB value is (225,125,205).

RGB: (225,125,205) (88%, 49%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 125 of 255 = 49%
B 205 of 255 = 80%

225
125
205

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

Portions of RGB colors in percentages

R + G + B = 225 + 125 + 205 = 555 (100%)
R 225 of 555 ~ 40.54%
G 125 of 555 ~ 22.52%
B 205 of 555 ~ 36.94'%

%40.54
%22.52
%36.94

CMYK color model

#E17DCD color CMYK value is (0,44,9,12).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 8.89%
  • key color value is 11.76%

CMYK: (0,44,9,12)
C0M44Y9K12 (0%, 44%, 9%, 12%)
(0.00 / 0.44 / 0.09 / 0.12)

CMYK percentages

%0
%44.44
%8.89
%11.76

Codes

Color #E17DCD in popluar color models

E1 7D CD
RGB 225 125 205
HSL 312° 62.50% 68.63%
HSB/HSV 312° 44.44% 88.24%
CMYK 0.00% 44.44% 8.89%
11.76%

Color #E17DCD in popluar number systems.

HEX E1 7D CD
Decimal 225 125 205
Binary 11100001 1111101 11001101
Octal 341 175 315

Shades and tints

Shades of #E17DCD

#E17DCD
(225,125,205)
#CD72BB
(205,114,187)
#B967A9
(185,103,169)
#A55C97
(165,92,151)
#915185
(145,81,133)
#7D4673
(125,70,115)
#693B61
(105,59,97)
#55304F
(85,48,79)
#41253D
(65,37,61)
#2D1A2B
(45,26,43)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #E17DCD

#E17DCD
(225,125,205)
#E388D1
(227,136,209)
#E593D5
(229,147,213)
#E79ED9
(231,158,217)
#E9A9DD
(233,169,221)
#EBB4E1
(235,180,225)
#EDBFE5
(237,191,229)
#EFCAE9
(239,202,233)
#F1D5ED
(241,213,237)
#F3E0F1
(243,224,241)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17DCD color. Also use rgb(225,125,205) instead hex code.

Text Font Color

.myTextColor { color: #E17DCD; }

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

This text font color is #E17DCD.

Background Color

.myBgColor { background-color: #E17DCD; }

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

This div background color is #E17DCD.

Border color

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

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

This div border color is #E17DCD.

Opacity

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

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

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

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

This text has shadow with #E17DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17DCD.

Preview

Color preview on black background

This text has color #E17DCD on black background.


Color preview on white background

This text has color #E17DCD on white background.


Black color preview on #E17DCD background

This text has black color on #E17DCD background.


White color preview on #E17DCD background

This text has white color on #E17DCD background.


Related colors

Complementary color

Complementary color for #hex is #1E8232.


I love getcolorcode.com

Triadic colors

1 #CDE17D and #7DCDE1 with #E17DCD are triadic colors.

2 #CD7DE1 and #7DE1CD with #E17DCD are triadic colors.