COLOR #EC0E5D

HEX: #EC0E5D
RGB: (236,14,93)

Color info

#EC0E5D contains mainly red color. Web safe color of #EC0E5D is #FF0066 (or #F06).

RGB color model

#EC0E5D color RGB value is (236,14,93).

  • red value is 236;
  • green value is 14;
  • blue value is 93.
RGB:
(236,14,93)
(93%,5%,36%)

RGB channels and saturation

R 236 of 255 = 93%
G 14 of 255 = 5%
B 93 of 255 = 36%

236
14
93

R + G + B ~ 45%. #EC0E5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
236 + 14 + 93 = 343 (100%)
R 236 of 343 ~ 68.8%
G 14 of 343 ~ 4.08%
B 93 of 343 ~ 27.11%

%68.8
%27.11

CMYK color model

#EC0E5D color CMYK value is (0,94,61,7).

  • cyan value is 0.00%
  • magenta value is 94.07%
  • yellow value is 60.59%
  • key color value is 7.45%
CMYK:
(0,94,61,7)
C0M94Y61K7 
(0%,94%,61%,7%)
(0.00/0.94/0.61/0.07)	

CMYK percentages

%0
%94.07
%60.59
%7.45

Codes

Color #EC0E5D in popluar color models

EC0E5D
RGB2361493
HSL339°88.80%49.02%
HSB/HSV339°94.07%92.55%
CMYK0.00%94.07%60.59%
7.45%

Color #EC0E5D in popluar number systems.

HEXEC0E5D
Decimal2361493
Binary1110110011101011101
Octal35416135

Shades and tints

Shades of #EC0E5D

#EC0E5D
(236,14,93)
#D70D55
(215,13,85)
#C20C4D
(194,12,77)
#AD0B45
(173,11,69)
#980A3D
(152,10,61)
#830935
(131,9,53)
#6E082D
(110,8,45)
#590725
(89,7,37)
#44061D
(68,6,29)
#2F0515
(47,5,21)
#1A040D
(26,4,13)
#000000
(0,0,0)

Tints of #EC0E5D

#EC0E5D
(236,14,93)
#ED236B
(237,35,107)
#EE3879
(238,56,121)
#EF4D87
(239,77,135)
#F06295
(240,98,149)
#F177A3
(241,119,163)
#F28CB1
(242,140,177)
#F3A1BF
(243,161,191)
#F4B6CD
(244,182,205)
#F5CBDB
(245,203,219)
#F6E0E9
(246,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC0E5D color. Also use rgb(236,14,93) instead hex code.

Text Font Color

.myTextColor { color: #EC0E5D; }

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

This text font color is #EC0E5D.


Background Color

.myBgColor { background-color: #EC0E5D; }

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

This div background color is #EC0E5D.


Border color

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

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

This div border color is #EC0E5D.


Opacity

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

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

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

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

This text has shadow with #EC0E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0E5D on black background.


Color preview on white background

This text has color #EC0E5D on white background.



Black color preview on #EC0E5D background

This text has black color on #EC0E5D background.


White color preview on #EC0E5D background

This text has white color on #EC0E5D background.