COLOR #EC0053

HEX: #EC0053
RGB: (236,0,83)

Color info

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

RGB color model

#EC0053 color RGB value is (236,0,83).

  • red value is 236;
  • green value is 0;
  • blue value is 83.
RGB:
(236,0,83)
(93%,0%,33%)

RGB channels and saturation

R 236 of 255 = 93%
G 0 of 255 = 0%
B 83 of 255 = 33%

236
0
83

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

Portions of RGB colors in percentages

R + G + B =
236 + 0 + 83 = 319 (100%)
R 236 of 319 ~ 73.98%
G 0 of 319 ~ 0%
B 83 of 319 ~ 26.02%

%73.98
%26.02

CMYK color model

#EC0053 color CMYK value is (0,100,65,7).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.83%
  • key color value is 7.45%
CMYK:
(0,100,65,7)
C0M100Y65K7 
(0%,100%,65%,7%)
(0.00/1.00/0.65/0.07)	

CMYK percentages

%0
%100
%64.83
%7.45

Codes

Color #EC0053 in popluar color models

EC0053
RGB236083
HSL339°100.00%46.27%
HSB/HSV339°100.00%92.55%
CMYK0.00%100.00%64.83%
7.45%

Color #EC0053 in popluar number systems.

HEXEC0053
Decimal236083
Binary1110110001010011
Octal3540123

Shades and tints

Shades of #EC0053

#EC0053
(236,0,83)
#D7004C
(215,0,76)
#C20045
(194,0,69)
#AD003E
(173,0,62)
#980037
(152,0,55)
#830030
(131,0,48)
#6E0029
(110,0,41)
#590022
(89,0,34)
#44001B
(68,0,27)
#2F0014
(47,0,20)
#1A000D
(26,0,13)
#000000
(0,0,0)

Tints of #EC0053

#EC0053
(236,0,83)
#ED1762
(237,23,98)
#EE2E71
(238,46,113)
#EF4580
(239,69,128)
#F05C8F
(240,92,143)
#F1739E
(241,115,158)
#F28AAD
(242,138,173)
#F3A1BC
(243,161,188)
#F4B8CB
(244,184,203)
#F5CFDA
(245,207,218)
#F6E6E9
(246,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC0053 color. Also use rgb(236,0,83) instead hex code.

Text Font Color

.myTextColor { color: #EC0053; }

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

This text font color is #EC0053.


Background Color

.myBgColor { background-color: #EC0053; }

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

This div background color is #EC0053.


Border color

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

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

This div border color is #EC0053.


Opacity

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

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

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

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

This text has shadow with #EC0053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0053 on black background.


Color preview on white background

This text has color #EC0053 on white background.



Black color preview on #EC0053 background

This text has black color on #EC0053 background.


White color preview on #EC0053 background

This text has white color on #EC0053 background.