COLOR #E994C6

HEX: #E994C6 RGB: (233,148,198)

Color info

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

RGB color model

#E994C6 color RGB value is (233,148,198).

RGB: (233,148,198) (91%, 58%, 78%)

RGB channels and saturation

R 233 of 255 = 91%
G 148 of 255 = 58%
B 198 of 255 = 78%

233
148
198

R + G + B ~ 76%. #E994C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 148 + 198 = 579 (100%)
R 233 of 579 ~ 40.24%
G 148 of 579 ~ 25.56%
B 198 of 579 ~ 34.2'%

%40.24
%25.56
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 15.02%
  • 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.02
%8.63

Codes

Color #E994C6 in popluar color models

E9 94 C6
RGB 233 148 198
HSL 325° 65.89% 74.71%
HSB/HSV 325° 36.48% 91.37%
CMYK 0.00% 36.48% 15.02%
8.63%

Color #E994C6 in popluar number systems.

HEX E9 94 C6
Decimal 233 148 198
Binary 11101001 10010100 11000110
Octal 351 224 306

Shades and tints

Shades of #E994C6

#E994C6
(233,148,198)
#D487B4
(212,135,180)
#BF7AA2
(191,122,162)
#AA6D90
(170,109,144)
#95607E
(149,96,126)
#80536C
(128,83,108)
#6B465A
(107,70,90)
#563948
(86,57,72)
#412C36
(65,44,54)
#2C1F24
(44,31,36)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #E994C6

#E994C6
(233,148,198)
#EB9DCB
(235,157,203)
#EDA6D0
(237,166,208)
#EFAFD5
(239,175,213)
#F1B8DA
(241,184,218)
#F3C1DF
(243,193,223)
#F5CAE4
(245,202,228)
#F7D3E9
(247,211,233)
#F9DCEE
(249,220,238)
#FBE5F3
(251,229,243)
#FDEEF8
(253,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E994C6; }

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

This text font color is #E994C6.

Background Color

.myBgColor { background-color: #E994C6; }

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

This div background color is #E994C6.

Border color

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

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

This div border color is #E994C6.

Opacity

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

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

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

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

This text has shadow with #E994C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E994C6.

Preview

Color preview on black background

This text has color #E994C6 on black background.


Color preview on white background

This text has color #E994C6 on white background.


Black color preview on #E994C6 background

This text has black color on #E994C6 background.


White color preview on #E994C6 background

This text has white color on #E994C6 background.


Related colors

Complementary color

Complementary color for #hex is #166B39.


I love getcolorcode.com

Triadic colors

1 #C6E994 and #94C6E9 with #E994C6 are triadic colors.

2 #C694E9 and #94E9C6 with #E994C6 are triadic colors.