COLOR #EC6162

HEX: #EC6162
RGB: (236,97,98)

Color info

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

RGB color model

#EC6162 color RGB value is (236,97,98).

  • red value is 236;
  • green value is 97;
  • blue value is 98.
RGB:
(236,97,98)
(93%,38%,38%)

RGB channels and saturation

R 236 of 255 = 93%
G 97 of 255 = 38%
B 98 of 255 = 38%

236
97
98

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

Portions of RGB colors in percentages

R + G + B =
236 + 97 + 98 = 431 (100%)
R 236 of 431 ~ 54.76%
G 97 of 431 ~ 22.51%
B 98 of 431 ~ 22.74%

%54.76
%22.51
%22.74

CMYK color model

#EC6162 color CMYK value is (0,59,58,7).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 58.47%
  • key color value is 7.45%
CMYK:
(0,59,58,7)
C0M59Y58K7 
(0%,59%,58%,7%)
(0.00/0.59/0.58/0.07)	

CMYK percentages

%0
%58.9
%58.47
%7.45

Codes

Color #EC6162 in popluar color models

EC6162
RGB2369798
HSL360°78.53%65.29%
HSB/HSV360°58.90%92.55%
CMYK0.00%58.90%58.47%
7.45%

Color #EC6162 in popluar number systems.

HEXEC6162
Decimal2369798
Binary1110110011000011100010
Octal354141142

Shades and tints

Shades of #EC6162

#EC6162
(236,97,98)
#D7595A
(215,89,90)
#C25152
(194,81,82)
#AD494A
(173,73,74)
#984142
(152,65,66)
#83393A
(131,57,58)
#6E3132
(110,49,50)
#59292A
(89,41,42)
#442122
(68,33,34)
#2F191A
(47,25,26)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #EC6162

#EC6162
(236,97,98)
#ED6F70
(237,111,112)
#EE7D7E
(238,125,126)
#EF8B8C
(239,139,140)
#F0999A
(240,153,154)
#F1A7A8
(241,167,168)
#F2B5B6
(242,181,182)
#F3C3C4
(243,195,196)
#F4D1D2
(244,209,210)
#F5DFE0
(245,223,224)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC6162; }

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

This text font color is #EC6162.


Background Color

.myBgColor { background-color: #EC6162; }

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

This div background color is #EC6162.


Border color

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

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

This div border color is #EC6162.


Opacity

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

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

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

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

This text has shadow with #EC6162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6162 on black background.


Color preview on white background

This text has color #EC6162 on white background.



Black color preview on #EC6162 background

This text has black color on #EC6162 background.


White color preview on #EC6162 background

This text has white color on #EC6162 background.