COLOR #E68788

HEX: #E68788 RGB: (230,135,136)

Color info

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

RGB color model

#E68788 color RGB value is (230,135,136).

RGB: (230,135,136) (90%, 53%, 53%)

RGB channels and saturation

R 230 of 255 = 90%
G 135 of 255 = 53%
B 136 of 255 = 53%

230
135
136

R + G + B ~ 65%. #E68788 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 135 + 136 = 501 (100%)
R 230 of 501 ~ 45.91%
G 135 of 501 ~ 26.95%
B 136 of 501 ~ 27.15'%

%45.91
%26.95
%27.15

CMYK color model

#E68788 color CMYK value is (0,41,41,10).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 40.87%
  • key color value is 9.80%

CMYK: (0,41,41,10)
C0M41Y41K10 (0%, 41%, 41%, 10%)
(0.00 / 0.41 / 0.41 / 0.10)

CMYK percentages

%0
%41.3
%40.87
%9.8

Codes

Color #E68788 in popluar color models

E6 87 88
RGB 230 135 136
HSL 359° 65.52% 71.57%
HSB/HSV 359° 41.30% 90.20%
CMYK 0.00% 41.30% 40.87%
9.80%

Color #E68788 in popluar number systems.

HEX E6 87 88
Decimal 230 135 136
Binary 11100110 10000111 10001000
Octal 346 207 210

Shades and tints

Shades of #E68788

#E68788
(230,135,136)
#D27B7C
(210,123,124)
#BE6F70
(190,111,112)
#AA6364
(170,99,100)
#965758
(150,87,88)
#824B4C
(130,75,76)
#6E3F40
(110,63,64)
#5A3334
(90,51,52)
#462728
(70,39,40)
#321B1C
(50,27,28)
#1E0F10
(30,15,16)
#000000
(0,0,0)

Tints of #E68788

#E68788
(230,135,136)
#E89192
(232,145,146)
#EA9B9C
(234,155,156)
#ECA5A6
(236,165,166)
#EEAFB0
(238,175,176)
#F0B9BA
(240,185,186)
#F2C3C4
(242,195,196)
#F4CDCE
(244,205,206)
#F6D7D8
(246,215,216)
#F8E1E2
(248,225,226)
#FAEBEC
(250,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68788 color. Also use rgb(230,135,136) instead hex code.

Text Font Color

.myTextColor { color: #E68788; }

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

This text font color is #E68788.

Background Color

.myBgColor { background-color: #E68788; }

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

This div background color is #E68788.

Border color

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

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

This div border color is #E68788.

Opacity

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

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

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

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

This text has shadow with #E68788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68788.

Preview

Color preview on black background

This text has color #E68788 on black background.


Color preview on white background

This text has color #E68788 on white background.


Black color preview on #E68788 background

This text has black color on #E68788 background.


White color preview on #E68788 background

This text has white color on #E68788 background.


Related colors

Complementary color

Complementary color for #hex is #197877.


I love getcolorcode.com

Triadic colors

1 #88E687 and #8788E6 with #E68788 are triadic colors.

2 #8887E6 and #87E688 with #E68788 are triadic colors.