COLOR #E66E7B

HEX: #E66E7B
RGB: (230,110,123)

Color info

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

RGB color model

#E66E7B color RGB value is (230,110,123).

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

RGB channels and saturation

R 230 of 255 = 90%
G 110 of 255 = 43%
B 123 of 255 = 48%

230
110
123

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

Portions of RGB colors in percentages

R + G + B =
230 + 110 + 123 = 463 (100%)
R 230 of 463 ~ 49.68%
G 110 of 463 ~ 23.76%
B 123 of 463 ~ 26.57%

%49.68
%23.76
%26.57

CMYK color model

#E66E7B color CMYK value is (0,52,47,10).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 46.52%
  • key color value is 9.80%
CMYK:
(0,52,47,10)
C0M52Y47K10 
(0%,52%,47%,10%)
(0.00/0.52/0.47/0.10)	

CMYK percentages

%0
%52.17
%46.52
%9.8

Codes

Color #E66E7B in popluar color models

E66E7B
RGB230110123
HSL354°70.59%66.67%
HSB/HSV354°52.17%90.20%
CMYK0.00%52.17%46.52%
9.80%

Color #E66E7B in popluar number systems.

HEXE66E7B
Decimal230110123
Binary1110011011011101111011
Octal346156173

Shades and tints

Shades of #E66E7B

#E66E7B
(230,110,123)
#D26470
(210,100,112)
#BE5A65
(190,90,101)
#AA505A
(170,80,90)
#96464F
(150,70,79)
#823C44
(130,60,68)
#6E3239
(110,50,57)
#5A282E
(90,40,46)
#461E23
(70,30,35)
#321418
(50,20,24)
#1E0A0D
(30,10,13)
#000000
(0,0,0)

Tints of #E66E7B

#E66E7B
(230,110,123)
#E87B87
(232,123,135)
#EA8893
(234,136,147)
#EC959F
(236,149,159)
#EEA2AB
(238,162,171)
#F0AFB7
(240,175,183)
#F2BCC3
(242,188,195)
#F4C9CF
(244,201,207)
#F6D6DB
(246,214,219)
#F8E3E7
(248,227,231)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E66E7B; }

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

This text font color is #E66E7B.


Background Color

.myBgColor { background-color: #E66E7B; }

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

This div background color is #E66E7B.


Border color

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

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

This div border color is #E66E7B.


Opacity

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

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

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

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

This text has shadow with #E66E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66E7B on black background.


Color preview on white background

This text has color #E66E7B on white background.



Black color preview on #E66E7B background

This text has black color on #E66E7B background.


White color preview on #E66E7B background

This text has white color on #E66E7B background.