COLOR #E994EB

HEX: #E994EB
RGB: (233,148,235)

Color info

#E994EB contains mainly red and blue colors. Web safe color of #E994EB is #FF99FF (or #F9F).

RGB color model

#E994EB color RGB value is (233,148,235).

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

RGB channels and saturation

R 233 of 255 = 91%
G 148 of 255 = 58%
B 235 of 255 = 92%

233
148
235

R + G + B ~ 80%. #E994EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 148 + 235 = 616 (100%)
R 233 of 616 ~ 37.82%
G 148 of 616 ~ 24.03%
B 235 of 616 ~ 38.15%

%37.82
%24.03
%38.15

CMYK color model

#E994EB color CMYK value is (1,37,0,8).

  • cyan value is 0.85%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,37,0,8)
C1M37Y0K8 
(1%,37%,0%,8%)
(0.01/0.37/0.00/0.08)	

CMYK percentages

%0.85
%37.02
%0
%7.84

Codes

Color #E994EB in popluar color models

E994EB
RGB233148235
HSL299°68.50%75.10%
HSB/HSV299°37.02%92.16%
CMYK0.85%37.02%0.00%
7.84%

Color #E994EB in popluar number systems.

HEXE994EB
Decimal233148235
Binary111010011001010011101011
Octal351224353

Shades and tints

Shades of #E994EB

#E994EB
(233,148,235)
#D487D6
(212,135,214)
#BF7AC1
(191,122,193)
#AA6DAC
(170,109,172)
#956097
(149,96,151)
#805382
(128,83,130)
#6B466D
(107,70,109)
#563958
(86,57,88)
#412C43
(65,44,67)
#2C1F2E
(44,31,46)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #E994EB

#E994EB
(233,148,235)
#EB9DEC
(235,157,236)
#EDA6ED
(237,166,237)
#EFAFEE
(239,175,238)
#F1B8EF
(241,184,239)
#F3C1F0
(243,193,240)
#F5CAF1
(245,202,241)
#F7D3F2
(247,211,242)
#F9DCF3
(249,220,243)
#FBE5F4
(251,229,244)
#FDEEF5
(253,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E994EB; }

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

This text font color is #E994EB.


Background Color

.myBgColor { background-color: #E994EB; }

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

This div background color is #E994EB.


Border color

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

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

This div border color is #E994EB.


Opacity

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

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

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

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

This text has shadow with #E994EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E994EB on black background.


Color preview on white background

This text has color #E994EB on white background.



Black color preview on #E994EB background

This text has black color on #E994EB background.


White color preview on #E994EB background

This text has white color on #E994EB background.