COLOR #E06C61

HEX: #E06C61
RGB: (224,108,97)

Color info

#E06C61 contains mainly red color. Web safe color of #E06C61 is #CC6666 (or #C66).

RGB color model

#E06C61 color RGB value is (224,108,97).

  • red value is 224;
  • green value is 108;
  • blue value is 97.
RGB:
(224,108,97)
(88%,42%,38%)

RGB channels and saturation

R 224 of 255 = 88%
G 108 of 255 = 42%
B 97 of 255 = 38%

224
108
97

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

Portions of RGB colors in percentages

R + G + B =
224 + 108 + 97 = 429 (100%)
R 224 of 429 ~ 52.21%
G 108 of 429 ~ 25.17%
B 97 of 429 ~ 22.61%

%52.21
%25.17
%22.61

CMYK color model

#E06C61 color CMYK value is (0,52,57,12).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 56.70%
  • key color value is 12.16%
CMYK:
(0,52,57,12)
C0M52Y57K12 
(0%,52%,57%,12%)
(0.00/0.52/0.57/0.12)	

CMYK percentages

%0
%51.79
%56.7
%12.16

Codes

Color #E06C61 in popluar color models

E06C61
RGB22410897
HSL67.20%62.94%
HSB/HSV56.70%87.84%
CMYK0.00%51.79%56.70%
12.16%

Color #E06C61 in popluar number systems.

HEXE06C61
Decimal22410897
Binary1110000011011001100001
Octal340154141

Shades and tints

Shades of #E06C61

#E06C61
(224,108,97)
#CC6359
(204,99,89)
#B85A51
(184,90,81)
#A45149
(164,81,73)
#904841
(144,72,65)
#7C3F39
(124,63,57)
#683631
(104,54,49)
#542D29
(84,45,41)
#402421
(64,36,33)
#2C1B19
(44,27,25)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #E06C61

#E06C61
(224,108,97)
#E2796F
(226,121,111)
#E4867D
(228,134,125)
#E6938B
(230,147,139)
#E8A099
(232,160,153)
#EAADA7
(234,173,167)
#ECBAB5
(236,186,181)
#EEC7C3
(238,199,195)
#F0D4D1
(240,212,209)
#F2E1DF
(242,225,223)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06C61 color. Also use rgb(224,108,97) instead hex code.

Text Font Color

.myTextColor { color: #E06C61; }

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

This text font color is #E06C61.


Background Color

.myBgColor { background-color: #E06C61; }

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

This div background color is #E06C61.


Border color

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

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

This div border color is #E06C61.


Opacity

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

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

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

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

This text has shadow with #E06C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06C61 on black background.


Color preview on white background

This text has color #E06C61 on white background.



Black color preview on #E06C61 background

This text has black color on #E06C61 background.


White color preview on #E06C61 background

This text has white color on #E06C61 background.