COLOR #E68EB6

HEX: #E68EB6
RGB: (230,142,182)

Color info

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

RGB color model

#E68EB6 color RGB value is (230,142,182).

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

RGB channels and saturation

R 230 of 255 = 90%
G 142 of 255 = 56%
B 182 of 255 = 71%

230
142
182

R + G + B ~ 72%. #E68EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 142 + 182 = 554 (100%)
R 230 of 554 ~ 41.52%
G 142 of 554 ~ 25.63%
B 182 of 554 ~ 32.85%

%41.52
%25.63
%32.85

CMYK color model

#E68EB6 color CMYK value is (0,38,21,10).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(0,38,21,10)
C0M38Y21K10 
(0%,38%,21%,10%)
(0.00/0.38/0.21/0.10)	

CMYK percentages

%0
%38.26
%20.87
%9.8

Codes

Color #E68EB6 in popluar color models

E68EB6
RGB230142182
HSL333°63.77%72.94%
HSB/HSV333°38.26%90.20%
CMYK0.00%38.26%20.87%
9.80%

Color #E68EB6 in popluar number systems.

HEXE68EB6
Decimal230142182
Binary111001101000111010110110
Octal346216266

Shades and tints

Shades of #E68EB6

#E68EB6
(230,142,182)
#D282A6
(210,130,166)
#BE7696
(190,118,150)
#AA6A86
(170,106,134)
#965E76
(150,94,118)
#825266
(130,82,102)
#6E4656
(110,70,86)
#5A3A46
(90,58,70)
#462E36
(70,46,54)
#322226
(50,34,38)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #E68EB6

#E68EB6
(230,142,182)
#E898BC
(232,152,188)
#EAA2C2
(234,162,194)
#ECACC8
(236,172,200)
#EEB6CE
(238,182,206)
#F0C0D4
(240,192,212)
#F2CADA
(242,202,218)
#F4D4E0
(244,212,224)
#F6DEE6
(246,222,230)
#F8E8EC
(248,232,236)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68EB6; }

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

This text font color is #E68EB6.


Background Color

.myBgColor { background-color: #E68EB6; }

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

This div background color is #E68EB6.


Border color

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

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

This div border color is #E68EB6.


Opacity

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

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

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

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

This text has shadow with #E68EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68EB6 on black background.


Color preview on white background

This text has color #E68EB6 on white background.



Black color preview on #E68EB6 background

This text has black color on #E68EB6 background.


White color preview on #E68EB6 background

This text has white color on #E68EB6 background.