COLOR #E27ED4

HEX: #E27ED4 RGB: (226,126,212)

Color info

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

RGB color model

#E27ED4 color RGB value is (226,126,212).

RGB: (226,126,212) (89%, 49%, 83%)

RGB channels and saturation

R 226 of 255 = 89%
G 126 of 255 = 49%
B 212 of 255 = 83%

226
126
212

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

Portions of RGB colors in percentages

R + G + B = 226 + 126 + 212 = 564 (100%)
R 226 of 564 ~ 40.07%
G 126 of 564 ~ 22.34%
B 212 of 564 ~ 37.59'%

%40.07
%22.34
%37.59

CMYK color model

#E27ED4 color CMYK value is (0,44,6,11).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 6.19%
  • key color value is 11.37%

CMYK: (0,44,6,11)
C0M44Y6K11 (0%, 44%, 6%, 11%)
(0.00 / 0.44 / 0.06 / 0.11)

CMYK percentages

%0
%44.25
%6.19
%11.37

Codes

Color #E27ED4 in popluar color models

E2 7E D4
RGB 226 126 212
HSL 308° 63.29% 69.02%
HSB/HSV 308° 44.25% 88.63%
CMYK 0.00% 44.25% 6.19%
11.37%

Color #E27ED4 in popluar number systems.

HEX E2 7E D4
Decimal 226 126 212
Binary 11100010 1111110 11010100
Octal 342 176 324

Shades and tints

Shades of #E27ED4

#E27ED4
(226,126,212)
#CE73C1
(206,115,193)
#BA68AE
(186,104,174)
#A65D9B
(166,93,155)
#925288
(146,82,136)
#7E4775
(126,71,117)
#6A3C62
(106,60,98)
#56314F
(86,49,79)
#42263C
(66,38,60)
#2E1B29
(46,27,41)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #E27ED4

#E27ED4
(226,126,212)
#E489D7
(228,137,215)
#E694DA
(230,148,218)
#E89FDD
(232,159,221)
#EAAAE0
(234,170,224)
#ECB5E3
(236,181,227)
#EEC0E6
(238,192,230)
#F0CBE9
(240,203,233)
#F2D6EC
(242,214,236)
#F4E1EF
(244,225,239)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27ED4 color. Also use rgb(226,126,212) instead hex code.

Text Font Color

.myTextColor { color: #E27ED4; }

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

This text font color is #E27ED4.

Background Color

.myBgColor { background-color: #E27ED4; }

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

This div background color is #E27ED4.

Border color

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

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

This div border color is #E27ED4.

Opacity

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

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

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

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

This text has shadow with #E27ED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E27ED4.

Preview

Color preview on black background

This text has color #E27ED4 on black background.


Color preview on white background

This text has color #E27ED4 on white background.


Black color preview on #E27ED4 background

This text has black color on #E27ED4 background.


White color preview on #E27ED4 background

This text has white color on #E27ED4 background.


Related colors

Complementary color

Complementary color for #hex is #1D812B.


I love getcolorcode.com

Triadic colors

1 #D4E27E and #7ED4E2 with #E27ED4 are triadic colors.

2 #D47EE2 and #7EE2D4 with #E27ED4 are triadic colors.