COLOR #E66D9D

HEX: #E66D9D
RGB: (230,109,157)

Color info

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

RGB color model

#E66D9D color RGB value is (230,109,157).

  • red value is 230;
  • green value is 109;
  • blue value is 157.
RGB:
(230,109,157)
(90%,43%,62%)

RGB channels and saturation

R 230 of 255 = 90%
G 109 of 255 = 43%
B 157 of 255 = 62%

230
109
157

R + G + B ~ 65%. #E66D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 109 + 157 = 496 (100%)
R 230 of 496 ~ 46.37%
G 109 of 496 ~ 21.98%
B 157 of 496 ~ 31.65%

%46.37
%21.98
%31.65

CMYK color model

#E66D9D color CMYK value is (0,53,32,10).

  • cyan value is 0.00%
  • magenta value is 52.61%
  • yellow value is 31.74%
  • key color value is 9.80%
CMYK:
(0,53,32,10)
C0M53Y32K10 
(0%,53%,32%,10%)
(0.00/0.53/0.32/0.10)	

CMYK percentages

%0
%52.61
%31.74
%9.8

Codes

Color #E66D9D in popluar color models

E66D9D
RGB230109157
HSL336°70.76%66.47%
HSB/HSV336°52.61%90.20%
CMYK0.00%52.61%31.74%
9.80%

Color #E66D9D in popluar number systems.

HEXE66D9D
Decimal230109157
Binary11100110110110110011101
Octal346155235

Shades and tints

Shades of #E66D9D

#E66D9D
(230,109,157)
#D2648F
(210,100,143)
#BE5B81
(190,91,129)
#AA5273
(170,82,115)
#964965
(150,73,101)
#824057
(130,64,87)
#6E3749
(110,55,73)
#5A2E3B
(90,46,59)
#46252D
(70,37,45)
#321C1F
(50,28,31)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E66D9D

#E66D9D
(230,109,157)
#E87AA5
(232,122,165)
#EA87AD
(234,135,173)
#EC94B5
(236,148,181)
#EEA1BD
(238,161,189)
#F0AEC5
(240,174,197)
#F2BBCD
(242,187,205)
#F4C8D5
(244,200,213)
#F6D5DD
(246,213,221)
#F8E2E5
(248,226,229)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66D9D color. Also use rgb(230,109,157) instead hex code.

Text Font Color

.myTextColor { color: #E66D9D; }

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

This text font color is #E66D9D.


Background Color

.myBgColor { background-color: #E66D9D; }

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

This div background color is #E66D9D.


Border color

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

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

This div border color is #E66D9D.


Opacity

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

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

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

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

This text has shadow with #E66D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66D9D on black background.


Color preview on white background

This text has color #E66D9D on white background.



Black color preview on #E66D9D background

This text has black color on #E66D9D background.


White color preview on #E66D9D background

This text has white color on #E66D9D background.