COLOR #EC5962

HEX: #EC5962 RGB: (236,89,98)

Color info

#EC5962 contains mainly red color. Web safe color of #EC5962 is #FF6666 (or #F66).

RGB color model

#EC5962 color RGB value is (236,89,98).

RGB: (236,89,98) (93%, 35%, 38%)

RGB channels and saturation

R 236 of 255 = 93%
G 89 of 255 = 35%
B 98 of 255 = 38%

236
89
98

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

Portions of RGB colors in percentages

R + G + B = 236 + 89 + 98 = 423 (100%)
R 236 of 423 ~ 55.79%
G 89 of 423 ~ 21.04%
B 98 of 423 ~ 23.17'%

%55.79
%21.04
%23.17

CMYK color model

#EC5962 color CMYK value is (0,62,58,7).

  • cyan value is 0.00%
  • magenta value is 62.29%
  • yellow value is 58.47%
  • key color value is 7.45%

CMYK: (0,62,58,7)
C0M62Y58K7 (0%, 62%, 58%, 7%)
(0.00 / 0.62 / 0.58 / 0.07)

CMYK percentages

%0
%62.29
%58.47
%7.45

Codes

Color #EC5962 in popluar color models

EC 59 62
RGB 236 89 98
HSL 356° 79.46% 63.73%
HSB/HSV 356° 62.29% 92.55%
CMYK 0.00% 62.29% 58.47%
7.45%

Color #EC5962 in popluar number systems.

HEX EC 59 62
Decimal 236 89 98
Binary 11101100 1011001 1100010
Octal 354 131 142

Shades and tints

Shades of #EC5962

#EC5962
(236,89,98)
#D7515A
(215,81,90)
#C24952
(194,73,82)
#AD414A
(173,65,74)
#983942
(152,57,66)
#83313A
(131,49,58)
#6E2932
(110,41,50)
#59212A
(89,33,42)
#441922
(68,25,34)
#2F111A
(47,17,26)
#1A0912
(26,9,18)
#000000
(0,0,0)

Tints of #EC5962

#EC5962
(236,89,98)
#ED6870
(237,104,112)
#EE777E
(238,119,126)
#EF868C
(239,134,140)
#F0959A
(240,149,154)
#F1A4A8
(241,164,168)
#F2B3B6
(242,179,182)
#F3C2C4
(243,194,196)
#F4D1D2
(244,209,210)
#F5E0E0
(245,224,224)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5962 color. Also use rgb(236,89,98) instead hex code.

Text Font Color

.myTextColor { color: #EC5962; }

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

This text font color is #EC5962.

Background Color

.myBgColor { background-color: #EC5962; }

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

This div background color is #EC5962.

Border color

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

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

This div border color is #EC5962.

Opacity

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

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

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

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

This text has shadow with #EC5962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC5962.

Preview

Color preview on black background

This text has color #EC5962 on black background.


Color preview on white background

This text has color #EC5962 on white background.


Black color preview on #EC5962 background

This text has black color on #EC5962 background.


White color preview on #EC5962 background

This text has white color on #EC5962 background.


Related colors

Complementary color

Complementary color for #hex is #13A69D.


I love getcolorcode.com

Triadic colors

1 #62EC59 and #5962EC with #EC5962 are triadic colors.

2 #6259EC and #59EC62 with #EC5962 are triadic colors.