COLOR #EC5965

HEX: #EC5965 RGB: (236,89,101)

Color info

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

RGB color model

#EC5965 color RGB value is (236,89,101).

RGB: (236,89,101) (93%, 35%, 40%)

RGB channels and saturation

R 236 of 255 = 93%
G 89 of 255 = 35%
B 101 of 255 = 40%

236
89
101

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

Portions of RGB colors in percentages

R + G + B = 236 + 89 + 101 = 426 (100%)
R 236 of 426 ~ 55.4%
G 89 of 426 ~ 20.89%
B 101 of 426 ~ 23.71'%

%55.4
%20.89
%23.71

CMYK color model

#EC5965 color CMYK value is (0,62,57,7).

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

CMYK: (0,62,57,7)
C0M62Y57K7 (0%, 62%, 57%, 7%)
(0.00 / 0.62 / 0.57 / 0.07)

CMYK percentages

%0
%62.29
%57.2
%7.45

Codes

Color #EC5965 in popluar color models

EC 59 65
RGB 236 89 101
HSL 355° 79.46% 63.73%
HSB/HSV 355° 62.29% 92.55%
CMYK 0.00% 62.29% 57.20%
7.45%

Color #EC5965 in popluar number systems.

HEX EC 59 65
Decimal 236 89 101
Binary 11101100 1011001 1100101
Octal 354 131 145

Shades and tints

Shades of #EC5965

#EC5965
(236,89,101)
#D7515C
(215,81,92)
#C24953
(194,73,83)
#AD414A
(173,65,74)
#983941
(152,57,65)
#833138
(131,49,56)
#6E292F
(110,41,47)
#592126
(89,33,38)
#44191D
(68,25,29)
#2F1114
(47,17,20)
#1A090B
(26,9,11)
#000000
(0,0,0)

Tints of #EC5965

#EC5965
(236,89,101)
#ED6873
(237,104,115)
#EE7781
(238,119,129)
#EF868F
(239,134,143)
#F0959D
(240,149,157)
#F1A4AB
(241,164,171)
#F2B3B9
(242,179,185)
#F3C2C7
(243,194,199)
#F4D1D5
(244,209,213)
#F5E0E3
(245,224,227)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC5965; }

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

This text font color is #EC5965.

Background Color

.myBgColor { background-color: #EC5965; }

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

This div background color is #EC5965.

Border color

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

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

This div border color is #EC5965.

Opacity

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

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

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

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

This text has shadow with #EC5965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC5965.

Preview

Color preview on black background

This text has color #EC5965 on black background.


Color preview on white background

This text has color #EC5965 on white background.


Black color preview on #EC5965 background

This text has black color on #EC5965 background.


White color preview on #EC5965 background

This text has white color on #EC5965 background.


Related colors

Complementary color

Complementary color for #hex is #13A69A.


I love getcolorcode.com

Triadic colors

1 #65EC59 and #5965EC with #EC5965 are triadic colors.

2 #6559EC and #59EC65 with #EC5965 are triadic colors.