COLOR #E68CE9

HEX: #E68CE9 RGB: (230,140,233)

Color info

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

RGB color model

#E68CE9 color RGB value is (230,140,233).

RGB: (230,140,233) (90%, 55%, 91%)

RGB channels and saturation

R 230 of 255 = 90%
G 140 of 255 = 55%
B 233 of 255 = 91%

230
140
233

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

Portions of RGB colors in percentages

R + G + B = 230 + 140 + 233 = 603 (100%)
R 230 of 603 ~ 38.14%
G 140 of 603 ~ 23.22%
B 233 of 603 ~ 38.64'%

%38.14
%23.22
%38.64

CMYK color model

#E68CE9 color CMYK value is (1,40,0,9).

  • cyan value is 1.29%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (1,40,0,9)
C1M40Y0K9 (1%, 40%, 0%, 9%)
(0.01 / 0.40 / 0.00 / 0.09)

CMYK percentages

%1.29
%39.91
%0
%8.63

Codes

Color #E68CE9 in popluar color models

E6 8C E9
RGB 230 140 233
HSL 298° 67.88% 73.14%
HSB/HSV 298° 39.91% 91.37%
CMYK 1.29% 39.91% 0.00%
8.63%

Color #E68CE9 in popluar number systems.

HEX E6 8C E9
Decimal 230 140 233
Binary 11100110 10001100 11101001
Octal 346 214 351

Shades and tints

Shades of #E68CE9

#E68CE9
(230,140,233)
#D280D4
(210,128,212)
#BE74BF
(190,116,191)
#AA68AA
(170,104,170)
#965C95
(150,92,149)
#825080
(130,80,128)
#6E446B
(110,68,107)
#5A3856
(90,56,86)
#462C41
(70,44,65)
#32202C
(50,32,44)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E68CE9

#E68CE9
(230,140,233)
#E896EB
(232,150,235)
#EAA0ED
(234,160,237)
#ECAAEF
(236,170,239)
#EEB4F1
(238,180,241)
#F0BEF3
(240,190,243)
#F2C8F5
(242,200,245)
#F4D2F7
(244,210,247)
#F6DCF9
(246,220,249)
#F8E6FB
(248,230,251)
#FAF0FD
(250,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68CE9; }

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

This text font color is #E68CE9.

Background Color

.myBgColor { background-color: #E68CE9; }

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

This div background color is #E68CE9.

Border color

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

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

This div border color is #E68CE9.

Opacity

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

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

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

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

This text has shadow with #E68CE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68CE9.

Preview

Color preview on black background

This text has color #E68CE9 on black background.


Color preview on white background

This text has color #E68CE9 on white background.


Black color preview on #E68CE9 background

This text has black color on #E68CE9 background.


White color preview on #E68CE9 background

This text has white color on #E68CE9 background.


Related colors

Complementary color

Complementary color for #hex is #197316.


I love getcolorcode.com

Triadic colors

1 #E9E68C and #8CE9E6 with #E68CE9 are triadic colors.

2 #E98CE6 and #8CE6E9 with #E68CE9 are triadic colors.