COLOR #EC3964

HEX: #EC3964
RGB: (236,57,100)

Color info

#EC3964 contains mainly red color. Web safe color of #EC3964 is #FF3366 (or #F36).

RGB color model

#EC3964 color RGB value is (236,57,100).

  • red value is 236;
  • green value is 57;
  • blue value is 100.
RGB:
(236,57,100)
(93%,22%,39%)

RGB channels and saturation

R 236 of 255 = 93%
G 57 of 255 = 22%
B 100 of 255 = 39%

236
57
100

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

Portions of RGB colors in percentages

R + G + B =
236 + 57 + 100 = 393 (100%)
R 236 of 393 ~ 60.05%
G 57 of 393 ~ 14.5%
B 100 of 393 ~ 25.45%

%60.05
%14.5
%25.45

CMYK color model

#EC3964 color CMYK value is (0,76,58,7).

  • cyan value is 0.00%
  • magenta value is 75.85%
  • yellow value is 57.63%
  • key color value is 7.45%
CMYK:
(0,76,58,7)
C0M76Y58K7 
(0%,76%,58%,7%)
(0.00/0.76/0.58/0.07)	

CMYK percentages

%0
%75.85
%57.63
%7.45

Codes

Color #EC3964 in popluar color models

EC3964
RGB23657100
HSL346°82.49%57.45%
HSB/HSV346°75.85%92.55%
CMYK0.00%75.85%57.63%
7.45%

Color #EC3964 in popluar number systems.

HEXEC3964
Decimal23657100
Binary111011001110011100100
Octal35471144

Shades and tints

Shades of #EC3964

#EC3964
(236,57,100)
#D7345B
(215,52,91)
#C22F52
(194,47,82)
#AD2A49
(173,42,73)
#982540
(152,37,64)
#832037
(131,32,55)
#6E1B2E
(110,27,46)
#591625
(89,22,37)
#44111C
(68,17,28)
#2F0C13
(47,12,19)
#1A070A
(26,7,10)
#000000
(0,0,0)

Tints of #EC3964

#EC3964
(236,57,100)
#ED4B72
(237,75,114)
#EE5D80
(238,93,128)
#EF6F8E
(239,111,142)
#F0819C
(240,129,156)
#F193AA
(241,147,170)
#F2A5B8
(242,165,184)
#F3B7C6
(243,183,198)
#F4C9D4
(244,201,212)
#F5DBE2
(245,219,226)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC3964 color. Also use rgb(236,57,100) instead hex code.

Text Font Color

.myTextColor { color: #EC3964; }

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

This text font color is #EC3964.


Background Color

.myBgColor { background-color: #EC3964; }

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

This div background color is #EC3964.


Border color

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

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

This div border color is #EC3964.


Opacity

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

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

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

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

This text has shadow with #EC3964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC3964 on black background.


Color preview on white background

This text has color #EC3964 on white background.



Black color preview on #EC3964 background

This text has black color on #EC3964 background.


White color preview on #EC3964 background

This text has white color on #EC3964 background.