COLOR #E07976

HEX: #E07976
RGB: (224,121,118)

Color info

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

RGB color model

#E07976 color RGB value is (224,121,118).

  • red value is 224;
  • green value is 121;
  • blue value is 118.
RGB:
(224,121,118)
(88%,47%,46%)

RGB channels and saturation

R 224 of 255 = 88%
G 121 of 255 = 47%
B 118 of 255 = 46%

224
121
118

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

Portions of RGB colors in percentages

R + G + B =
224 + 121 + 118 = 463 (100%)
R 224 of 463 ~ 48.38%
G 121 of 463 ~ 26.13%
B 118 of 463 ~ 25.49%

%48.38
%26.13
%25.49

CMYK color model

#E07976 color CMYK value is (0,46,47,12).

  • cyan value is 0.00%
  • magenta value is 45.98%
  • yellow value is 47.32%
  • key color value is 12.16%
CMYK:
(0,46,47,12)
C0M46Y47K12 
(0%,46%,47%,12%)
(0.00/0.46/0.47/0.12)	

CMYK percentages

%0
%45.98
%47.32
%12.16

Codes

Color #E07976 in popluar color models

E07976
RGB224121118
HSL63.10%67.06%
HSB/HSV47.32%87.84%
CMYK0.00%45.98%47.32%
12.16%

Color #E07976 in popluar number systems.

HEXE07976
Decimal224121118
Binary1110000011110011110110
Octal340171166

Shades and tints

Shades of #E07976

#E07976
(224,121,118)
#CC6E6C
(204,110,108)
#B86362
(184,99,98)
#A45858
(164,88,88)
#904D4E
(144,77,78)
#7C4244
(124,66,68)
#68373A
(104,55,58)
#542C30
(84,44,48)
#402126
(64,33,38)
#2C161C
(44,22,28)
#180B12
(24,11,18)
#000000
(0,0,0)

Tints of #E07976

#E07976
(224,121,118)
#E28582
(226,133,130)
#E4918E
(228,145,142)
#E69D9A
(230,157,154)
#E8A9A6
(232,169,166)
#EAB5B2
(234,181,178)
#ECC1BE
(236,193,190)
#EECDCA
(238,205,202)
#F0D9D6
(240,217,214)
#F2E5E2
(242,229,226)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07976 color. Also use rgb(224,121,118) instead hex code.

Text Font Color

.myTextColor { color: #E07976; }

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

This text font color is #E07976.


Background Color

.myBgColor { background-color: #E07976; }

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

This div background color is #E07976.


Border color

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

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

This div border color is #E07976.


Opacity

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

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

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

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

This text has shadow with #E07976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07976 on black background.


Color preview on white background

This text has color #E07976 on white background.



Black color preview on #E07976 background

This text has black color on #E07976 background.


White color preview on #E07976 background

This text has white color on #E07976 background.