COLOR #E36DB4

HEX: #E36DB4 RGB: (227,109,180)

Color info

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

RGB color model

#E36DB4 color RGB value is (227,109,180).

RGB: (227,109,180) (89%, 43%, 71%)

RGB channels and saturation

R 227 of 255 = 89%
G 109 of 255 = 43%
B 180 of 255 = 71%

227
109
180

R + G + B ~ 68%. #E36DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 109 + 180 = 516 (100%)
R 227 of 516 ~ 43.99%
G 109 of 516 ~ 21.12%
B 180 of 516 ~ 34.88'%

%43.99
%21.12
%34.88

CMYK color model

#E36DB4 color CMYK value is (0,52,21,11).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 20.70%
  • key color value is 10.98%

CMYK: (0,52,21,11)
C0M52Y21K11 (0%, 52%, 21%, 11%)
(0.00 / 0.52 / 0.21 / 0.11)

CMYK percentages

%0
%51.98
%20.7
%10.98

Codes

Color #E36DB4 in popluar color models

E3 6D B4
RGB 227 109 180
HSL 324° 67.82% 65.88%
HSB/HSV 324° 51.98% 89.02%
CMYK 0.00% 51.98% 20.70%
10.98%

Color #E36DB4 in popluar number systems.

HEX E3 6D B4
Decimal 227 109 180
Binary 11100011 1101101 10110100
Octal 343 155 264

Shades and tints

Shades of #E36DB4

#E36DB4
(227,109,180)
#CF64A4
(207,100,164)
#BB5B94
(187,91,148)
#A75284
(167,82,132)
#934974
(147,73,116)
#7F4064
(127,64,100)
#6B3754
(107,55,84)
#572E44
(87,46,68)
#432534
(67,37,52)
#2F1C24
(47,28,36)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #E36DB4

#E36DB4
(227,109,180)
#E57ABA
(229,122,186)
#E787C0
(231,135,192)
#E994C6
(233,148,198)
#EBA1CC
(235,161,204)
#EDAED2
(237,174,210)
#EFBBD8
(239,187,216)
#F1C8DE
(241,200,222)
#F3D5E4
(243,213,228)
#F5E2EA
(245,226,234)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E36DB4; }

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

This text font color is #E36DB4.

Background Color

.myBgColor { background-color: #E36DB4; }

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

This div background color is #E36DB4.

Border color

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

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

This div border color is #E36DB4.

Opacity

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

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

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

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

This text has shadow with #E36DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E36DB4.

Preview

Color preview on black background

This text has color #E36DB4 on black background.


Color preview on white background

This text has color #E36DB4 on white background.


Black color preview on #E36DB4 background

This text has black color on #E36DB4 background.


White color preview on #E36DB4 background

This text has white color on #E36DB4 background.


Related colors

Complementary color

Complementary color for #hex is #1C924B.


I love getcolorcode.com

Triadic colors

1 #B4E36D and #6DB4E3 with #E36DB4 are triadic colors.

2 #B46DE3 and #6DE3B4 with #E36DB4 are triadic colors.