COLOR #E68A8C

HEX: #E68A8C
RGB: (230,138,140)

Color info

#E68A8C contains mainly red color. Web safe color of #E68A8C is #CC9999 (or #C99).

RGB color model

#E68A8C color RGB value is (230,138,140).

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

RGB channels and saturation

R 230 of 255 = 90%
G 138 of 255 = 54%
B 140 of 255 = 55%

230
138
140

R + G + B ~ 66%. #E68A8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 138 + 140 = 508 (100%)
R 230 of 508 ~ 45.28%
G 138 of 508 ~ 27.17%
B 140 of 508 ~ 27.56%

%45.28
%27.17
%27.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 39.13%
  • key color value is 9.80%
CMYK:
(0,40,39,10)
C0M40Y39K10 
(0%,40%,39%,10%)
(0.00/0.40/0.39/0.10)	

CMYK percentages

%0
%40
%39.13
%9.8

Codes

Color #E68A8C in popluar color models

E68A8C
RGB230138140
HSL359°64.79%72.16%
HSB/HSV359°40.00%90.20%
CMYK0.00%40.00%39.13%
9.80%

Color #E68A8C in popluar number systems.

HEXE68A8C
Decimal230138140
Binary111001101000101010001100
Octal346212214

Shades and tints

Shades of #E68A8C

#E68A8C
(230,138,140)
#D27E80
(210,126,128)
#BE7274
(190,114,116)
#AA6668
(170,102,104)
#965A5C
(150,90,92)
#824E50
(130,78,80)
#6E4244
(110,66,68)
#5A3638
(90,54,56)
#462A2C
(70,42,44)
#321E20
(50,30,32)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #E68A8C

#E68A8C
(230,138,140)
#E89496
(232,148,150)
#EA9EA0
(234,158,160)
#ECA8AA
(236,168,170)
#EEB2B4
(238,178,180)
#F0BCBE
(240,188,190)
#F2C6C8
(242,198,200)
#F4D0D2
(244,208,210)
#F6DADC
(246,218,220)
#F8E4E6
(248,228,230)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68A8C; }

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

This text font color is #E68A8C.


Background Color

.myBgColor { background-color: #E68A8C; }

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

This div background color is #E68A8C.


Border color

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

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

This div border color is #E68A8C.


Opacity

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

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

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

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

This text has shadow with #E68A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68A8C on black background.


Color preview on white background

This text has color #E68A8C on white background.



Black color preview on #E68A8C background

This text has black color on #E68A8C background.


White color preview on #E68A8C background

This text has white color on #E68A8C background.