COLOR #E68CDE

HEX: #E68CDE
RGB: (230,140,222)

Color info

#E68CDE contains mainly red and blue colors. Web safe color of #E68CDE is #CC99CC (or #C9C).

RGB color model

#E68CDE color RGB value is (230,140,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 140 of 255 = 55%
B 222 of 255 = 87%

230
140
222

R + G + B ~ 77%. #E68CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 140 + 222 = 592 (100%)
R 230 of 592 ~ 38.85%
G 140 of 592 ~ 23.65%
B 222 of 592 ~ 37.5%

%38.85
%23.65
%37.5

CMYK color model

#E68CDE color CMYK value is (0,39,3,10).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,39,3,10)
C0M39Y3K10 
(0%,39%,3%,10%)
(0.00/0.39/0.03/0.10)	

CMYK percentages

%0
%39.13
%3.48
%9.8

Codes

Color #E68CDE in popluar color models

E68CDE
RGB230140222
HSL305°64.29%72.55%
HSB/HSV305°39.13%90.20%
CMYK0.00%39.13%3.48%
9.80%

Color #E68CDE in popluar number systems.

HEXE68CDE
Decimal230140222
Binary111001101000110011011110
Octal346214336

Shades and tints

Shades of #E68CDE

#E68CDE
(230,140,222)
#D280CA
(210,128,202)
#BE74B6
(190,116,182)
#AA68A2
(170,104,162)
#965C8E
(150,92,142)
#82507A
(130,80,122)
#6E4466
(110,68,102)
#5A3852
(90,56,82)
#462C3E
(70,44,62)
#32202A
(50,32,42)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E68CDE

#E68CDE
(230,140,222)
#E896E1
(232,150,225)
#EAA0E4
(234,160,228)
#ECAAE7
(236,170,231)
#EEB4EA
(238,180,234)
#F0BEED
(240,190,237)
#F2C8F0
(242,200,240)
#F4D2F3
(244,210,243)
#F6DCF6
(246,220,246)
#F8E6F9
(248,230,249)
#FAF0FC
(250,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68CDE; }

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

This text font color is #E68CDE.


Background Color

.myBgColor { background-color: #E68CDE; }

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

This div background color is #E68CDE.


Border color

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

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

This div border color is #E68CDE.


Opacity

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

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

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

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

This text has shadow with #E68CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68CDE on black background.


Color preview on white background

This text has color #E68CDE on white background.



Black color preview on #E68CDE background

This text has black color on #E68CDE background.


White color preview on #E68CDE background

This text has white color on #E68CDE background.