COLOR #E894CE

HEX: #E894CE RGB: (232,148,206)

Color info

#E894CE contains mainly red and blue colors. Web safe color of #E894CE is #FF99CC (or #F9C).

RGB color model

#E894CE color RGB value is (232,148,206).

RGB: (232,148,206) (91%, 58%, 81%)

RGB channels and saturation

R 232 of 255 = 91%
G 148 of 255 = 58%
B 206 of 255 = 81%

232
148
206

R + G + B ~ 77%. #E894CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 148 + 206 = 586 (100%)
R 232 of 586 ~ 39.59%
G 148 of 586 ~ 25.26%
B 206 of 586 ~ 35.15'%

%39.59
%25.26
%35.15

CMYK color model

#E894CE color CMYK value is (0,36,11,9).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 11.21%
  • key color value is 9.02%

CMYK: (0,36,11,9)
C0M36Y11K9 (0%, 36%, 11%, 9%)
(0.00 / 0.36 / 0.11 / 0.09)

CMYK percentages

%0
%36.21
%11.21
%9.02

Codes

Color #E894CE in popluar color models

E8 94 CE
RGB 232 148 206
HSL 319° 64.62% 74.51%
HSB/HSV 319° 36.21% 90.98%
CMYK 0.00% 36.21% 11.21%
9.02%

Color #E894CE in popluar number systems.

HEX E8 94 CE
Decimal 232 148 206
Binary 11101000 10010100 11001110
Octal 350 224 316

Shades and tints

Shades of #E894CE

#E894CE
(232,148,206)
#D387BC
(211,135,188)
#BE7AAA
(190,122,170)
#A96D98
(169,109,152)
#946086
(148,96,134)
#7F5374
(127,83,116)
#6A4662
(106,70,98)
#553950
(85,57,80)
#402C3E
(64,44,62)
#2B1F2C
(43,31,44)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #E894CE

#E894CE
(232,148,206)
#EA9DD2
(234,157,210)
#ECA6D6
(236,166,214)
#EEAFDA
(238,175,218)
#F0B8DE
(240,184,222)
#F2C1E2
(242,193,226)
#F4CAE6
(244,202,230)
#F6D3EA
(246,211,234)
#F8DCEE
(248,220,238)
#FAE5F2
(250,229,242)
#FCEEF6
(252,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E894CE color. Also use rgb(232,148,206) instead hex code.

Text Font Color

.myTextColor { color: #E894CE; }

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

This text font color is #E894CE.

Background Color

.myBgColor { background-color: #E894CE; }

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

This div background color is #E894CE.

Border color

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

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

This div border color is #E894CE.

Opacity

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

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

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

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

This text has shadow with #E894CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E894CE.

Preview

Color preview on black background

This text has color #E894CE on black background.


Color preview on white background

This text has color #E894CE on white background.


Black color preview on #E894CE background

This text has black color on #E894CE background.


White color preview on #E894CE background

This text has white color on #E894CE background.


Related colors

Complementary color

Complementary color for #hex is #176B31.


I love getcolorcode.com

Triadic colors

1 #CEE894 and #94CEE8 with #E894CE are triadic colors.

2 #CE94E8 and #94E8CE with #E894CE are triadic colors.