COLOR #E36ED6

HEX: #E36ED6
RGB: (227,110,214)

Color info

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

RGB color model

#E36ED6 color RGB value is (227,110,214).

  • red value is 227;
  • green value is 110;
  • blue value is 214.
RGB:
(227,110,214)
(89%,43%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 110 of 255 = 43%
B 214 of 255 = 84%

227
110
214

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

Portions of RGB colors in percentages

R + G + B =
227 + 110 + 214 = 551 (100%)
R 227 of 551 ~ 41.2%
G 110 of 551 ~ 19.96%
B 214 of 551 ~ 38.84%

%41.2
%19.96
%38.84

CMYK color model

#E36ED6 color CMYK value is (0,52,6,11).

  • cyan value is 0.00%
  • magenta value is 51.54%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,52,6,11)
C0M52Y6K11 
(0%,52%,6%,11%)
(0.00/0.52/0.06/0.11)	

CMYK percentages

%0
%51.54
%5.73
%10.98

Codes

Color #E36ED6 in popluar color models

E36ED6
RGB227110214
HSL307°67.63%66.08%
HSB/HSV307°51.54%89.02%
CMYK0.00%51.54%5.73%
10.98%

Color #E36ED6 in popluar number systems.

HEXE36ED6
Decimal227110214
Binary11100011110111011010110
Octal343156326

Shades and tints

Shades of #E36ED6

#E36ED6
(227,110,214)
#CF64C3
(207,100,195)
#BB5AB0
(187,90,176)
#A7509D
(167,80,157)
#93468A
(147,70,138)
#7F3C77
(127,60,119)
#6B3264
(107,50,100)
#572851
(87,40,81)
#431E3E
(67,30,62)
#2F142B
(47,20,43)
#1B0A18
(27,10,24)
#000000
(0,0,0)

Tints of #E36ED6

#E36ED6
(227,110,214)
#E57BD9
(229,123,217)
#E788DC
(231,136,220)
#E995DF
(233,149,223)
#EBA2E2
(235,162,226)
#EDAFE5
(237,175,229)
#EFBCE8
(239,188,232)
#F1C9EB
(241,201,235)
#F3D6EE
(243,214,238)
#F5E3F1
(245,227,241)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36ED6 color. Also use rgb(227,110,214) instead hex code.

Text Font Color

.myTextColor { color: #E36ED6; }

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

This text font color is #E36ED6.


Background Color

.myBgColor { background-color: #E36ED6; }

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

This div background color is #E36ED6.


Border color

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

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

This div border color is #E36ED6.


Opacity

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

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

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

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

This text has shadow with #E36ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36ED6 on black background.


Color preview on white background

This text has color #E36ED6 on white background.



Black color preview on #E36ED6 background

This text has black color on #E36ED6 background.


White color preview on #E36ED6 background

This text has white color on #E36ED6 background.