COLOR #EC93C6

HEX: #EC93C6
RGB: (236,147,198)

Color info

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

RGB color model

#EC93C6 color RGB value is (236,147,198).

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

RGB channels and saturation

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

236
147
198

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

Portions of RGB colors in percentages

R + G + B =
236 + 147 + 198 = 581 (100%)
R 236 of 581 ~ 40.62%
G 147 of 581 ~ 25.3%
B 198 of 581 ~ 34.08%

%40.62
%25.3
%34.08

CMYK color model

#EC93C6 color CMYK value is (0,38,16,7).

  • cyan value is 0.00%
  • magenta value is 37.71%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(0,38,16,7)
C0M38Y16K7 
(0%,38%,16%,7%)
(0.00/0.38/0.16/0.07)	

CMYK percentages

%0
%37.71
%16.1
%7.45

Codes

Color #EC93C6 in popluar color models

EC93C6
RGB236147198
HSL326°70.08%75.10%
HSB/HSV326°37.71%92.55%
CMYK0.00%37.71%16.10%
7.45%

Color #EC93C6 in popluar number systems.

HEXEC93C6
Decimal236147198
Binary111011001001001111000110
Octal354223306

Shades and tints

Shades of #EC93C6

#EC93C6
(236,147,198)
#D786B4
(215,134,180)
#C279A2
(194,121,162)
#AD6C90
(173,108,144)
#985F7E
(152,95,126)
#83526C
(131,82,108)
#6E455A
(110,69,90)
#593848
(89,56,72)
#442B36
(68,43,54)
#2F1E24
(47,30,36)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #EC93C6

#EC93C6
(236,147,198)
#ED9CCB
(237,156,203)
#EEA5D0
(238,165,208)
#EFAED5
(239,174,213)
#F0B7DA
(240,183,218)
#F1C0DF
(241,192,223)
#F2C9E4
(242,201,228)
#F3D2E9
(243,210,233)
#F4DBEE
(244,219,238)
#F5E4F3
(245,228,243)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC93C6; }

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

This text font color is #EC93C6.


Background Color

.myBgColor { background-color: #EC93C6; }

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

This div background color is #EC93C6.


Border color

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

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

This div border color is #EC93C6.


Opacity

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

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

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

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

This text has shadow with #EC93C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC93C6 on black background.


Color preview on white background

This text has color #EC93C6 on white background.



Black color preview on #EC93C6 background

This text has black color on #EC93C6 background.


White color preview on #EC93C6 background

This text has white color on #EC93C6 background.