COLOR #E66FDA

HEX: #E66FDA
RGB: (230,111,218)

Color info

#E66FDA contains mainly red and blue colors. Web safe color of #E66FDA is #CC66CC (or #C6C).

RGB color model

#E66FDA color RGB value is (230,111,218).

  • red value is 230;
  • green value is 111;
  • blue value is 218.
RGB:
(230,111,218)
(90%,44%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 111 of 255 = 44%
B 218 of 255 = 85%

230
111
218

R + G + B ~ 73%. #E66FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 111 + 218 = 559 (100%)
R 230 of 559 ~ 41.14%
G 111 of 559 ~ 19.86%
B 218 of 559 ~ 39%

%41.14
%19.86
%39

CMYK color model

#E66FDA color CMYK value is (0,52,5,10).

  • cyan value is 0.00%
  • magenta value is 51.74%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,52,5,10)
C0M52Y5K10 
(0%,52%,5%,10%)
(0.00/0.52/0.05/0.10)	

CMYK percentages

%0
%51.74
%5.22
%9.8

Codes

Color #E66FDA in popluar color models

E66FDA
RGB230111218
HSL306°70.41%66.86%
HSB/HSV306°51.74%90.20%
CMYK0.00%51.74%5.22%
9.80%

Color #E66FDA in popluar number systems.

HEXE66FDA
Decimal230111218
Binary11100110110111111011010
Octal346157332

Shades and tints

Shades of #E66FDA

#E66FDA
(230,111,218)
#D265C7
(210,101,199)
#BE5BB4
(190,91,180)
#AA51A1
(170,81,161)
#96478E
(150,71,142)
#823D7B
(130,61,123)
#6E3368
(110,51,104)
#5A2955
(90,41,85)
#461F42
(70,31,66)
#32152F
(50,21,47)
#1E0B1C
(30,11,28)
#000000
(0,0,0)

Tints of #E66FDA

#E66FDA
(230,111,218)
#E87CDD
(232,124,221)
#EA89E0
(234,137,224)
#EC96E3
(236,150,227)
#EEA3E6
(238,163,230)
#F0B0E9
(240,176,233)
#F2BDEC
(242,189,236)
#F4CAEF
(244,202,239)
#F6D7F2
(246,215,242)
#F8E4F5
(248,228,245)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66FDA color. Also use rgb(230,111,218) instead hex code.

Text Font Color

.myTextColor { color: #E66FDA; }

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

This text font color is #E66FDA.


Background Color

.myBgColor { background-color: #E66FDA; }

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

This div background color is #E66FDA.


Border color

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

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

This div border color is #E66FDA.


Opacity

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

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

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

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

This text has shadow with #E66FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66FDA on black background.


Color preview on white background

This text has color #E66FDA on white background.



Black color preview on #E66FDA background

This text has black color on #E66FDA background.


White color preview on #E66FDA background

This text has white color on #E66FDA background.