COLOR #E68CF0

HEX: #E68CF0
RGB: (230,140,240)

Color info

#E68CF0 contains mainly red and blue colors. Web safe color of #E68CF0 is #CC99FF (or #C9F).

RGB color model

#E68CF0 color RGB value is (230,140,240).

  • red value is 230;
  • green value is 140;
  • blue value is 240.
RGB:
(230,140,240)
(90%,55%,94%)

RGB channels and saturation

R 230 of 255 = 90%
G 140 of 255 = 55%
B 240 of 255 = 94%

230
140
240

R + G + B ~ 80%. #E68CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 140 + 240 = 610 (100%)
R 230 of 610 ~ 37.7%
G 140 of 610 ~ 22.95%
B 240 of 610 ~ 39.34%

%37.7
%22.95
%39.34

CMYK color model

#E68CF0 color CMYK value is (4,42,0,6).

  • cyan value is 4.17%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(4,42,0,6)
C4M42Y0K6 
(4%,42%,0%,6%)
(0.04/0.42/0.00/0.06)	

CMYK percentages

%4.17
%41.67
%0
%5.88

Codes

Color #E68CF0 in popluar color models

E68CF0
RGB230140240
HSL294°76.92%74.51%
HSB/HSV294°41.67%94.12%
CMYK4.17%41.67%0.00%
5.88%

Color #E68CF0 in popluar number systems.

HEXE68CF0
Decimal230140240
Binary111001101000110011110000
Octal346214360

Shades and tints

Shades of #E68CF0

#E68CF0
(230,140,240)
#D280DB
(210,128,219)
#BE74C6
(190,116,198)
#AA68B1
(170,104,177)
#965C9C
(150,92,156)
#825087
(130,80,135)
#6E4472
(110,68,114)
#5A385D
(90,56,93)
#462C48
(70,44,72)
#322033
(50,32,51)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #E68CF0

#E68CF0
(230,140,240)
#E896F1
(232,150,241)
#EAA0F2
(234,160,242)
#ECAAF3
(236,170,243)
#EEB4F4
(238,180,244)
#F0BEF5
(240,190,245)
#F2C8F6
(242,200,246)
#F4D2F7
(244,210,247)
#F6DCF8
(246,220,248)
#F8E6F9
(248,230,249)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68CF0; }

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

This text font color is #E68CF0.


Background Color

.myBgColor { background-color: #E68CF0; }

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

This div background color is #E68CF0.


Border color

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

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

This div border color is #E68CF0.


Opacity

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

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

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

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

This text has shadow with #E68CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68CF0 on black background.


Color preview on white background

This text has color #E68CF0 on white background.



Black color preview on #E68CF0 background

This text has black color on #E68CF0 background.


White color preview on #E68CF0 background

This text has white color on #E68CF0 background.