COLOR #E68CEB

HEX: #E68CEB
RGB: (230,140,235)

Color info

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

RGB color model

#E68CEB color RGB value is (230,140,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 140 of 255 = 55%
B 235 of 255 = 92%

230
140
235

R + G + B ~ 79%. #E68CEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 140 + 235 = 605 (100%)
R 230 of 605 ~ 38.02%
G 140 of 605 ~ 23.14%
B 235 of 605 ~ 38.84%

%38.02
%23.14
%38.84

CMYK color model

#E68CEB color CMYK value is (2,40,0,8).

  • cyan value is 2.13%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,40,0,8)
C2M40Y0K8 
(2%,40%,0%,8%)
(0.02/0.40/0.00/0.08)	

CMYK percentages

%2.13
%40.43
%0
%7.84

Codes

Color #E68CEB in popluar color models

E68CEB
RGB230140235
HSL297°70.37%73.53%
HSB/HSV297°40.43%92.16%
CMYK2.13%40.43%0.00%
7.84%

Color #E68CEB in popluar number systems.

HEXE68CEB
Decimal230140235
Binary111001101000110011101011
Octal346214353

Shades and tints

Shades of #E68CEB

#E68CEB
(230,140,235)
#D280D6
(210,128,214)
#BE74C1
(190,116,193)
#AA68AC
(170,104,172)
#965C97
(150,92,151)
#825082
(130,80,130)
#6E446D
(110,68,109)
#5A3858
(90,56,88)
#462C43
(70,44,67)
#32202E
(50,32,46)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E68CEB

#E68CEB
(230,140,235)
#E896EC
(232,150,236)
#EAA0ED
(234,160,237)
#ECAAEE
(236,170,238)
#EEB4EF
(238,180,239)
#F0BEF0
(240,190,240)
#F2C8F1
(242,200,241)
#F4D2F2
(244,210,242)
#F6DCF3
(246,220,243)
#F8E6F4
(248,230,244)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68CEB; }

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

This text font color is #E68CEB.


Background Color

.myBgColor { background-color: #E68CEB; }

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

This div background color is #E68CEB.


Border color

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

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

This div border color is #E68CEB.


Opacity

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

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

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

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

This text has shadow with #E68CEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68CEB on black background.


Color preview on white background

This text has color #E68CEB on white background.



Black color preview on #E68CEB background

This text has black color on #E68CEB background.


White color preview on #E68CEB background

This text has white color on #E68CEB background.