COLOR #E994C5

HEX: #E994C5 RGB: (233,148,197)

Color info

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

RGB color model

#E994C5 color RGB value is (233,148,197).

RGB: (233,148,197) (91%, 58%, 77%)

RGB channels and saturation

R 233 of 255 = 91%
G 148 of 255 = 58%
B 197 of 255 = 77%

233
148
197

R + G + B ~ 75%. #E994C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 148 + 197 = 578 (100%)
R 233 of 578 ~ 40.31%
G 148 of 578 ~ 25.61%
B 197 of 578 ~ 34.08'%

%40.31
%25.61
%34.08

CMYK color model

#E994C5 color CMYK value is (0,36,15,9).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK: (0,36,15,9) C0M36Y15K9 (0%,36%,15%,9%) (0.00/0.36/0.15/0.09) 

CMYK percentages

%0
%36.48
%15.45
%8.63

Codes

Color #E994C5 in popluar color models

E9 94 C5
RGB 233 148 197
HSL 325° 65.89% 74.71%
HSB/HSV 325° 36.48% 91.37%
CMYK 0.00% 36.48% 15.45%
8.63%

Color #E994C5 in popluar number systems.

HEX E9 94 C5
Decimal 233 148 197
Binary 11101001 10010100 11000101
Octal 351 224 305

Shades and tints

Shades of #E994C5

#E994C5
(233,148,197)
#D487B4
(212,135,180)
#BF7AA3
(191,122,163)
#AA6D92
(170,109,146)
#956081
(149,96,129)
#805370
(128,83,112)
#6B465F
(107,70,95)
#56394E
(86,57,78)
#412C3D
(65,44,61)
#2C1F2C
(44,31,44)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #E994C5

#E994C5
(233,148,197)
#EB9DCA
(235,157,202)
#EDA6CF
(237,166,207)
#EFAFD4
(239,175,212)
#F1B8D9
(241,184,217)
#F3C1DE
(243,193,222)
#F5CAE3
(245,202,227)
#F7D3E8
(247,211,232)
#F9DCED
(249,220,237)
#FBE5F2
(251,229,242)
#FDEEF7
(253,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E994C5 color. Also use rgb(233,148,197) instead hex code.

Text Font Color

.myTextColor { color: #E994C5; }

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

This text font color is #E994C5.

Background Color

.myBgColor { background-color: #E994C5; }

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

This div background color is #E994C5.

Border color

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

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

This div border color is #E994C5.

Opacity

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

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

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

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

This text has shadow with #E994C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E994C5.

Preview

Color preview on black background

This text has color #E994C5 on black background.


Color preview on white background

This text has color #E994C5 on white background.


Black color preview on #E994C5 background

This text has black color on #E994C5 background.


White color preview on #E994C5 background

This text has white color on #E994C5 background.


Related colors

Complementary color

Complementary color for #hex is #166B3A.


I love getcolorcode.com

Triadic colors

1 #C5E994 and #94C5E9 with #E994C5 are triadic colors.

2 #C594E9 and #94E9C5 with #E994C5 are triadic colors.