COLOR #E66E76

HEX: #E66E76
RGB: (230,110,118)

Color info

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

RGB color model

#E66E76 color RGB value is (230,110,118).

  • red value is 230;
  • green value is 110;
  • blue value is 118.
RGB:
(230,110,118)
(90%,43%,46%)

RGB channels and saturation

R 230 of 255 = 90%
G 110 of 255 = 43%
B 118 of 255 = 46%

230
110
118

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

Portions of RGB colors in percentages

R + G + B =
230 + 110 + 118 = 458 (100%)
R 230 of 458 ~ 50.22%
G 110 of 458 ~ 24.02%
B 118 of 458 ~ 25.76%

%50.22
%24.02
%25.76

CMYK color model

#E66E76 color CMYK value is (0,52,49,10).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 48.70%
  • key color value is 9.80%
CMYK:
(0,52,49,10)
C0M52Y49K10 
(0%,52%,49%,10%)
(0.00/0.52/0.49/0.10)	

CMYK percentages

%0
%52.17
%48.7
%9.8

Codes

Color #E66E76 in popluar color models

E66E76
RGB230110118
HSL356°70.59%66.67%
HSB/HSV356°52.17%90.20%
CMYK0.00%52.17%48.70%
9.80%

Color #E66E76 in popluar number systems.

HEXE66E76
Decimal230110118
Binary1110011011011101110110
Octal346156166

Shades and tints

Shades of #E66E76

#E66E76
(230,110,118)
#D2646C
(210,100,108)
#BE5A62
(190,90,98)
#AA5058
(170,80,88)
#96464E
(150,70,78)
#823C44
(130,60,68)
#6E323A
(110,50,58)
#5A2830
(90,40,48)
#461E26
(70,30,38)
#32141C
(50,20,28)
#1E0A12
(30,10,18)
#000000
(0,0,0)

Tints of #E66E76

#E66E76
(230,110,118)
#E87B82
(232,123,130)
#EA888E
(234,136,142)
#EC959A
(236,149,154)
#EEA2A6
(238,162,166)
#F0AFB2
(240,175,178)
#F2BCBE
(242,188,190)
#F4C9CA
(244,201,202)
#F6D6D6
(246,214,214)
#F8E3E2
(248,227,226)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66E76 color. Also use rgb(230,110,118) instead hex code.

Text Font Color

.myTextColor { color: #E66E76; }

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

This text font color is #E66E76.


Background Color

.myBgColor { background-color: #E66E76; }

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

This div background color is #E66E76.


Border color

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

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

This div border color is #E66E76.


Opacity

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

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

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

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

This text has shadow with #E66E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66E76 on black background.


Color preview on white background

This text has color #E66E76 on white background.



Black color preview on #E66E76 background

This text has black color on #E66E76 background.


White color preview on #E66E76 background

This text has white color on #E66E76 background.