COLOR #E994D4

HEX: #E994D4
RGB: (233,148,212)

Color info

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

RGB color model

#E994D4 color RGB value is (233,148,212).

  • red value is 233;
  • green value is 148;
  • blue value is 212.
RGB:
(233,148,212)
(91%,58%,83%)

RGB channels and saturation

R 233 of 255 = 91%
G 148 of 255 = 58%
B 212 of 255 = 83%

233
148
212

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

Portions of RGB colors in percentages

R + G + B =
233 + 148 + 212 = 593 (100%)
R 233 of 593 ~ 39.29%
G 148 of 593 ~ 24.96%
B 212 of 593 ~ 35.75%

%39.29
%24.96
%35.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 9.01%
  • key color value is 8.63%
CMYK:
(0,36,9,9)
C0M36Y9K9 
(0%,36%,9%,9%)
(0.00/0.36/0.09/0.09)	

CMYK percentages

%0
%36.48
%9.01
%8.63

Codes

Color #E994D4 in popluar color models

E994D4
RGB233148212
HSL315°65.89%74.71%
HSB/HSV315°36.48%91.37%
CMYK0.00%36.48%9.01%
8.63%

Color #E994D4 in popluar number systems.

HEXE994D4
Decimal233148212
Binary111010011001010011010100
Octal351224324

Shades and tints

Shades of #E994D4

#E994D4
(233,148,212)
#D487C1
(212,135,193)
#BF7AAE
(191,122,174)
#AA6D9B
(170,109,155)
#956088
(149,96,136)
#805375
(128,83,117)
#6B4662
(107,70,98)
#56394F
(86,57,79)
#412C3C
(65,44,60)
#2C1F29
(44,31,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #E994D4

#E994D4
(233,148,212)
#EB9DD7
(235,157,215)
#EDA6DA
(237,166,218)
#EFAFDD
(239,175,221)
#F1B8E0
(241,184,224)
#F3C1E3
(243,193,227)
#F5CAE6
(245,202,230)
#F7D3E9
(247,211,233)
#F9DCEC
(249,220,236)
#FBE5EF
(251,229,239)
#FDEEF2
(253,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E994D4; }

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

This text font color is #E994D4.


Background Color

.myBgColor { background-color: #E994D4; }

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

This div background color is #E994D4.


Border color

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

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

This div border color is #E994D4.


Opacity

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

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

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

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

This text has shadow with #E994D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E994D4 on black background.


Color preview on white background

This text has color #E994D4 on white background.



Black color preview on #E994D4 background

This text has black color on #E994D4 background.


White color preview on #E994D4 background

This text has white color on #E994D4 background.