COLOR #EC94E9

HEX: #EC94E9
RGB: (236,148,233)

Color info

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

RGB color model

#EC94E9 color RGB value is (236,148,233).

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

RGB channels and saturation

R 236 of 255 = 93%
G 148 of 255 = 58%
B 233 of 255 = 91%

236
148
233

R + G + B ~ 81%. #EC94E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 148 + 233 = 617 (100%)
R 236 of 617 ~ 38.25%
G 148 of 617 ~ 23.99%
B 233 of 617 ~ 37.76%

%38.25
%23.99
%37.76

CMYK color model

#EC94E9 color CMYK value is (0,37,1,7).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(0,37,1,7)
C0M37Y1K7 
(0%,37%,1%,7%)
(0.00/0.37/0.01/0.07)	

CMYK percentages

%0
%37.29
%1.27
%7.45

Codes

Color #EC94E9 in popluar color models

EC94E9
RGB236148233
HSL302°69.84%75.29%
HSB/HSV302°37.29%92.55%
CMYK0.00%37.29%1.27%
7.45%

Color #EC94E9 in popluar number systems.

HEXEC94E9
Decimal236148233
Binary111011001001010011101001
Octal354224351

Shades and tints

Shades of #EC94E9

#EC94E9
(236,148,233)
#D787D4
(215,135,212)
#C27ABF
(194,122,191)
#AD6DAA
(173,109,170)
#986095
(152,96,149)
#835380
(131,83,128)
#6E466B
(110,70,107)
#593956
(89,57,86)
#442C41
(68,44,65)
#2F1F2C
(47,31,44)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #EC94E9

#EC94E9
(236,148,233)
#ED9DEB
(237,157,235)
#EEA6ED
(238,166,237)
#EFAFEF
(239,175,239)
#F0B8F1
(240,184,241)
#F1C1F3
(241,193,243)
#F2CAF5
(242,202,245)
#F3D3F7
(243,211,247)
#F4DCF9
(244,220,249)
#F5E5FB
(245,229,251)
#F6EEFD
(246,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC94E9; }

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

This text font color is #EC94E9.


Background Color

.myBgColor { background-color: #EC94E9; }

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

This div background color is #EC94E9.


Border color

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

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

This div border color is #EC94E9.


Opacity

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

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

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

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

This text has shadow with #EC94E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC94E9 on black background.


Color preview on white background

This text has color #EC94E9 on white background.



Black color preview on #EC94E9 background

This text has black color on #EC94E9 background.


White color preview on #EC94E9 background

This text has white color on #EC94E9 background.