COLOR #E994FA

HEX: #E994FA RGB: (233,148,250)

Color info

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

RGB color model

#E994FA color RGB value is (233,148,250).

RGB: (233,148,250) (91%, 58%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 148 of 255 = 58%
B 250 of 255 = 98%

233
148
250

R + G + B ~ 82%. #E994FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 148 + 250 = 631 (100%)
R 233 of 631 ~ 36.93%
G 148 of 631 ~ 23.45%
B 250 of 631 ~ 39.62'%

%36.93
%23.45
%39.62

CMYK color model

#E994FA color CMYK value is (7,41,0,2).

  • cyan value is 6.80%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (7,41,0,2)
C7M41Y0K2 (7%, 41%, 0%, 2%)
(0.07 / 0.41 / 0.00 / 0.02)

CMYK percentages

%6.8
%40.8
%0
%1.96

Codes

Color #E994FA in popluar color models

E9 94 FA
RGB 233 148 250
HSL 290° 91.07% 78.04%
HSB/HSV 290° 40.80% 98.04%
CMYK 6.80% 40.80% 0.00%
1.96%

Color #E994FA in popluar number systems.

HEX E9 94 FA
Decimal 233 148 250
Binary 11101001 10010100 11111010
Octal 351 224 372

Shades and tints

Shades of #E994FA

#E994FA
(233,148,250)
#D487E4
(212,135,228)
#BF7ACE
(191,122,206)
#AA6DB8
(170,109,184)
#9560A2
(149,96,162)
#80538C
(128,83,140)
#6B4676
(107,70,118)
#563960
(86,57,96)
#412C4A
(65,44,74)
#2C1F34
(44,31,52)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #E994FA

#E994FA
(233,148,250)
#EB9DFA
(235,157,250)
#EDA6FA
(237,166,250)
#EFAFFA
(239,175,250)
#F1B8FA
(241,184,250)
#F3C1FA
(243,193,250)
#F5CAFA
(245,202,250)
#F7D3FA
(247,211,250)
#F9DCFA
(249,220,250)
#FBE5FA
(251,229,250)
#FDEEFA
(253,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E994FA; }

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

This text font color is #E994FA.

Background Color

.myBgColor { background-color: #E994FA; }

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

This div background color is #E994FA.

Border color

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

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

This div border color is #E994FA.

Opacity

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

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

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

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

This text has shadow with #E994FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E994FA.

Preview

Color preview on black background

This text has color #E994FA on black background.


Color preview on white background

This text has color #E994FA on white background.


Black color preview on #E994FA background

This text has black color on #E994FA background.


White color preview on #E994FA background

This text has white color on #E994FA background.


Related colors

Complementary color

Complementary color for #hex is #166B05.


I love getcolorcode.com

Triadic colors

1 #FAE994 and #94FAE9 with #E994FA are triadic colors.

2 #FA94E9 and #94E9FA with #E994FA are triadic colors.