COLOR #E68BCE

HEX: #E68BCE
RGB: (230,139,206)

Color info

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

RGB color model

#E68BCE color RGB value is (230,139,206).

  • red value is 230;
  • green value is 139;
  • blue value is 206.
RGB:
(230,139,206)
(90%,55%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 139 of 255 = 55%
B 206 of 255 = 81%

230
139
206

R + G + B ~ 75%. #E68BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 139 + 206 = 575 (100%)
R 230 of 575 ~ 40%
G 139 of 575 ~ 24.17%
B 206 of 575 ~ 35.83%

%40
%24.17
%35.83

CMYK color model

#E68BCE color CMYK value is (0,40,10,10).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,40,10,10)
C0M40Y10K10 
(0%,40%,10%,10%)
(0.00/0.40/0.10/0.10)	

CMYK percentages

%0
%39.57
%10.43
%9.8

Codes

Color #E68BCE in popluar color models

E68BCE
RGB230139206
HSL316°64.54%72.35%
HSB/HSV316°39.57%90.20%
CMYK0.00%39.57%10.43%
9.80%

Color #E68BCE in popluar number systems.

HEXE68BCE
Decimal230139206
Binary111001101000101111001110
Octal346213316

Shades and tints

Shades of #E68BCE

#E68BCE
(230,139,206)
#D27FBC
(210,127,188)
#BE73AA
(190,115,170)
#AA6798
(170,103,152)
#965B86
(150,91,134)
#824F74
(130,79,116)
#6E4362
(110,67,98)
#5A3750
(90,55,80)
#462B3E
(70,43,62)
#321F2C
(50,31,44)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #E68BCE

#E68BCE
(230,139,206)
#E895D2
(232,149,210)
#EA9FD6
(234,159,214)
#ECA9DA
(236,169,218)
#EEB3DE
(238,179,222)
#F0BDE2
(240,189,226)
#F2C7E6
(242,199,230)
#F4D1EA
(244,209,234)
#F6DBEE
(246,219,238)
#F8E5F2
(248,229,242)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68BCE color. Also use rgb(230,139,206) instead hex code.

Text Font Color

.myTextColor { color: #E68BCE; }

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

This text font color is #E68BCE.


Background Color

.myBgColor { background-color: #E68BCE; }

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

This div background color is #E68BCE.


Border color

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

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

This div border color is #E68BCE.


Opacity

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

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

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

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

This text has shadow with #E68BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68BCE on black background.


Color preview on white background

This text has color #E68BCE on white background.



Black color preview on #E68BCE background

This text has black color on #E68BCE background.


White color preview on #E68BCE background

This text has white color on #E68BCE background.