COLOR #EC94C6

HEX: #EC94C6
RGB: (236,148,198)

Color info

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

RGB color model

#EC94C6 color RGB value is (236,148,198).

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

RGB channels and saturation

R 236 of 255 = 93%
G 148 of 255 = 58%
B 198 of 255 = 78%

236
148
198

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

Portions of RGB colors in percentages

R + G + B =
236 + 148 + 198 = 582 (100%)
R 236 of 582 ~ 40.55%
G 148 of 582 ~ 25.43%
B 198 of 582 ~ 34.02%

%40.55
%25.43
%34.02

CMYK color model

#EC94C6 color CMYK value is (0,37,16,7).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(0,37,16,7)
C0M37Y16K7 
(0%,37%,16%,7%)
(0.00/0.37/0.16/0.07)	

CMYK percentages

%0
%37.29
%16.1
%7.45

Codes

Color #EC94C6 in popluar color models

EC94C6
RGB236148198
HSL326°69.84%75.29%
HSB/HSV326°37.29%92.55%
CMYK0.00%37.29%16.10%
7.45%

Color #EC94C6 in popluar number systems.

HEXEC94C6
Decimal236148198
Binary111011001001010011000110
Octal354224306

Shades and tints

Shades of #EC94C6

#EC94C6
(236,148,198)
#D787B4
(215,135,180)
#C27AA2
(194,122,162)
#AD6D90
(173,109,144)
#98607E
(152,96,126)
#83536C
(131,83,108)
#6E465A
(110,70,90)
#593948
(89,57,72)
#442C36
(68,44,54)
#2F1F24
(47,31,36)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #EC94C6

#EC94C6
(236,148,198)
#ED9DCB
(237,157,203)
#EEA6D0
(238,166,208)
#EFAFD5
(239,175,213)
#F0B8DA
(240,184,218)
#F1C1DF
(241,193,223)
#F2CAE4
(242,202,228)
#F3D3E9
(243,211,233)
#F4DCEE
(244,220,238)
#F5E5F3
(245,229,243)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC94C6; }

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

This text font color is #EC94C6.


Background Color

.myBgColor { background-color: #EC94C6; }

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

This div background color is #EC94C6.


Border color

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

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

This div border color is #EC94C6.


Opacity

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

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

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

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

This text has shadow with #EC94C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC94C6 on black background.


Color preview on white background

This text has color #EC94C6 on white background.



Black color preview on #EC94C6 background

This text has black color on #EC94C6 background.


White color preview on #EC94C6 background

This text has white color on #EC94C6 background.