COLOR #E36DCD

HEX: #E36DCD
RGB: (227,109,205)

Color info

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

RGB color model

#E36DCD color RGB value is (227,109,205).

  • red value is 227;
  • green value is 109;
  • blue value is 205.
RGB:
(227,109,205)
(89%,43%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 109 of 255 = 43%
B 205 of 255 = 80%

227
109
205

R + G + B ~ 71%. #E36DCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 109 + 205 = 541 (100%)
R 227 of 541 ~ 41.96%
G 109 of 541 ~ 20.15%
B 205 of 541 ~ 37.89%

%41.96
%20.15
%37.89

CMYK color model

#E36DCD color CMYK value is (0,52,10,11).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(0,52,10,11)
C0M52Y10K11 
(0%,52%,10%,11%)
(0.00/0.52/0.10/0.11)	

CMYK percentages

%0
%51.98
%9.69
%10.98

Codes

Color #E36DCD in popluar color models

E36DCD
RGB227109205
HSL311°67.82%65.88%
HSB/HSV311°51.98%89.02%
CMYK0.00%51.98%9.69%
10.98%

Color #E36DCD in popluar number systems.

HEXE36DCD
Decimal227109205
Binary11100011110110111001101
Octal343155315

Shades and tints

Shades of #E36DCD

#E36DCD
(227,109,205)
#CF64BB
(207,100,187)
#BB5BA9
(187,91,169)
#A75297
(167,82,151)
#934985
(147,73,133)
#7F4073
(127,64,115)
#6B3761
(107,55,97)
#572E4F
(87,46,79)
#43253D
(67,37,61)
#2F1C2B
(47,28,43)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E36DCD

#E36DCD
(227,109,205)
#E57AD1
(229,122,209)
#E787D5
(231,135,213)
#E994D9
(233,148,217)
#EBA1DD
(235,161,221)
#EDAEE1
(237,174,225)
#EFBBE5
(239,187,229)
#F1C8E9
(241,200,233)
#F3D5ED
(243,213,237)
#F5E2F1
(245,226,241)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36DCD color. Also use rgb(227,109,205) instead hex code.

Text Font Color

.myTextColor { color: #E36DCD; }

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

This text font color is #E36DCD.


Background Color

.myBgColor { background-color: #E36DCD; }

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

This div background color is #E36DCD.


Border color

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

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

This div border color is #E36DCD.


Opacity

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

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

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

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

This text has shadow with #E36DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36DCD on black background.


Color preview on white background

This text has color #E36DCD on white background.



Black color preview on #E36DCD background

This text has black color on #E36DCD background.


White color preview on #E36DCD background

This text has white color on #E36DCD background.