COLOR #E07768

HEX: #E07768 RGB: (224,119,104)

Color info

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

RGB color model

#E07768 color RGB value is (224,119,104).

RGB: (224,119,104) (88%, 47%, 41%)

RGB channels and saturation

R 224 of 255 = 88%
G 119 of 255 = 47%
B 104 of 255 = 41%

224
119
104

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

Portions of RGB colors in percentages

R + G + B = 224 + 119 + 104 = 447 (100%)
R 224 of 447 ~ 50.11%
G 119 of 447 ~ 26.62%
B 104 of 447 ~ 23.27'%

%50.11
%26.62
%23.27

CMYK color model

#E07768 color CMYK value is (0,47,54,12).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 53.57%
  • key color value is 12.16%
CMYK: (0,47,54,12) C0M47Y54K12 (0%,47%,54%,12%) (0.00/0.47/0.54/0.12) 

CMYK percentages

%0
%46.88
%53.57
%12.16

Codes

Color #E07768 in popluar color models

E0 77 68
RGB 224 119 104
HSL 65.93% 64.31%
HSB/HSV 53.57% 87.84%
CMYK 0.00% 46.88% 53.57%
12.16%

Color #E07768 in popluar number systems.

HEX E0 77 68
Decimal 224 119 104
Binary 11100000 1110111 1101000
Octal 340 167 150

Shades and tints

Shades of #E07768

#E07768
(224,119,104)
#CC6D5F
(204,109,95)
#B86356
(184,99,86)
#A4594D
(164,89,77)
#904F44
(144,79,68)
#7C453B
(124,69,59)
#683B32
(104,59,50)
#543129
(84,49,41)
#402720
(64,39,32)
#2C1D17
(44,29,23)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #E07768

#E07768
(224,119,104)
#E28375
(226,131,117)
#E48F82
(228,143,130)
#E69B8F
(230,155,143)
#E8A79C
(232,167,156)
#EAB3A9
(234,179,169)
#ECBFB6
(236,191,182)
#EECBC3
(238,203,195)
#F0D7D0
(240,215,208)
#F2E3DD
(242,227,221)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07768 color. Also use rgb(224,119,104) instead hex code.

Text Font Color

.myTextColor { color: #E07768; }

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

This text font color is #E07768.

Background Color

.myBgColor { background-color: #E07768; }

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

This div background color is #E07768.

Border color

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

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

This div border color is #E07768.

Opacity

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

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

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

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

This text has shadow with #E07768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07768.

Preview

Color preview on black background

This text has color #E07768 on black background.


Color preview on white background

This text has color #E07768 on white background.


Black color preview on #E07768 background

This text has black color on #E07768 background.


White color preview on #E07768 background

This text has white color on #E07768 background.


Related colors

Complementary color

Complementary color for #hex is #1F8897.


I love getcolorcode.com

Triadic colors

1 #68E077 and #7768E0 with #E07768 are triadic colors.

2 #6877E0 and #77E068 with #E07768 are triadic colors.