COLOR #E68EBA

HEX: #E68EBA
RGB: (230,142,186)

Color info

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

RGB color model

#E68EBA color RGB value is (230,142,186).

  • red value is 230;
  • green value is 142;
  • blue value is 186.
RGB:
(230,142,186)
(90%,56%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 142 of 255 = 56%
B 186 of 255 = 73%

230
142
186

R + G + B ~ 73%. #E68EBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 142 + 186 = 558 (100%)
R 230 of 558 ~ 41.22%
G 142 of 558 ~ 25.45%
B 186 of 558 ~ 33.33%

%41.22
%25.45
%33.33

CMYK color model

#E68EBA color CMYK value is (0,38,19,10).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 19.13%
  • key color value is 9.80%
CMYK:
(0,38,19,10)
C0M38Y19K10 
(0%,38%,19%,10%)
(0.00/0.38/0.19/0.10)	

CMYK percentages

%0
%38.26
%19.13
%9.8

Codes

Color #E68EBA in popluar color models

E68EBA
RGB230142186
HSL330°63.77%72.94%
HSB/HSV330°38.26%90.20%
CMYK0.00%38.26%19.13%
9.80%

Color #E68EBA in popluar number systems.

HEXE68EBA
Decimal230142186
Binary111001101000111010111010
Octal346216272

Shades and tints

Shades of #E68EBA

#E68EBA
(230,142,186)
#D282AA
(210,130,170)
#BE769A
(190,118,154)
#AA6A8A
(170,106,138)
#965E7A
(150,94,122)
#82526A
(130,82,106)
#6E465A
(110,70,90)
#5A3A4A
(90,58,74)
#462E3A
(70,46,58)
#32222A
(50,34,42)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E68EBA

#E68EBA
(230,142,186)
#E898C0
(232,152,192)
#EAA2C6
(234,162,198)
#ECACCC
(236,172,204)
#EEB6D2
(238,182,210)
#F0C0D8
(240,192,216)
#F2CADE
(242,202,222)
#F4D4E4
(244,212,228)
#F6DEEA
(246,222,234)
#F8E8F0
(248,232,240)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68EBA color. Also use rgb(230,142,186) instead hex code.

Text Font Color

.myTextColor { color: #E68EBA; }

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

This text font color is #E68EBA.


Background Color

.myBgColor { background-color: #E68EBA; }

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

This div background color is #E68EBA.


Border color

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

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

This div border color is #E68EBA.


Opacity

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

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

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

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

This text has shadow with #E68EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68EBA on black background.


Color preview on white background

This text has color #E68EBA on white background.



Black color preview on #E68EBA background

This text has black color on #E68EBA background.


White color preview on #E68EBA background

This text has white color on #E68EBA background.