COLOR #E66E84

HEX: #E66E84 RGB: (230,110,132)

Color info

#E66E84 contains mainly red color. Web safe color of #E66E84 is #CC6699 (or #C69).

RGB color model

#E66E84 color RGB value is (230,110,132).

RGB: (230,110,132) (90%, 43%, 52%)

RGB channels and saturation

R 230 of 255 = 90%
G 110 of 255 = 43%
B 132 of 255 = 52%

230
110
132

R + G + B ~ 62%. #E66E84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 110 + 132 = 472 (100%)
R 230 of 472 ~ 48.73%
G 110 of 472 ~ 23.31%
B 132 of 472 ~ 27.97'%

%48.73
%23.31
%27.97

CMYK color model

#E66E84 color CMYK value is (0,52,43,10).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 42.61%
  • key color value is 9.80%

CMYK: (0,52,43,10)
C0M52Y43K10 (0%, 52%, 43%, 10%)
(0.00 / 0.52 / 0.43 / 0.10)

CMYK percentages

%0
%52.17
%42.61
%9.8

Codes

Color #E66E84 in popluar color models

E6 6E 84
RGB 230 110 132
HSL 349° 70.59% 66.67%
HSB/HSV 349° 52.17% 90.20%
CMYK 0.00% 52.17% 42.61%
9.80%

Color #E66E84 in popluar number systems.

HEX E6 6E 84
Decimal 230 110 132
Binary 11100110 1101110 10000100
Octal 346 156 204

Shades and tints

Shades of #E66E84

#E66E84
(230,110,132)
#D26478
(210,100,120)
#BE5A6C
(190,90,108)
#AA5060
(170,80,96)
#964654
(150,70,84)
#823C48
(130,60,72)
#6E323C
(110,50,60)
#5A2830
(90,40,48)
#461E24
(70,30,36)
#321418
(50,20,24)
#1E0A0C
(30,10,12)
#000000
(0,0,0)

Tints of #E66E84

#E66E84
(230,110,132)
#E87B8F
(232,123,143)
#EA889A
(234,136,154)
#EC95A5
(236,149,165)
#EEA2B0
(238,162,176)
#F0AFBB
(240,175,187)
#F2BCC6
(242,188,198)
#F4C9D1
(244,201,209)
#F6D6DC
(246,214,220)
#F8E3E7
(248,227,231)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E66E84; }

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

This text font color is #E66E84.

Background Color

.myBgColor { background-color: #E66E84; }

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

This div background color is #E66E84.

Border color

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

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

This div border color is #E66E84.

Opacity

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

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

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

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

This text has shadow with #E66E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E66E84.

Preview

Color preview on black background

This text has color #E66E84 on black background.


Color preview on white background

This text has color #E66E84 on white background.


Black color preview on #E66E84 background

This text has black color on #E66E84 background.


White color preview on #E66E84 background

This text has white color on #E66E84 background.


Related colors

Complementary color

Complementary color for #hex is #19917B.


I love getcolorcode.com

Triadic colors

1 #84E66E and #6E84E6 with #E66E84 are triadic colors.

2 #846EE6 and #6EE684 with #E66E84 are triadic colors.