COLOR #E66EF0

HEX: #E66EF0 RGB: (230,110,240)

Color info

#E66EF0 contains mainly red and blue colors. Web safe color of #E66EF0 is #CC66FF (or #C6F).

RGB color model

#E66EF0 color RGB value is (230,110,240).

RGB: (230,110,240) (90%, 43%, 94%)

RGB channels and saturation

R 230 of 255 = 90%
G 110 of 255 = 43%
B 240 of 255 = 94%

230
110
240

R + G + B ~ 76%. #E66EF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 110 + 240 = 580 (100%)
R 230 of 580 ~ 39.66%
G 110 of 580 ~ 18.97%
B 240 of 580 ~ 41.38'%

%39.66
%18.97
%41.38

CMYK color model

#E66EF0 color CMYK value is (4,54,0,6).

  • cyan value is 4.17%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (4,54,0,6)
C4M54Y0K6 (4%, 54%, 0%, 6%)
(0.04 / 0.54 / 0.00 / 0.06)

CMYK percentages

%4.17
%54.17
%0
%5.88

Codes

Color #E66EF0 in popluar color models

E6 6E F0
RGB 230 110 240
HSL 295° 81.25% 68.63%
HSB/HSV 295° 54.17% 94.12%
CMYK 4.17% 54.17% 0.00%
5.88%

Color #E66EF0 in popluar number systems.

HEX E6 6E F0
Decimal 230 110 240
Binary 11100110 1101110 11110000
Octal 346 156 360

Shades and tints

Shades of #E66EF0

#E66EF0
(230,110,240)
#D264DB
(210,100,219)
#BE5AC6
(190,90,198)
#AA50B1
(170,80,177)
#96469C
(150,70,156)
#823C87
(130,60,135)
#6E3272
(110,50,114)
#5A285D
(90,40,93)
#461E48
(70,30,72)
#321433
(50,20,51)
#1E0A1E
(30,10,30)
#000000
(0,0,0)

Tints of #E66EF0

#E66EF0
(230,110,240)
#E87BF1
(232,123,241)
#EA88F2
(234,136,242)
#EC95F3
(236,149,243)
#EEA2F4
(238,162,244)
#F0AFF5
(240,175,245)
#F2BCF6
(242,188,246)
#F4C9F7
(244,201,247)
#F6D6F8
(246,214,248)
#F8E3F9
(248,227,249)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E66EF0; }

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

This text font color is #E66EF0.

Background Color

.myBgColor { background-color: #E66EF0; }

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

This div background color is #E66EF0.

Border color

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

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

This div border color is #E66EF0.

Opacity

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

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

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

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

This text has shadow with #E66EF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E66EF0.

Preview

Color preview on black background

This text has color #E66EF0 on black background.


Color preview on white background

This text has color #E66EF0 on white background.


Black color preview on #E66EF0 background

This text has black color on #E66EF0 background.


White color preview on #E66EF0 background

This text has white color on #E66EF0 background.


Related colors

Complementary color

Complementary color for #hex is #19910F.


I love getcolorcode.com

Triadic colors

1 #F0E66E and #6EF0E6 with #E66EF0 are triadic colors.

2 #F06EE6 and #6EE6F0 with #E66EF0 are triadic colors.