COLOR #E06C64

HEX: #E06C64
RGB: (224,108,100)

Color info

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

RGB color model

#E06C64 color RGB value is (224,108,100).

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

RGB channels and saturation

R 224 of 255 = 88%
G 108 of 255 = 42%
B 100 of 255 = 39%

224
108
100

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

Portions of RGB colors in percentages

R + G + B =
224 + 108 + 100 = 432 (100%)
R 224 of 432 ~ 51.85%
G 108 of 432 ~ 25%
B 100 of 432 ~ 23.15%

%51.85
%25
%23.15

CMYK color model

#E06C64 color CMYK value is (0,52,55,12).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 55.36%
  • key color value is 12.16%
CMYK:
(0,52,55,12)
C0M52Y55K12 
(0%,52%,55%,12%)
(0.00/0.52/0.55/0.12)	

CMYK percentages

%0
%51.79
%55.36
%12.16

Codes

Color #E06C64 in popluar color models

E06C64
RGB224108100
HSL66.67%63.53%
HSB/HSV55.36%87.84%
CMYK0.00%51.79%55.36%
12.16%

Color #E06C64 in popluar number systems.

HEXE06C64
Decimal224108100
Binary1110000011011001100100
Octal340154144

Shades and tints

Shades of #E06C64

#E06C64
(224,108,100)
#CC635B
(204,99,91)
#B85A52
(184,90,82)
#A45149
(164,81,73)
#904840
(144,72,64)
#7C3F37
(124,63,55)
#68362E
(104,54,46)
#542D25
(84,45,37)
#40241C
(64,36,28)
#2C1B13
(44,27,19)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #E06C64

#E06C64
(224,108,100)
#E27972
(226,121,114)
#E48680
(228,134,128)
#E6938E
(230,147,142)
#E8A09C
(232,160,156)
#EAADAA
(234,173,170)
#ECBAB8
(236,186,184)
#EEC7C6
(238,199,198)
#F0D4D4
(240,212,212)
#F2E1E2
(242,225,226)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06C64; }

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

This text font color is #E06C64.


Background Color

.myBgColor { background-color: #E06C64; }

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

This div background color is #E06C64.


Border color

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

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

This div border color is #E06C64.


Opacity

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

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

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

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

This text has shadow with #E06C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06C64 on black background.


Color preview on white background

This text has color #E06C64 on white background.



Black color preview on #E06C64 background

This text has black color on #E06C64 background.


White color preview on #E06C64 background

This text has white color on #E06C64 background.